Home
last modified time | relevance | path

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

/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DBugReportDurationHelper.java279 for (String bugreport : bugreports) { in getLatestBugReport()
280 Log.w(TAG, " " + bugreport); in getLatestBugReport()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DResultHandler.java538 String bugreport = r.getBugReport(); in writeResults() local
539 if (bugreport != null) { in writeResults()
541 serializer.text(bugreport); in writeResults()