Loading core/java/android/app/ActivityThread.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
core/java/android/app/ActivityThread.java +1 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading