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

Commit 6c6a1164 authored by Ian Rogers's avatar Ian Rogers Committed by Android Git Automerger
Browse files

am 878df18c: am 8dbfde50: am 0e16e3d7: am c2b50c10: am f11dee79: Merge "Add a...

am 878df18c: am 8dbfde50: am 0e16e3d7: am c2b50c10: am f11dee79: Merge "Add a call to registerAppInfo for the VMRuntime"

* commit '878df18c':
  Add a call to registerAppInfo for the VMRuntime
parents dfc73e9c 878df18c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -100,6 +100,8 @@ import com.android.internal.util.FastPrintWriter;
import com.android.org.conscrypt.OpenSSLSocketImpl;
import com.google.android.collect.Lists;

import dalvik.system.VMRuntime;

import java.io.File;
import java.io.FileDescriptor;
import java.io.FileOutputStream;
@@ -748,6 +750,9 @@ public final class ActivityThread {

            setCoreSettings(coreSettings);

            // Tell the VMRuntime about the application.
            VMRuntime.registerAppInfo(appInfo.dataDir, appInfo.processName);

            AppBindData data = new AppBindData();
            data.processName = processName;
            data.appInfo = appInfo;