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

Commit 19393994 authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "Print ANR filename on logcat"

parents 934d626c 5a90662f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3588,6 +3588,9 @@ public class ActivityManagerService extends IActivityManager.Stub
        if (tracesFile == null) {
            return null;
        }
        if (DEBUG_ANR) {
            Slog.d(TAG, "Dumping to " + tracesFile.getAbsolutePath());
        }
        dumpStackTraces(tracesFile.getAbsolutePath(), firstPids, nativePids, extraPids);
        return tracesFile;