Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageUtils.java281 getRootCauseMessage(e)); in setUploadRetry()
311 private static String getRootCauseMessage(@Nullable Throwable t) { in getRootCauseMessage() method in BugStorageUtils
351 return setBugReportStatus(context, bugReport, status, getRootCauseMessage(e)); in setBugReportStatus()