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

Commit eb7a23d2 authored by Mythri Alle's avatar Mythri Alle Committed by Automerger Merge Worker
Browse files

Merge "Fix the system property name in a comment" am: 16f7bdca am:...

Merge "Fix the system property name in a comment" am: 16f7bdca am: 75a7f794 am: eb2bf832 am: 389f1da8 am: b8367499

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2533099



Change-Id: I01b95335c0ce5c6a68a480cb39e1d29c25a15ff5
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 780e7d27 b8367499
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1018,7 +1018,7 @@ public final class Zygote {
     * Applies debugger system properties to the zygote arguments.
     *
     * For eng builds all apps are debuggable. On userdebug and user builds
     * if persist.debuggable.dalvik.vm.jdwp.enabled is 1 all apps are
     * if persist.debug.dalvik.vm.jdwp.enabled is 1 all apps are
     * debuggable. Otherwise, the debugger state is specified via the
     * "--enable-jdwp" flag in the spawn request.
     *