Skip to the content.

Enable assertions on Android

To enable assertions on Android devices, set debug.assert system property to 1 by typing:

$ adb shell setprop debug.assert 1

See Can I use assert on Android devices?