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

Commit e9db89cc authored by Mathew Inwood's avatar Mathew Inwood Committed by Android (Google) Code Review
Browse files

Merge "Pass package name to runtime." into pi-dev

parents 49a987c2 37b6ca82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5512,6 +5512,7 @@ public final class ActivityThread extends ClientTransactionHandler {
        Process.setArgV0(data.processName);
        android.ddm.DdmHandleAppName.setAppName(data.processName,
                                                UserHandle.myUserId());
        VMRuntime.setProcessPackageName(data.appInfo.packageName);

        if (mProfiler.profileFd != null) {
            mProfiler.startProfiling();