Skip to content

Commit 551d0b1

Browse files
author
Dianne Hackborn
committed
Turn off "too slow" logs.
Change-Id: I6ec306ca1c55226269c4644a869a984c4fa00f0d
1 parent 7cf4640 commit 551d0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/am/ActivityManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3038,7 +3038,7 @@ private static void dumpStackTraces(String tracesPath, ArrayList<Integer> firstP
30383038
}
30393039

30403040
final void logAppTooSlow(ProcessRecord app, long startTime, String msg) {
3041-
if (IS_USER_BUILD) {
3041+
if (true && IS_USER_BUILD) {
30423042
return;
30433043
}
30443044
String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);

0 commit comments

Comments
 (0)