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

Commit 5dbe26f0 authored by Tsukasa Hashimoto's avatar Tsukasa Hashimoto Committed by android-build-merger
Browse files

Merge "Add PID info into ANR crash log header" am: 2fe972c8

am: 5d57502c

Change-Id: I5fc92088c55fed713716ea516a3b22e7cf00fcb0
parents e505b37e 5d57502c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13829,6 +13829,7 @@ public final class ActivityManagerService extends ActivityManagerNative
        // concurrently during execution of this method)
        synchronized (this) {
            sb.append("Process: ").append(processName).append("\n");
            sb.append("PID: ").append(process.pid).append("\n");
            int flags = process.info.flags;
            IPackageManager pm = AppGlobals.getPackageManager();
            sb.append("Flags: 0x").append(Integer.toHexString(flags)).append("\n");