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

Commit 691d346b authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

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

am: c8313167

Change-Id: Ib2ef1b2ed28ed017de517db519b0b81f34db395d
parents c5dcd917 c8313167
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();