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

Commit 001ebe0e authored by Eric Rowe's avatar Eric Rowe Committed by Android Git Automerger
Browse files

am a130a316: am e13aa0ba: Merge "Add PID to ANR logcat printout." into klp-dev

* commit 'a130a316':
  Add PID to ANR logcat printout.
parents fefaf0d5 a130a316
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3632,6 +3632,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");
        }