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

Commit 4e94f93a authored by Eric Rowe's avatar Eric Rowe
Browse files

Add PID to ANR logcat printout.

Bug: 10568033
Change-Id: I7131520c887df1f897b7a135b04509bdad9bdb88
parent 5b068bbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3628,6 +3628,7 @@ public final class ActivityManagerService extends ActivityManagerNative
            info.append(" (").append(activity.shortComponentName).append(")");
        }
        info.append("\n");
        info.append("PID: ").append(app.pid).append("\n");
        if (annotation != null) {
            info.append("Reason: ").append(annotation).append("\n");
        }