From 70aee95a17c05c45cffe7f0482877fd4f4067ce2 Mon Sep 17 00:00:00 2001 From: Jeff Brown Date: Mon, 16 May 2011 17:08:42 -0700 Subject: [PATCH] Support wrapping app processes to inject debug instrumentation. Bug: 4437846 Change-Id: Ib0559e5224b0fa0df074e485787307b6634e8654 --- cmds/runtime/main_runtime.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp index 83cb53317..76155fd82 100644 --- a/cmds/runtime/main_runtime.cpp +++ b/cmds/runtime/main_runtime.cpp @@ -497,8 +497,8 @@ int main(int argc, char* const argv[]) } else { #ifndef HAVE_ANDROID_OS QuickRuntime* runt = new QuickRuntime(); - runt->start("com/android/server/SystemServer", - false /* spontaneously fork system server from zygote */); + runt->start("com/android/server/SystemServer", + "" /* spontaneously fork system server from zygote */); #endif }