Merge "Fix inverted ANR log message" into rvc-dev am: aa63edd33f am: 0b7d696a95
Change-Id: I1d8a9ac67a0c735bf6331681b5561ea4afbde502
This commit is contained in:
@@ -98,7 +98,7 @@ class AnrHelper {
|
||||
final long endTime = SystemClock.uptimeMillis();
|
||||
Slog.d(TAG, "Completed ANR of " + r.mApp.processName + " in "
|
||||
+ (endTime - startTime) + "ms, latency " + reportLatency
|
||||
+ (onlyDumpSelf ? "ms" : "ms (expired, only dump ANR app)"));
|
||||
+ (onlyDumpSelf ? "ms (expired, only dump ANR app)" : "ms"));
|
||||
}
|
||||
|
||||
mRunning.set(false);
|
||||
|
||||
Reference in New Issue
Block a user