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

Commit d1578617 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix inverted ANR log message" into rvc-dev am: aa63edd3 am: 0b7d696a

Change-Id: I1d8a9ac67a0c735bf6331681b5561ea4afbde502
parents aaafdc1a 0b7d696a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -98,7 +98,7 @@ class AnrHelper {
                final long endTime = SystemClock.uptimeMillis();
                final long endTime = SystemClock.uptimeMillis();
                Slog.d(TAG, "Completed ANR of " + r.mApp.processName + " in "
                Slog.d(TAG, "Completed ANR of " + r.mApp.processName + " in "
                        + (endTime - startTime) + "ms, latency " + reportLatency
                        + (endTime - startTime) + "ms, latency " + reportLatency
                        + (onlyDumpSelf ? "ms" : "ms (expired, only dump ANR app)"));
                        + (onlyDumpSelf ? "ms (expired, only dump ANR app)" : "ms"));
            }
            }


            mRunning.set(false);
            mRunning.set(false);