use threadtime when collecting logcat
am: d8ac1dd3ed
Change-Id: I99bfb4cdfe482108849fca72ba151fa04e2efaac
This commit is contained in:
@@ -13820,7 +13820,7 @@ public final class ActivityManagerService extends ActivityManagerNative
|
||||
try {
|
||||
java.lang.Process logcat = new ProcessBuilder(
|
||||
"/system/bin/timeout", "-k", "15s", "10s",
|
||||
"/system/bin/logcat", "-v", "time", "-b", "events", "-b", "system",
|
||||
"/system/bin/logcat", "-v", "threadtime", "-b", "events", "-b", "system",
|
||||
"-b", "main", "-b", "crash", "-t", String.valueOf(lines))
|
||||
.redirectErrorStream(true).start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user