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

Commit 6e42b6e5 authored by Jef Oliver's avatar Jef Oliver Committed by Gerrit Code Review
Browse files

Merge "Turn off "too slow" logs." into ics

parents 5d2cdae3 f9a60495
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);