Merge "Fix the system property name in a comment" am: 16f7bdca35 am: 75a7f7947a am: eb2bf832ce

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

Change-Id: I35871ada47c1fab222bec91b72187909b655ca81
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mythri Alle
2023-04-13 16:08:58 +00:00
committed by Automerger Merge Worker

View File

@@ -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.
*