Home
last modified time | relevance | path

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

/frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
DProcessErrorsTest.java83 final String reportMsg = checkForProcessErrors(); in testNoProcessErrorsAfterBoot() local
84 if (reportMsg != null) { in testNoProcessErrorsAfterBoot()
85 Log.w(TAG, reportMsg); in testNoProcessErrorsAfterBoot()
89 assertNull(reportMsg, reportMsg); in testNoProcessErrorsAfterBoot()
209 final String reportMsg = reportListContents(errList); in checkForProcessErrors() local
210 return reportMsg; in checkForProcessErrors()