Skip to content

Commit bc026f5

Browse files
committed
Marking flush as public
1 parent 7ba3fb1 commit bc026f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl<'a> PlatformLogWriter<'a> {
324324
}
325325

326326
/// Flush everything remaining to android logger.
327-
fn flush(&mut self) {
327+
pub fn flush(&mut self) {
328328
let total_len = self.len;
329329

330330
if total_len == 0 {

0 commit comments

Comments
 (0)