Home
last modified time | relevance | path

Searched refs:getMessage (Results 1 – 25 of 48) sorted by relevance

12

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DLogGenerator.java63 Log.w(TAG, "Error while saving dumpsys meminfo -c: " + ioe.getMessage()); in save()
75 Log.w(TAG, "Error while saving dumpsys cpuinfo : " + ioe.getMessage()); in save()
87 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save()
99 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in save()
111 Log.w(TAG, String.format("Failed to save frangmentation: %s", e.getMessage())); in save()
123 Log.w(TAG, String.format("Failed to save graphicsstats: %s", e.getMessage())); in save()
136 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in save()
148 Log.w(TAG, String.format("Failed to save pagetypeinfo: %s", e.getMessage())); in save()
160 Log.w(TAG, String.format("Failed to save trace: %s", e.getMessage())); in save()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DScrollUtility.java86 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollBackward()
118 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollForward()
157 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollAndFindUiObject()
185 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollToBeginning()
224 String.format("Unable to %s. Error: %s", action, ex.getMessage())); in scrollAndCheckIfUiElementExist()
/platform_testing/libraries/device-collectors/src/test/java/android/device/collectors/
DIncidentReportListenerTest.java119 assertTrue(e.getMessage().contains("Couldn't create")); in testFailCollectIfNoDestinationDirectory()
120 assertTrue(e.getMessage().contains("destination folder")); in testFailCollectIfNoDestinationDirectory()
128 assertTrue(e.getMessage().contains("destination folder")); in testFailCollectIfNoDestinationDirectory()
129 assertTrue(e.getMessage().contains("does not exist")); in testFailCollectIfNoDestinationDirectory()
146 assertTrue(e.getMessage().contains("no data")); in testCollectEmptyReportFails()
/platform_testing/libraries/metrics-helper/tests/src/android/support/test/metricshelper/
DMetricsAssertsTest.java94 assertEquals(message, e.getMessage()); in testHasActionLogFalse()
110 assertEquals(message, e.getMessage()); in testHasVisibleLogFalse()
126 assertEquals(message, e.getMessage()); in testHasHiddenLogFalse()
161 assertEquals(message, e.getMessage()); in testDoesNotHaveTemplateLog()
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java185 Log.e(LOG_TAG, "Unable to write perfetto process id to a file :" + fnf.getMessage()); in startCollectingFromConfig()
190 Log.e(LOG_TAG, "Unable to stop perfetto process output file." + ie.getMessage()); in startCollectingFromConfig()
194 Log.e(LOG_TAG, "Unable to start the perfetto tracing due to :" + ioe.getMessage()); in startCollectingFromConfig()
255 Log.e(LOG_TAG, "Unable to write perfetto process id to a file :" + fnf.getMessage()); in startCollectingFromConfigFile()
260 Log.e(LOG_TAG, "Unable to stop perfetto process output file." + ie.getMessage()); in startCollectingFromConfigFile()
264 Log.e(LOG_TAG, "Unable to start the perfetto tracing due to :" + ioe.getMessage()); in startCollectingFromConfigFile()
341 Log.e(LOG_TAG, "Unable to stop the perfetto tracing due to " + ioe.getMessage()); in stopCollecting()
460 Log.e(LOG_TAG, "Not able to check the perfetto status due to:" + ioe.getMessage()); in isTestPerfettoRunning()
501 + ioe.getMessage()); in copyFileOutput()
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java100 assertEquals("Sample", report.getSummary().getMessage()); in testParse_summaryOnly()
106 assertEquals("Sample", report.getSummary().getMessage()); in testParse_full()
127 assertEquals("Expected message to be ok", MESSAGE, metric.getMessage()); in testLimits_message()
136 metric.getMessage()); in testLimits_message()
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java112 Log.e(LOG_TAG, "Unable to start simpleperf sampling due to :" + e.getMessage()); in startCollecting()
138 Log.e(LOG_TAG, "Unable to stop the simpleperf samping due to " + e.getMessage()); in stopCollecting()
195 Log.e(LOG_TAG, "Could not generate report: " + e.getMessage()); in getSimpleperfReport()
254 Log.e(LOG_TAG, "Could not open report file: " + e.getMessage()); in getMetrics()
296 Log.e(LOG_TAG, "Unable to check simpleperf status: " + e.getMessage()); in isSimpleperfRunning()
342 + e.getMessage()); in copyFileOutput()
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/
DThermalThrottlingHelper.java52 Log.e(TAG, "Failed to start emulating throttling: " + e.getMessage()); in startThrottling()
107 Log.e(TAG, "Unable to check throttling status: " + e.getMessage()); in isThrottlingEnabled()
DBugReportDurationHelper.java287 Log.e(TAG, "Failed to find a bug report in " + bugReportDir + ": " + e.getMessage()); in getLatestBugReport()
323 Log.e(TAG, "Failed to extract and parse the raw bug report: " + e.getMessage()); in extractAndFilterBugReport()
365 Log.e(TAG, "Failed to extract and parse dumpstate_board.txt: " + e.getMessage()); in extractAndFilterDumpstateBoard()
394 Log.e(TAG, "Failed to list the contents of the bug report: " + e.getMessage()); in dumpBugReportEntries()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DCondition.kt60 open fun getMessage(value: T): String = "$message(passed=${isSatisfied(value)})" method in android.tools.traces.Condition
DConditionList.kt43 override fun getMessage(value: T): String { in getMessage() method in android.tools.traces.ConditionList
DWaitCondition.kt101 val detailedMessage = condition.getMessage(currState) in doWaitForRetry()
113 condition.getMessage(currState) in doNotifyFailure()
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
DMemhogHelper.java66 Log.e(TAG, "Failed to start memhog: " + e.getMessage()); in startMemhog()
123 Log.e(TAG, "Unable to check memhog status: " + e.getMessage()); in isMemhogRunning()
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DLogcatInspector.java71 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatContainsInOrder()
90 fail("Thread interrupted unexpectedly: " + e.getMessage()); in assertLogcatDoesNotContainInOrder()
DMetricsXmlSerializer.java43 mXmlSerializer.attribute(null, "message", summary.getMessage()); in serialize()
DITestResult.java51 String getMessage(); in getMessage() method
DBusinessLogic.java112 re.getMessage()); in applyLogicsFor()
143 msg.append(String.format("\nMessage [%s]: %s", description, re.getMessage())); in throwAggregatedException()
/platform_testing/host_runners/power/tests/src/com/android/power/
DPowerRunnerTests.java152 e.getMessage() in testRunWhenDeviceIsNotDisconnectedAfterTestStart()
168 e.getMessage().contains("not connected back to host after waiting for")); in testRunWhenDeviceIsNotConnectedBackAfterTestComplete()
185 e.getMessage().contains("Instrumentation results proto file not found under")); in testParseInstrumentationResultsWhenNoProtoFileIsPresent()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DMappedMultiException.java54 public String getMessage() { in getMessage() method in MappedMultiException
/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java84 command, e.getMessage())); in executeShellCommand()
/platform_testing/libraries/collectors-helper/statsd/test/src/com/android/helpers/
DThermalHelperTest.java274 assertTrue(exception1.getMessage().contains(expectedMessage));
285 assertTrue(exception2.getMessage().contains(expectedMessage));
296 assertTrue(exception3.getMessage().contains(expectedMessage));
/platform_testing/utils/esimutility/src/com/android/test/util/esimutility/
DESimUtilityInstrumentation.java60 result.putString("sim_utility_exception", e.getMessage()); in updateWithException()
/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/
DAnnotationTestRuleHelper.java199 String failureMessage = failure.getMessage(); in assertFailsWithTypeAndMessage()
224 String skippedMessage = failure.getMessage(); in assertSkippedWithMessage()
/platform_testing/libraries/audio-test-harness/tradefed/src/main/java/com/android/media/audiotestharness/tradefed/
DAudioTestHarnessServerLogForwardingHandler.java90 sb.append(logRecord.getMessage()); in buildLogOutputLine()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioConfigUtil.java123 "Unable to read default config: %s, Error: %s", path, ex.getMessage())); in loadDefaultConfiguration()
154 RUNTIME_CONFIG_PATH, ex.getMessage())); in loadRuntimeConfiguration()

12