summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-05-16 17:08:42 -0700
committerJeff Brown <jeffbrown@google.com>2011-05-24 12:01:25 -0700
commit95e24e04e002c1e3d1aea0161df1cee2b33bc47c (patch)
treea9b7417471d2085deb4f046585c0c4cad5c65732 /cmds
parentec3b06335dd39e2799c191a507782b06ec71a141 (diff)
downloadframeworks_native-95e24e04e002c1e3d1aea0161df1cee2b33bc47c.zip
frameworks_native-95e24e04e002c1e3d1aea0161df1cee2b33bc47c.tar.gz
frameworks_native-95e24e04e002c1e3d1aea0161df1cee2b33bc47c.tar.bz2
Support wrapping app processes to inject debug instrumentation.
Bug: 4437846 Change-Id: I4552501c693716b14714afb5c5248edaca9547ab
Diffstat (limited to 'cmds')
-rw-r--r--cmds/runtime/main_runtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/runtime/main_runtime.cpp b/cmds/runtime/main_runtime.cpp
index 785e4cc..dbff095 100644
--- a/cmds/runtime/main_runtime.cpp
+++ b/cmds/runtime/main_runtime.cpp
@@ -497,7 +497,7 @@ int main(int argc, char* const argv[])
#ifndef HAVE_ANDROID_OS
QuickRuntime* runt = new QuickRuntime();
runt->start("com/android/server/SystemServer",
- false /* spontaneously fork system server from zygote */);
+ "" /* spontaneously fork system server from zygote */);
#endif
}