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

Commit c8313167 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

Change-Id: I4b64ad026f53dc2abbf36017b425c70c74ad0a91
parents 661afbe5 e9db89cc
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();