Merge "Fix the system property name in a comment"

This commit is contained in:
Mythri Alle
2023-04-13 14:43:22 +00:00
committed by Gerrit Code Review

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