Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java99 public static String getProcessFileName(JSONObject crash) throws JSONException { in getProcessFileName() argument
100 return new File(crash.getString(PROCESS)).getName(); in getProcessFileName()
139 JSONObject crash = crashes.getJSONObject(i); in matchSecurityCrashes() local
142 if (!matchesAny(getProcessFileName(crash), config.processPatterns)) { in matchSecurityCrashes()
147 String crashSignal = crash.getString(SIGNAL); in matchSecurityCrashes()
152 if (crash.has(ABORT_MESSAGE)) { in matchSecurityCrashes()
153 String crashAbortMessage = crash.getString(ABORT_MESSAGE); in matchSecurityCrashes()
172 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes()
179 JSONArray backtrace = crash.getJSONArray(BACKTRACE); in matchSecurityCrashes()
209 securityCrashes.put(crash); in matchSecurityCrashes()
[all …]
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DSystemHealthRule.java121 final String crash = checkCrash(context, label, startTime);
122 if (crash != null) errors.append(crash);
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dlogcat.txt3 --------- beginning of crash
32 --------- beginning of crash
129 --------- beginning of crash
171 --------- beginning of crash
274 --------- beginning of crash
303 --------- beginning of crash
337 --------- beginning of crash
/platform_testing/libraries/sts-common-util/host-side/tests/res/
Dlogcat.txt3 --------- beginning of crash
32 --------- beginning of crash
64 --------- beginning of crash
100 --------- beginning of crash
131 --------- beginning of crash
173 --------- beginning of crash
188 --------- beginning of crash
235 --------- beginning of crash
278 --------- beginning of crash
307 --------- beginning of crash
[all …]