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

Commit 70aee95a authored by Jeff Brown's avatar Jeff Brown Committed by Jeff Brown
Browse files

Support wrapping app processes to inject debug instrumentation.

Bug: 4437846

Change-Id: Ib0559e5224b0fa0df074e485787307b6634e8654
parent 060c1a8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -498,7 +498,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
    }