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

Commit 95e24e04 authored by Jeff Brown's avatar Jeff Brown
Browse files

Support wrapping app processes to inject debug instrumentation.

Bug: 4437846

Change-Id: I4552501c693716b14714afb5c5248edaca9547ab
parent ec3b0633
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    }