/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelChecker.java | 114 CLog.w("Failed to determine battery level for device %s.", in run() 119 CLog.w("Battery level %d is below the min level %d; holding for device %s to charge " + in run() 154 CLog.w("Battery level for device %s is currently %d", mTestDevice.getSerialNumber(), in run() 159 CLog.w( in run() 169 CLog.w("Breaking out of wait loop because battery level read failed for device %s", in run() 174 CLog.w("Warning: battery discharged from %d to %d on device %s during the last " + in run() 183 CLog.w("Device %s is now charged to battery level %d; releasing.", in run()
|
D | UiAutomatorRunner.java | 313 CLog.w(String.format("IOException %1$s when running tests %2$s on %3$s", in run() 319 CLog.w("ShellCommandUnresponsiveException %1$s when running tests %2$s on %3$s", in run() 327 CLog.w("TimeoutException when running tests %1$s on %2$s", getPackageName(), in run() 332 CLog.w("AdbCommandRejectedException %1$s when running tests %2$s on %3$s", in run()
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
D | AnrReportGenerator.java | 94 CLog.w("A bugreport for this invocation already existed at %s, overriding anyways", in setBugReportInfo() 107 CLog.w("A monkey log for this invocation already existed at %s, overriding anyways", in setMonkeyLogInfo() 116 CLog.w("Cannot generate report: bugreport or monkey log not populated yet."); in genereateAnrReport() 124 CLog.w("The expected report storage path is not a directory: %s", in genereateAnrReport() 130 CLog.w("Failed to create report storage directory: %s", in genereateAnrReport() 166 CLog.w(cr.getStderr()); in genereateAnrReport()
|
/tools/tradefederation/core/src/com/android/tradefed/util/keystore/ |
D | JSONFileKeyStoreClient.java | 74 CLog.w("Key Store is null"); in containsKey() 83 CLog.w("null key passed"); in fetchKey() 87 CLog.w("null keystore"); in fetchKey()
|
/tools/tradefederation/core/src/com/android/tradefed/suite/checker/ |
D | SystemServerStatusChecker.java | 40 CLog.w(message); in preExecutionCheck() 47 CLog.w( in preExecutionCheck() 74 CLog.w(message); in postExecutionCheck()
|
D | SystemServerFileDescriptorChecker.java | 66 CLog.w(message); in postExecutionCheck() 77 CLog.w("no shell output for command: " + command); in getIntegerFromCommand() 84 CLog.w("unable to parse result of '" + command + "' : " + output); in getIntegerFromCommand()
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | LogUtil.java | 144 public static void w(String message) { in w() method in LogUtil.CLog 146 Log.w(getClassName(2), message); in w() 155 public static void w(Throwable t) { in w() method in LogUtil.CLog 157 Log.w(getClassName(2), getStackTraceString(t)); in w() 167 public static void w(String format, Object... args) { in w() method in LogUtil.CLog 169 Log.w(getClassName(2), String.format(format, args)); in w()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | FileSystemLogSaver.java | 99 CLog.w( in invocationEnded() 130 CLog.w(String.format("Failed to set dir %s to be group accessible.", log)); in saveLogData() 163 CLog.w(String.format("Failed to set dir %s to be group accessible.", log)); in saveLogDataInternal() 210 CLog.w(String.format("Failed to set dir %s to be group accessible.", logReportDir)); in createLogReportDir() 250 CLog.w(msg); in createBuildDir() 259 CLog.w(msg); in createBuildDir() 301 CLog.w("Cannot create URL. getAbsolutePath() returned %s which ends with %s", in getUrl()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | Camera2StressTest.java | 124 CLog.w("Could not pull screenshot: %s", remoteFile.getFullPath()); in postScreenshotOnFailure() 175 CLog.w("Failed to start stress tests. test setup configured incorrectly?"); in parseLog() 181 CLog.w("Couldn't parse the output log file:"); in parseLog() 184 CLog.w("Could not pull file: %s, error:", RESULT_FILE); in parseLog() 187 CLog.w("Could not find the key in file: %s, error:", KEY_NUM_ATTEMPTS); in parseLog()
|
D | Camera2FrameworkStressTest.java | 145 CLog.w("Failed to start stress tests. test setup configured incorrectly?"); in parseLog() 154 CLog.w("Couldn't parse the output log file"); in parseLog() 157 CLog.w("Could not pull file: %s, error:", RESULT_DIR); in parseLog() 160 CLog.w("Could not find the key in file: %s, error:", KEY_NUM_ATTEMPTS); in parseLog() 182 CLog.w("No camera ID is found in %s. The resultToFile instrumentation argument is set" in getCameraIdList()
|
D | CameraTestBase.java | 473 CLog.w("Stop collecting meminfo since meminfo log file not found."); in start() 510 CLog.w("Failed to create meminfo log file %s:", mOutputFile.getAbsolutePath()); in createOutputFile() 526 CLog.w("Failed to dump meminfo:"); in dumpMeminfo() 578 CLog.w("Failed to print meminfo to %s:", outputFile.getAbsolutePath()); in printMeminfo() 621 CLog.w("Stop collecting thread counts since log file not found."); in start() 654 CLog.w("Failed to create processes and threads file %s:", in createOutputFile() 668 CLog.w("Failed to get pid %s:", processName); in getPid() 682 CLog.w("Failed to get valid uptime %s: %s", uptime, e); in getUptime() 684 CLog.w("Failed to get valid uptime: %s", e); in getUptime() 704 CLog.w("Failed to dump thread count:"); in dumpThreadCount() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WaitDeviceRecovery.java | 330 Log.w(LOG_TAG, String.format("failed to reboot %s: %s", device.getSerialNumber(), in rebootDeviceIntoBootloader() 333 Log.w(LOG_TAG, String.format("failed to reboot %s: timeout", device.getSerialNumber())); in rebootDeviceIntoBootloader() 335 Log.w(LOG_TAG, String.format("failed to reboot %s: %s", device.getSerialNumber(), in rebootDeviceIntoBootloader() 349 Log.w(LOG_TAG, String.format("failed to reboot %s: %s", device.getSerialNumber(), in rebootDevice() 352 Log.w(LOG_TAG, String.format("failed to reboot %s: timeout", device.getSerialNumber())); in rebootDevice() 354 Log.w(LOG_TAG, String.format("failed to reboot %s: %s", device.getSerialNumber(), in rebootDevice()
|
D | NativeDeviceStateMonitor.java | 186 CLog.w("Device %s shell is unresponsive", getSerialNumber()); in waitForDeviceShell() 255 CLog.w("Device %s did not boot after %d ms", getSerialNumber(), waitTime); in waitForBootComplete() 310 CLog.w("Device %s mount check returned Permision Denied, " in waitForStoreMount() 323 CLog.w("Failed to get external store mount point for %s", getSerialNumber()); in waitForStoreMount() 328 CLog.w("Device %s external storage is not mounted after %d ms", in waitForStoreMount() 401 CLog.w("wait for device bootloader state update interrupted"); in waitForDeviceBootloaderStateUpdate() 423 CLog.w("wait for device state interrupted"); in waitForDeviceState()
|
D | ManagedTestDeviceFactory.java | 110 CLog.w("Device state is not Online, assuming Framework support for now."); in checkFrameworkSupport() 128 CLog.w("Could not determine the framework support for '%s' after retries, assuming " in checkFrameworkSupport() 132 CLog.w("Exception during checkFrameworkSupport, assuming True: '%s' with device: %s", in checkFrameworkSupport()
|
D | NativeDevice.java | 577 CLog.w("Could not get device %s build id.", getSerialNumber()); in getBuildId() 595 CLog.w("Could not get device %s build flavor.", getSerialNumber()); in getBuildFlavor() 907 CLog.w("Failed to pull %s from %s to %s. Message %s", remoteFilePath, in pullFile() 936 CLog.w("Encountered IOException while trying to pull '%s':", remoteFilePath); in pullFile() 1015 CLog.w( in pushFile() 1384 CLog.w("Failed to create sub directory %s, aborting.", in pullDir() 1390 CLog.w("Failed to pull sub directory %s from device, aborting", deviceSubDir); in pullDir() 1398 CLog.w("Failed to pull file %s from device, aborting", fullPath); in pullDir() 1486 CLog.w("Failed to sync files to %s on device %s. Message %s", in syncFiles() 1672 CLog.w("Recovery needed after executing fastboot command"); in doFastbootCommand() [all …]
|
D | FastbootHelper.java | 91 CLog.w("'fastboot devices' failed. Result: %s, stderr: %s", fastbootResult.getStatus(), in getDevices() 125 CLog.w("'fastboot -s %s %s' failed. Result: %s, stderr: %s", serial, command, in executeCommand()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceCleaner.java | 83 CLog.w("boot failure: attempting to stop runtime instead of cleanup"); in tearDown() 87 CLog.w("boot failure: ignored DeviceUnresponsiveException during forced cleanup"); in tearDown() 146 CLog.w(String.format("screen still on after %d retries", retries)); in turnScreenOff()
|
D | CpuThrottlingWaiter.java | 90 CLog.w("cores still throttled after %ds", maxWaitMs); in setUp() 93 CLog.w("Current CPU frequencies:\n%s", result); in setUp() 134 CLog.w("Unable to determine max frequency available for CPU: %s", cpu); in getCpuMaxFreqs()
|
D | PushFileInvoker.java | 60 CLog.w("Ignoring non-existent path %s", devicePath); in setUp() 64 CLog.w("%s is a directory, skipping", devicePath); in setUp()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/metricregression/ |
D | Metrics.java | 82 CLog.w(String.format("Run metric \"%s\" is not a number: \"%s\"", name, value)); in addRunMetric() 99 CLog.w( in addTestMetric() 191 CLog.w(msg); in warn()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | LogUtilFuncTest.java | 67 Log.w(CLASS_NAME, "this is the real Log.w"); in testCLog_w() 68 CLog.w("this is CLog.w"); in testCLog_w() 69 CLog.w("this is CLog.w with a format string: %s has length %d", STRING, STRING.length()); in testCLog_w()
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | TraceCmdCollector.java | 91 CLog.w("--trace-cmd-binary was not set, skipping trace metric collection"); in startTracing() 122 CLog.w("trace-cmd was not set, skipping attempt to stop trace collection"); in stopTracing()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/companion/ |
D | CompanionDeviceTracker.java | 65 CLog.w("device %s already has an allocated companion %s", in allocateCompanionDevice() 82 CLog.w("primary device %s has no tracked companion device", device.getSerialNumber()); in freeCompanionDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | ClassPathScanner.java | 154 Log.w(LOG_TAG, String.format("Directory %s in classPath is not readable, skipping", in getEntriesFromDir() 206 Log.w(LOG_TAG, String.format( in getClassPathEntries() 211 Log.w(LOG_TAG, String.format("Failed to read class path entry %s. Reason: %s", in getClassPathEntries()
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | SandboxInvocationRunner.java | 47 CLog.w("Sandbox prepareEnvironment threw an Exception."); in prepareAndRun() 76 CLog.w( in handleStderrException()
|