Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java597 JSONArray crashes = new JSONArray(); in testNullFaultAddress() local
598 crashes.put( in testNullFaultAddress()
600 Assert.assertTrue(CrashUtils.securityCrashDetected(crashes, new CrashUtils.Config() in testNullFaultAddress()
607 JSONArray crashes = new JSONArray(); in testAbortMessageInclude() local
608 crashes.put(createCrashJson(8373, 8414, "loo", "com.android.bluetooth", null, "SIGABRT", in testAbortMessageInclude()
610 Assert.assertTrue(CrashUtils.securityCrashDetected(crashes, new CrashUtils.Config() in testAbortMessageInclude()
615 Assert.assertFalse(CrashUtils.securityCrashDetected(crashes, new CrashUtils.Config() in testAbortMessageInclude()
623 JSONArray crashes = new JSONArray(); in testAbortMessageExclude() local
624 crashes.put(createCrashJson(8373, 8414, "loo", "com.android.bluetooth", null, "SIGABRT", in testAbortMessageExclude()
626 Assert.assertFalse(CrashUtils.securityCrashDetected(crashes, new CrashUtils.Config() in testAbortMessageExclude()
[all …]
/platform_testing/libraries/sts-common-util/host-side/tests/src/com/android/sts/common/util/
DTombstoneUtilsTest.java182 List<Tombstone> crashes = new ArrayList<>(); in testNullFaultAddress() local
183 crashes.add( in testNullFaultAddress()
191 crashes, in testNullFaultAddress()
201 List<Tombstone> crashes = new ArrayList<>(); in testAbortMessageInclude() local
202 crashes.add( in testAbortMessageInclude()
214 crashes, in testAbortMessageInclude()
223 crashes, in testAbortMessageInclude()
232 List<Tombstone> crashes = new ArrayList<>(); in testAbortMessageExclude() local
233 crashes.add( in testAbortMessageExclude()
244 crashes, in testAbortMessageExclude()
[all …]
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java111 public static boolean securityCrashDetected(JSONArray crashes, Config config) { in securityCrashDetected() argument
112 return matchSecurityCrashes(crashes, config).length() > 0; in securityCrashDetected()
135 public static JSONArray matchSecurityCrashes(JSONArray crashes, Config config) { in matchSecurityCrashes() argument
137 for (int i = 0; i < crashes.length(); i++) { in matchSecurityCrashes()
139 JSONObject crash = crashes.getJSONObject(i); in matchSecurityCrashes()
228 public static JSONArray addAllCrashes(String input, JSONArray crashes) { in addAllCrashes() argument
329 crashes.put(crash); in addAllCrashes()
332 return crashes; in addAllCrashes()
/platform_testing/tests/bettertogether/betocq/
DReadMe.md444 No response from server. Check the device logcat for crashes.