summaryrefslogtreecommitdiffstats
path: root/cmds/runtime/main_runtime.cpp
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
commitebed7d6e35f7f960e6e6add2b8ab7c7a31a511c3 (patch)
treeae346479a6c069a3a57acecb18a0b0a563325e3f /cmds/runtime/main_runtime.cpp
parentcbc38e74f028d9e337eba0f3ed7c435310cc10c2 (diff)
downloadframeworks_base-ebed7d6e35f7f960e6e6add2b8ab7c7a31a511c3.zip
frameworks_base-ebed7d6e35f7f960e6e6add2b8ab7c7a31a511c3.tar.gz
frameworks_base-ebed7d6e35f7f960e6e6add2b8ab7c7a31a511c3.tar.bz2
Support wrapping app processes to inject debug instrumentation.
Bug: 4437846 Change-Id: I4552501c693716b14714afb5c5248edaca9547ab
Diffstat (limited to 'cmds/runtime/main_runtime.cpp')
-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
}