Fix the system property name in a comment

The system property to enable jdwp should be
persist.debug.dalvik.vm.jdwp.enabled and not
persist.debuggable.dalvik.vm.jdwp.enabled

Bug: 277161682
Test: A change to comment
Change-Id: Ib8e509b5362d389239094eee575336a5a65d56d9
This commit is contained in:
Mythri Alle
2023-04-12 12:03:39 +00:00
parent 7464e44197
commit 5ad7d38115

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