1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2025-01-10 20:15:54 +00:00

Also include stdout in Syncthing crash exception.

This commit is contained in:
Felix Ableitner 2016-03-26 18:42:37 +01:00
parent 512629aefa
commit 9ed5859f40

View file

@ -126,7 +126,7 @@ public class SyncthingRunnable implements Runnable {
mSyncthing.set(process);
mErrorLog = "";
Thread lInfo = log(process.getInputStream(), Log.INFO, false);
Thread lInfo = log(process.getInputStream(), Log.INFO, true);
Thread lWarn = log(process.getErrorStream(), Log.WARN, true);
niceSyncthing();