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:
parent
512629aefa
commit
9ed5859f40
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue