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

Commit 61562c14 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Includes uid in dropbox entries for errors."

parents a102d7e0 12edf7bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10184,6 +10184,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        synchronized (this) {
            sb.append("Process: ").append(processName).append("\n");
            sb.append("PID: ").append(process.pid).append("\n");
            sb.append("UID: ").append(process.uid).append("\n");
            int flags = process.info.flags;
            IPackageManager pm = AppGlobals.getPackageManager();
            sb.append("Flags: 0x").append(Integer.toHexString(flags)).append("\n");