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

Commit 091c0f7e authored by Jeff Brown's avatar Jeff Brown Committed by Android Code Review
Browse files

Merge "Support wrapping app processes to inject debug instrumentation. Bug: 4437846"

parents 0e3e14fa 70aee95a
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
    }