...
Automated detection of assertion operands that contain locally visible side effects is straightforward. Some analyses could require programmer assistance to determine which method invocations lack side effects.
Related Guidelines
...
The assert
statement is supported on the Dalvik VM but is ignored under the default configuration. Assertions may be enabled by setting the system property "debug.assert
" via: adb shell setprop debug.assert 1
or by sending the command line argument "--enable-assert
" to the Dalvik VM.
Bibliography
[Seacord 2015] | IDS17-J. Prevent XML External Entity Attacks LiveLesson |
...