Android Dalvik Enable Assertions -- dalvik.vm.enableassertions
Hello, Does anyone know where in IDEA settings I can specify that assertions are turned on in the Android emulator & device when debugging from IDEA? The standard shell command is: adb shell setprop dalvik.vm.enableassertions all But I don't know how to set this up when running from IDEA.
Please sign in to leave a comment.