Open GoogleCodeExporter opened 8 years ago
There is a bug in com.trilead.ssh2.StreamGobbler. The code does not write what
is left in the buffer when the steam is closed.
Original comment by adamli...@gmail.com
on 25 Jun 2012 at 8:33
I see, thanks for the finding. I think I have somewhere a working version of
StreamGobbler, will try to replace.
Original comment by anthony....@gmail.com
on 27 Jun 2012 at 9:04
Any updates on this? I'm on a Galaxy Nexus with 4.2, and the log files aren't
being written. It's quite a pain :|
Original comment by unnamedrambler@gmail.com
on 8 Apr 2013 at 3:03
Just use python logging (http://docs.python.org/2/library/logging.html) and
don't rely on StreamGobbler.
Original comment by anthony....@gmail.com
on 8 Apr 2013 at 3:06
Yea, that's what I'm doing for app logging, but I'm interested in getting some
backtraces from crashes that happen only in the APK not when I run it manually
in adb shell.
Any idea how to see those?
Original comment by unnamedrambler@gmail.com
on 8 Apr 2013 at 4:46
I'm using:
Thread.setDefaultUncaughtExceptionHandler(new MyExceptionHandler());
With MyExceptionHandler implements UncaughtExceptionHandler{...
And in uncaughtException I'm dumping the logcat (you need READ_LOGS permission
in your manifest)
Original comment by anthony....@gmail.com
on 8 Apr 2013 at 6:23
Original issue reported on code.google.com by
adamli...@gmail.com
on 14 Jun 2012 at 7:12