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
1 changed files with 1 additions and 1 deletions

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();