Improve Shell and logging

This commit is contained in:
topjohnwu
2017-10-19 20:37:58 +08:00
parent 9ebe372a9a
commit ae05dce958
3 changed files with 32 additions and 23 deletions
@@ -46,7 +46,7 @@ public class StreamGobbler extends Thread {
if (TextUtils.equals(line, "-shell-done-"))
return;
writer.add(line);
Logger.shell(line);
Logger.shell(false, line);
}
} catch (IOException e) {
// reader probably closed, expected exit condition