Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java2106 JSONArray crashes = getCrashReport(name.getMethodName(), 5000); in waitForError() local
2107 if (crashes == null) { in waitForError()
2110 } else if (CrashUtils.securityCrashDetected(crashes, config)) { in waitForError()