Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java176 JSONArray backtrace = crash.getJSONArray(BACKTRACE); in matchSecurityCrashes() local
184 if (!IntStream.range(0, backtrace.length()) in matchSecurityCrashes()
185 .mapToObj(j -> backtrace.optJSONObject(j)) in matchSecurityCrashes()
198 if (IntStream.range(0, backtrace.length()) in matchSecurityCrashes()
199 .mapToObj(j -> backtrace.optJSONObject(j)) in matchSecurityCrashes()
318 JSONArray backtrace = new JSONArray(); in addAllCrashes() local
320 backtrace.put( in addAllCrashes()
325 crash.put(BACKTRACE, backtrace); in addAllCrashes()
/platform_testing/libraries/compatibility-common-util/tests/assets/
Dlogcat.txt17 09-03 17:48:05.805 7072 7072 F DEBUG : backtrace:
46 06-15 19:57:33.676 26192 26192 F DEBUG : backtrace:
79 06-15 19:57:35.195 26230 26230 F DEBUG : backtrace:
110 06-15 19:57:40.679 26283 26283 F DEBUG : backtrace:
150 09-23 01:55:43.081 546 546 F DEBUG : backtrace:
183 11-03 02:59:48.901 6371 8072 F DEBUG : backtrace:
206 05-04 21:59:23.742 9363 9363 F DEBUG : backtrace:
245 11-25 19:47:35.597 940 940 F DEBUG : backtrace:
288 09-03 17:48:05.805 7072 7072 F DEBUG : backtrace:
317 06-15 19:57:33.676 26192 26192 F DEBUG : backtrace:
[all …]