Detect security violations

This material describes how to access the platform security violations detected by the Android kernel. SDV agents detect permissions violations.

To detect and print security violations, run:

adb logcat -s auditd:I --buffer=events | grep avc

To learn more, see Read denials.

To detect and debug permissions violations, see Debug permissions violations.