Home
last modified time | relevance | path

Searched refs:sSimulateCrash (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/lock_agent/java/com/android/lock_checker/
H A DLockHook.java78 private static boolean sSimulateCrash = false; field in LockHook
88 sSimulateCrash = getSimulateCrashConfig();
192 if (sSimulateCrash) { in handleViolation()