/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | LogGenerator.java | 63 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()
|
D | AuptTestRunner.java | 182 Log.w(LOG_TAG, "Could not find or create output directory " + mResultsDirectory); in onCreate() 496 Log.w(LOG_TAG, "Failed to create UI hierarchy dump for UI error", e); 552 Log.w(LOG_TAG, "No Camera folder found to delete from."); 555 Log.w(LOG_TAG, "No DCIM folder found to delete from."); 662 Log.w(LOG_TAG, "Couldn't collect screenshot on test failure");
|
D | DataCollector.java | 62 Log.w(TAG, String.format("Both zipped and flat bugreports are enabled. Defaulting" in DataCollector()
|
/platform_testing/libraries/health/runners/longevity/ |
D | README.md | 35 `adb shell am instrument -w -r -e <option> <value> -e class <suite> 40 `adb shell am instrument -w -r -e iterations 50 -e quitter true 46 `adb shell am instrument -w -r -e iterations 10 -e shuffle true -e suite-timeout_msec 1800000 52 `adb shell am instrument -w -r -e iterations 100 -e min-battery 0.05 58 `adb shell am instrument -w -r -e profile sample_profile 81 `tests/` directory. Run them using `adb shell am instrument -w -r
|
/platform_testing/libraries/health/utils/src/android/platform/test/util/ |
D | TimedAction.java | 38 Log.w(LOG_TAG, "This action went over its intended duration."); in runWithIntendedDuration()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | DumpsysServiceListener.java | 47 Log.w(TAG, "No process name provided. Nothing will be collected"); in setupAdditionalArgs()
|
D | DumpsysMeminfoListener.java | 47 Log.w(TAG, "No process name provided. Nothing will be collected"); in setupAdditionalArgs()
|
D | AppVersionListener.java | 65 Log.w(TAG, "No package name provided. All packages will be collected"); in setupAdditionalArgs()
|
D | ScreenshotOnFailureCollector.java | 142 Log.w(getTag(), String.format("File exists: %s", img.getAbsolutePath())); in takeScreenshot() 172 Log.w(getTag(), String.format("File exists: %s.", uixFile.getAbsolutePath())); in collectUiXml()
|
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/ |
D | TimeInStateListener.java | 63 Log.w(TAG, "No time_in_state provided. Nothing will be collected"); in setupAdditionalArgs()
|
D | StatsdListener.java | 123 Log.w(LOG_TAG, "Failed to log a test run start event. Metrics might be incomplete."); in onTestRunStart() 135 Log.w(LOG_TAG, "Failed to log a test run end event. Metrics might be incomplete."); in onTestRunEnd() 155 Log.w(LOG_TAG, "Failed to log a test start event. Metrics might be incomplete."); in onTestStart() 167 Log.w(LOG_TAG, "Failed to log a test end event. Metrics might be incomplete."); in onTestEnd()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/watchers/ |
D | AppIsNotRespondingWatcher.java | 47 Log.w(LOG_TAG, String.format( in checkForCondition()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/ |
D | WindowAnimationFrameStatsMonitor.kt | 51 Log.w(FLICKER_TAG, "Skipping fenced frame.") in analyze()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | CoolDownRule.java | 77 Log.w(LOG_TAG, "Missed device temperature name. Skipped waiting for DUT cooling down."); in starting() 141 Log.w( in waitTemperature()
|
D | Dex2oatPressureRule.java | 174 Log.w( in runCompileCommand()
|
/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/ |
D | TotalPssHelper.java | 78 Log.w(TAG, "Need atleast 3 iterations to check memory usage stabilization."); in getMetrics() 161 Log.w(TAG, "Not able to find the process id for the process = " + processName); in getPss()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | TvLauncherStrategy.java | 243 Log.w(LOG_TAG, "Instrumentation is null. setInstrumentation should be called " in getVersionCode() 253 Log.w(LOG_TAG, String.format("package name is not found: %s", pkg)); in getVersionCode() 376 Log.w(LOG_TAG, "getFocusedItemIndexInRow: no channel has a focused item. " in getFocusedItemIndexInRow() 412 Log.w(LOG_TAG, "This launcher is not in foreground"); in isOnHomeScreen() 464 Log.w(LOG_TAG, "selectAppsRow should be called on Home screen"); in selectAppsRow() 706 Log.w(LOG_TAG, String.format( 747 Log.w(LOG_TAG, String.format( 805 Log.w(LOG_TAG,
|
D | CommonLauncherHelper.java | 180 Log.w(LOG_TAG, "no new window detected after app launch attempt."); in launchApp() 218 Log.w(LOG_TAG, String.format( in verifyAppStart()
|
D | LeanbackLauncherStrategy.java | 109 Log.w(LOG_TAG, "The reset will be ignored on leanback launcher"); in openAllApps() 475 Log.w(LOG_TAG, "no new window detected after app launch attempt."); in launchApp() 480 Log.w(LOG_TAG, String.format( in launchApp() 761 Log.w(LOG_TAG, in isGame()
|
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/ |
D | LockscreenHelper.java | 98 int w = mDevice.getDisplayWidth(); in launchCameraOnLockScreen() local 101 mDevice.drag((w - 25), (h - 25), (int) (w * 0.5), (int) (w * 0.5), 40); in launchCameraOnLockScreen()
|
/platform_testing/libraries/collectors-helper/system/src/com/android/helpers/ |
D | DumpsysServiceHelper.java | 57 Log.w(TAG, "Failed to create output directory."); in setUp()
|
D | ProcLoadHelper.java | 111 Log.w(LOG_TAG, "Not able to parse the proc/loadavg"); in getProcLoadInLastMinute()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 105 Log.w(LOG_TAG, "Detected crash of system server."); in run()
|
/platform_testing/utils/dpad/src/android/platform/test/utils/ |
D | DPadUtil.java | 147 Log.w(TAG, String.format("Failed to long press the key code: %d", keyCode)); in longPressKeyCode()
|
/platform_testing/tests/jank/uibench_wear/src/com/android/wearable/uibench/janktests/ |
D | UiBenchJankTestsHelper.java | 165 Log.w(LOG_TAG, String.format("Exception when toggling keyboard. %s", e.toString())); in enableKeyboardIME()
|