mirror of
https://github.com/syncthing/syncthing-android.git
synced 2025-02-04 08:11:37 +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);
|
mSyncthing.set(process);
|
||||||
|
|
||||||
mErrorLog = "";
|
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);
|
Thread lWarn = log(process.getErrorStream(), Log.WARN, true);
|
||||||
|
|
||||||
niceSyncthing();
|
niceSyncthing();
|
||||||
|
|
Loading…
Reference in a new issue