Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 45) sorted by relevance

12

/tools/tradefederation/contrib/src/com/android/framework/tests/
DPackageManagerHostTests.java34 private static final String LOG_TAG = "PackageManagerHostTests"; field in PackageManagerHostTests
178 Log.i(LOG_TAG, "testing pushing an apk to /data/app-private"); in testPushAppPrivate()
252 Log.i(LOG_TAG, "Test app manifest installLocation=auto gets installed on device"); in testInstallAppLocPrefIsAuto()
281 Log.i(LOG_TAG, "Test app manifest installLocation=internal gets installed on device"); in testInstallAppLocPrefIsInternal()
311 Log.i(LOG_TAG, "Test installLocation=external gets installed on SD Card"); in testInstallAppLocPrefIsExternal()
322 Log.i(LOG_TAG, "Test an app with no installLocation gets installed on device"); in testInstallAppNoLocPrefIsAuto()
340 Log.i(LOG_TAG, "Test an app with installLoc set to Internal gets installed to app-private"); in testInstallFwdLockedAppInternal()
359 Log.i(LOG_TAG, "Test an app with installLoc set to Internal gets installed to app-private"); in testInstallFwdLockedAppExternal()
378 Log.i(LOG_TAG, "Test an app with installLoc set to Auto gets installed to app-private"); in testInstallFwdLockedAppAuto()
397 Log.i(LOG_TAG, "Test an app with no installLoc set gets installed to app-private"); in testInstallFwdLockedAppNone()
[all …]
DDownloadManagerHostTests.java41 private static final String LOG_TAG = "android.net.DownloadManagerHostTests"; field in DownloadManagerHostTests
165 Log.i(LOG_TAG, "First reboot..."); in testDownloadManagerMultipleReboots()
169 Log.i(LOG_TAG, "Second reboot..."); in testDownloadManagerMultipleReboots()
173 Log.i(LOG_TAG, "Third reboot..."); in testDownloadManagerMultipleReboots()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceFuncTest.java66 private static final String LOG_TAG = "TestDeviceFuncTest"; field in TestDeviceFuncTest
137 Log.i(LOG_TAG, "testExecuteShellCommand"); in testExecuteShellCommand()
153 Log.i(LOG_TAG, "testInstallUninstall"); in testInstallUninstall()
185 Log.i(LOG_TAG, "testInstallUninstall_space"); in testInstallUninstall_space()
202 Log.i(LOG_TAG, "testPushPull"); in testPushPull_normal()
240 Log.i(LOG_TAG, "testPushPull"); in testPushPull_extStorageVariable()
283 Log.i(LOG_TAG, "testPull_noexist"); in testPull_noexist()
331 Log.i(LOG_TAG, "testPush_noexist"); in testPush_noexist()
515 Log.i(LOG_TAG, "testExecuteFastbootCommand_deviceInAdb"); in testExecuteFastbootCommand_deviceInAdb()
517 Log.i(LOG_TAG, "Fastboot not enabled skipping testExecuteFastbootCommand_deviceInAdb"); in testExecuteFastbootCommand_deviceInAdb()
[all …]
DTestDeviceStressTest.java46 private static final String LOG_TAG = "TestDeviceStressTest"; field in TestDeviceStressTest
75 Log.i(LOG_TAG, String.format("testReboot attempt %d", i)); in testManyReboots()
83 Log.i(LOG_TAG, String.format("testRebootBootloader attempt %d", i)); in testManyRebootBootloaders()
95 Log.i(LOG_TAG, String.format("testDisableKeyguard attempt %d", i)); in testManyDisableKeyguard()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java50 private static final String LOG_TAG = "InstrumentationTestFuncTest"; field in InstrumentationTestFuncTest
88 Log.i(LOG_TAG, "testRun"); in testRun()
110 Log.i(LOG_TAG, "testRun_testFailed"); in testRun_testFailed()
131 Log.i(LOG_TAG, "testRun_testCrash"); in testRun_testCrash()
171 Log.i(LOG_TAG, "testRun_testTimeout"); in testRun_testTimeout()
203 Log.i(LOG_TAG, "testRun_deviceReboot"); in testRun_deviceReboot()
223 Log.w(LOG_TAG, "interrupted"); in testRun_deviceReboot()
225 Log.w(LOG_TAG, "Device did not come back online after reboot"); in testRun_deviceReboot()
253 Log.i(LOG_TAG, "testRun_maxTimeout"); in testRun_maxTimeout()
278 Log.i(LOG_TAG, "testRun_deviceRuntimeReset"); in testRun_deviceRuntimeReset()
[all …]
DGTestFuncTest.java36 private static final String LOG_TAG = "GTestFuncTest"; field in GTestFuncTest
64 Log.i(LOG_TAG, "testRun"); in testRun()
119 Log.i(LOG_TAG, "testRun_testCrash"); in testRun_testCrash()
135 Log.i(LOG_TAG, "testRun_deviceReboot"); in testRun_deviceReboot()
157 Log.w(LOG_TAG, "interrupted"); in testRun_deviceReboot()
159 Log.w(LOG_TAG, "IOException when rebooting"); in testRun_deviceReboot()
173 Log.i(LOG_TAG, "testRun_timeout"); in testRun_timeout()
/tools/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java38 private static final String LOG_TAG = "WaitDeviceRecovery"; field in WaitDeviceRecovery
116 Log.i(LOG_TAG, String.format("Pausing for %d for %s to recover", in recoverDevice()
124 Log.i(LOG_TAG, String.format( in recoverDevice()
208 Log.i(LOG_TAG, String.format( in handleDeviceUnresponsive()
249 Log.i(LOG_TAG, String.format("Pausing for %d for %s to recover", in recoverDeviceBootloader()
277 Log.i(LOG_TAG, String.format("Found device %s online but expected fastboot.", in handleDeviceOnlineExpectedBootloader()
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()
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DLogRegistryTest.java30 private static final String LOG_TAG = "LogRegistryTest"; field in LogRegistryTest
83 mockLogger.printLog(LogLevel.VERBOSE, LOG_TAG, testMessage); in testPrintLog_sameLogLevel()
86 mLogRegistry.printLog(LogLevel.VERBOSE, LOG_TAG, testMessage); in testPrintLog_sameLogLevel()
103 mLogRegistry.printLog(LogLevel.VERBOSE, LOG_TAG, testMessage); in testPrintLog_lowerLogLevel()
119 Log.e(LOG_TAG, testMessage); in testThreadedLogging()
127 Log.v(LOG_TAG, testMessage); in testThreadedLogging()
144 mockLogger.printLog(LogLevel.VERBOSE, LOG_TAG, testMessage); in testThreadedLogging()
147 mockLogger.printLog(LogLevel.ERROR, LOG_TAG, testMessage); in testThreadedLogging()
DFileLoggerTest.java47 private static final String LOG_TAG = "FileLoggerTest"; field in FileLoggerTest
68 logger.printLog(LogLevel.INFO, LOG_TAG, Text1); in testLogToLogger()
69 String expectedText1 = LogUtil.getLogFormatString(LogLevel.INFO, LOG_TAG, Text1).trim(); in testLogToLogger()
70 logger.printLog(LogLevel.VERBOSE, LOG_TAG, Text2); in testLogToLogger()
72 LogUtil.getLogFormatString(LogLevel.VERBOSE, LOG_TAG, Text2).trim(); in testLogToLogger()
73 logger.printLog(LogLevel.ASSERT, LOG_TAG, Text3); in testLogToLogger()
75 LogUtil.getLogFormatString(LogLevel.ASSERT, LOG_TAG, Text3).trim(); in testLogToLogger()
106 int startIndex = message.indexOf(LOG_TAG) - 2; in trimTimestamp()
/tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/
DXmlDefsTest.java57 private static final String LOG_TAG = "XmlDefsTest"; field in XmlDefsTest
259 Log.i(LOG_TAG, String.format("Parsing test def file %s", in parseFile()
263 Log.e(LOG_TAG, String.format("Could not find test def file %s", in parseFile()
266 Log.e(LOG_TAG, String.format("Could not parse test def file %s: %s", in parseFile()
281 Log.d(LOG_TAG, String.format("Running test %s on %s", test.getPackageName(), in doRun()
318 Log.d(LOG_TAG, "Device not set, skipping collection of remote file"); in getRemoteFile()
327 Log.e(LOG_TAG, "Failed to create temp file"); in getRemoteFile()
328 Log.e(LOG_TAG, e); in getRemoteFile()
383 Log.w(LOG_TAG, "sharding is only supported if local xml files have been specified"); in split()
396 Log.w(LOG_TAG, "no tests to shard!"); in split()
/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTest.java72 private static final String LOG_TAG = "OtaStabilityTest"; field in OtaStabilityTest
215 LOG_TAG, in run()
221 Log.e(LOG_TAG, error); in run()
229 Log.e(LOG_TAG, e); in run()
231 Log.e(LOG_TAG, e); in run()
301 LOG_TAG, in waitForOta()
312 LOG_TAG, in waitForOta()
343 LOG_TAG, in sendRecoveryLog()
347 Log.e(LOG_TAG, e); in sendRecoveryLog()
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java43 private static final String LOG_TAG = "FileDownloadCache"; field in FileDownloadCache
104 Log.d(LOG_TAG, String.format("Creating file cache at %s", in FileDownloadCache()
111 Log.d(LOG_TAG, String.format("Building file cache from contents at %s", in FileDownloadCache()
163 Log.w(LOG_TAG, String.format("Unrecognized file type %s in cache", in addFiles()
266 LOG_TAG, in fetchRemoteFile()
278 LOG_TAG, in fetchRemoteFile()
303 Log.d(LOG_TAG, String.format("Downloading %s to cache", remotePath)); in downloadFile()
376 Log.e(LOG_TAG, "Cache size is less than 0!"); in incrementAndAdjustCache()
381 Log.w(LOG_TAG, "File cache is over-capacity."); in incrementAndAdjustCache()
/tools/tradefederation/core/src/com/android/tradefed/util/
DTestLoader.java43 private static final String LOG_TAG = "TestLoader"; field in TestLoader
61 Log.e(LOG_TAG, String.format("IOException when loading test classes from jar %s", in loadTests()
63 Log.e(LOG_TAG, e); in loadTests()
91 Log.e(LOG_TAG, e); in loadTests()
93 Log.e(LOG_TAG, e); in loadTests()
96 Log.e(LOG_TAG, e); in loadTests()
DEmail.java36 private static final String LOG_TAG = "Email"; field in Email
132 Log.d(LOG_TAG, String.format("About to send email with command: %s", in send()
153 … Log.e(LOG_TAG, String.format("Mailer finished with non-zero return value: %d", retValue)); in send()
160 Log.e(LOG_TAG, "Mailer output was: " + stdout.toString()); in send()
162 Log.v(LOG_TAG, "Mailer returned successfully."); in send()
DClassPathScanner.java39 private static final String LOG_TAG = "ClassPathScanner"; field in ClassPathScanner
154 Log.w(LOG_TAG, String.format("Directory %s in classPath is not readable, skipping", in getEntriesFromDir()
171 Log.d(LOG_TAG, String.format("file %s in classPath is not recognized, 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/contrib/src/com/android/media/tests/
DCameraStressTest.java63 private static final String LOG_TAG = "CameraStressTest"; field in CameraStressTest
208 Log.e(LOG_TAG, String.format("Grabbing bugreport after test '%s' finished with " + in executeTest()
245 Log.d(LOG_TAG, String.format("Sending %d byte file %s into the logosphere!", in logOutputFiles()
254 … Log.e(LOG_TAG, String.format("IOException while reading or parsing output file: %s", e)); in logOutputFiles()
272 Log.e(LOG_TAG, String.format("Got IOException during %s test processing: %s", in parseOutputFile()
314 Log.d(LOG_TAG, String.format("Got %s key '%s' and captures '%s'", in parseOutputFile()
320 Log.e(LOG_TAG, String.format("Got unmatched line: %s", line)); in parseOutputFile()
355 Log.e(LOG_TAG, String.format("About to report metrics for %s: %s", test.mTestMetricsName, in reportMetrics()
437 Log.e(LOG_TAG, String.format("Got reported metrics: %s", mReportedMetrics.toString())); in testParse_old()
504 Log.e(LOG_TAG, String.format("Got reported metrics: %s", mReportedMetrics.toString())); in testParse_new()
DVideoEditingPerformanceTest.java62 private static final String LOG_TAG = "VideoEditingPerformanceTest"; field in VideoEditingPerformanceTest
180 Log.d(LOG_TAG, String.format( in logOutputFiles()
189 Log.e(LOG_TAG, String.format( in logOutputFiles()
210 Log.e(LOG_TAG, String.format( in parseOutputFile()
223 Log.d(LOG_TAG, String.format("Got '%s' and captures '%s'", key, in parseOutputFile()
229 Log.e(LOG_TAG, String.format("Got unmatched line: %s", line)); in parseOutputFile()
244 Log.d(LOG_TAG, String.format("About to report metrics: %s", metrics)); in reportMetrics()
DMediaPlayerStressTest.java65 private static final String LOG_TAG = "MediaPlayerStress"; field in MediaPlayerStressTest
139 Log.d(LOG_TAG, String.format("Sending %d byte file %s into the logosphere!", in logOutputFile()
146 Log.e(LOG_TAG, String.format( in logOutputFile()
166 Log.e(LOG_TAG, String.format( in parseOutputFile()
179 Log.d(LOG_TAG, String.format("Got '%s' and captures '%s'", in parseOutputFile()
185 Log.d(LOG_TAG, String.format("Got unmatched line: %s", line)); in parseOutputFile()
199 Log.d(LOG_TAG, String.format("About to report metrics: %s", metrics)); in reportMetrics()
DVideoEditingMemoryTest.java65 private static final String LOG_TAG = "VideoEditorMemoryTest"; field in VideoEditingMemoryTest
191 Log.d(LOG_TAG, String.format( in logOutputFiles()
201 LOG_TAG, in logOutputFiles()
221 Log.e(LOG_TAG, String.format( in parseOutputFile()
255 Log.d(LOG_TAG, String.format("About to report metrics: %s", mRunMetrics)); in reportMetrics()
/tools/tradefederation/core/src/com/android/tradefed/result/
DInvocationToJUnitResultForwarder.java38 private static final String LOG_TAG = "InvocationToJUnitResultForwarder"; field in InvocationToJUnitResultForwarder
75 Log.i(LOG_TAG, String.format("run ended %d ms", elapsedTime)); in testRunEnded()
84 Log.e(LOG_TAG, String.format("run failed: %s", errorMessage)); in testRunFailed()
93 Log.i(LOG_TAG, String.format("run %s started: %d tests", runName, testCount)); in testRunStarted()
101 Log.i(LOG_TAG, String.format("run stopped: %d ms", elapsedTime)); in testRunStopped()
107 Log.d(LOG_TAG, test.toString()); in testStarted()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeBenchmarkTestParser.java39 private final static String LOG_TAG = "NativeBenchmarkTestParser"; field in NativeBenchmarkTestParser
73 Log.d(LOG_TAG, line); in parseLine()
76 Log.i(LOG_TAG, String.format("Found result for benchmark %s: %s", getRunName(), line)); in parseLine()
89 Log.w(LOG_TAG, String.format("Value was not a double (%s), trying for scientfic", in parseDoubleValue()
96 Log.e(LOG_TAG, String.format("Could not parse double value in (%s)", in parseDoubleValue()
DNativeStressTest.java43 private static final String LOG_TAG = "NativeStressTest"; field in NativeStressTest
161 Log.i(LOG_TAG, String.format("Running native stress test %s on %s", fullPath, in doRunAllTestsInSubdirectory()
171 Log.i(LOG_TAG, String.format("Running %s for %d iterations", in doRunAllTestsInSubdirectory()
198 Log.i(LOG_TAG, String.format( in reportTestCompleted()
233 Log.w(LOG_TAG, String.format("Could not find native stress test directory %s in %s!", in run()
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dcommon.h23 #define LOG_TAG "gamecore-sample" macro
24 #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__))
25 #define LOGE(...) ((void)__android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__))
26 #define LOGW(...) ((void)__android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__))
/tools/tradefederation/contrib/src/com/android/graphics/tests/
DUserActionBenchmark.java60 private static final String LOG_TAG = "UserActionBenchmark"; field in UserActionBenchmark
139 LOG_TAG, in logOutputFiles()
150 LOG_TAG, in logOutputFiles()
171 Log.e(LOG_TAG, String.format("Got IOException during test processing: %s", e)); in parseOutputFile()
191 Log.i(LOG_TAG, String.format("averageResult = %s\n", averageResult)); in parseOutputFile()
202 Log.d(LOG_TAG, String.format("About to report metrics: %s", metrics)); in reportMetrics()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DCdmaDeviceFlasher.java41 private static final String LOG_TAG = "CdmaDeviceFlasher"; field in CdmaDeviceFlasher
76 Log.i(LOG_TAG, String.format("Flashing device %s with build %s", in flash()
89 Log.i(LOG_TAG, "Performing special CDMA baseband update flash procedure"); in flash()
143 File updateDir = FileUtil.createTempDir(LOG_TAG); in extractSystemZip()
157 Log.i(LOG_TAG, String.format("MANUALLY flashing individual partitions on %s.", in flashSystem()

12