-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash #76
Comments
I got same crash |
Does it happen frequently? |
java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.BufferedWriter.write(java.lang.String)' on a null object reference at com.elvishew.xlog.printer.file.FilePrinter$Writer.null a(null)(FilePrinter.java:2) at com.elvishew.xlog.printer.file.FilePrinter.null b(null)(FilePrinter.java:143) at com.elvishew.xlog.printer.file.FilePrinter$Worker.null run(null)(FilePrinter.java:18) at java.lang.Thread.null run(null)(Thread.java:919) |
Tracked in #70 |
07-22 15:45:36.184 E/AndroidRuntime( 7853): java.lang.NullPointerException: Attempt to invoke virtual method 'void java.io.Writer.write(java.lang.String)' on a null object reference
07-22 15:45:36.184 E/AndroidRuntime( 7853): at com.elvishew.xlog.printer.file.FilePrinter$b.b(FilePrinter.java:481)
07-22 15:45:36.184 E/AndroidRuntime( 7853): at com.elvishew.xlog.printer.file.FilePrinter.a(FilePrinter.java:1152)
07-22 15:45:36.184 E/AndroidRuntime( 7853): at com.elvishew.xlog.printer.file.FilePrinter$a.run(FilePrinter.java:361)
07-22 15:45:36.184 E/AndroidRuntime( 7853): at java.lang.Thread.run(Thread.java:764)
The text was updated successfully, but these errors were encountered: