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

Commit 2fe972c8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add PID info into ANR crash log header"

parents 1a8f04b1 8d96fcd3
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");