am f11dee79: Merge "Add a call to registerAppInfo for the VMRuntime"

* commit 'f11dee797177760f089e757d91ed6bce32043750':
  Add a call to registerAppInfo for the VMRuntime
This commit is contained in:
Ian Rogers
2014-01-07 13:36:29 -08:00
committed by Android Git Automerger

View File

@@ -96,6 +96,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;
@@ -740,6 +742,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;