Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9a60495 authored by Emilio López's avatar Emilio López
Browse files

Turn off "too slow" logs.

Author: Dianne Hackborn <hackbod@google.com>
Change-Id: I6ec306ca1c55226269c4644a869a984c4fa00f0d

Okay now let's really turn it off.

Author: Dianne Hackborn <hackbod@google.com>
Change-Id: Idda3c13339a6a29a300555d31e67219c9af4ae68
parent ce88de1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3005,7 +3005,7 @@ public final class ActivityManagerService extends ActivityManagerNative
    }
    final void logAppTooSlow(int pid, long startTime, String msg) {
        if (IS_USER_BUILD) {
        if (true || IS_USER_BUILD) {
            return;
        }
        String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);