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

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

Change-Id: I111c50d12da374bc00b713926fcd3ba9f01e2b5b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Mythri Alle
2023-04-13 15:43:32 +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. * Applies debugger system properties to the zygote arguments.
* *
* For eng builds all apps are debuggable. On userdebug and user builds * 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 * debuggable. Otherwise, the debugger state is specified via the
* "--enable-jdwp" flag in the spawn request. * "--enable-jdwp" flag in the spawn request.
* *