Home
last modified time | relevance | path

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

12345

/cts/tests/tests/jni/libjnitest/
Dregister.c21 #define LOG_TAG "Cts-JniTest" macro
37 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register InstanceNonce"); in JNI_OnLoad()
43 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register StaticNonce"); in JNI_OnLoad()
49 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register JniCTest"); in JNI_OnLoad()
55 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register JniCppTest"); in JNI_OnLoad()
Dhelper.c25 #define LOG_TAG "cts" macro
33 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, format, args); in failure()
62 __android_log_print(ANDROID_LOG_INFO, LOG_TAG, "running %s", name); in runJniTests()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java41 protected final String LOG_TAG = getClass().getSimpleName(); field in PreconditionPreparer
55 LogUtil.printLog(Log.LogLevel.INFO, LOG_TAG, info); in logInfo()
59 LogUtil.printLog(Log.LogLevel.INFO, LOG_TAG, String.format(infoFormat, args)); in logInfo()
63 LogUtil.printLog(Log.LogLevel.WARN, LOG_TAG, warning); in logWarning()
67 LogUtil.printLog(Log.LogLevel.WARN, LOG_TAG, String.format(warningFormat, args)); in logWarning()
71 LogUtil.printLog(Log.LogLevel.ERROR, LOG_TAG, error); in logError()
75 LogUtil.printLog(Log.LogLevel.ERROR, LOG_TAG, String.format(errorFormat, args)); in logError()
80 Log.e(LOG_TAG, t); in logError()
/cts/tests/tests/permission2/src/android/permission2/cts/
DNoProcessOutgoingCallPermissionTest.java38 private static final String LOG_TAG = "NoProcessOutgoingCallPermissionTest"; field in NoProcessOutgoingCallPermissionTest
45 Log.i(LOG_TAG, "Called phone: " + uri.toString()); in callPhone()
61 Log.i(LOG_TAG, "Beginning testProcessOutgoingCall"); in testProcessOutgoingCall()
65 Log.i(LOG_TAG, "registerReceiver --> " + ntnt); in testProcessOutgoingCall()
68 Log.i(LOG_TAG, "extras --> " + xtrs.toString()); in testProcessOutgoingCall()
76 Log.w(LOG_TAG, "wait for phone call interrupted"); in testProcessOutgoingCall()
88 Log.e(LOG_TAG, xtrs.toString()); in onReceive()
DNoReceiveSmsPermissionTest.java46 private static final String LOG_TAG = "NoReceiveSmsPermissionTest"; field in NoReceiveSmsPermissionTest
78 Log.w(LOG_TAG, "wait for sms interrupted"); in testReceiveTextMessage()
100 Log.i(LOG_TAG, String.format("Sending SMS to self: %s", currentNumber)); in sendSMSToSelf()
127 Log.w(LOG_TAG, String.format("unknown intent received: %s", intent.getAction())); in onReceive()
147 Log.i(LOG_TAG, String.format("message %1$s successful", action)); in handleResultCode()
152 Log.e(LOG_TAG, String.format("message %1$s failed: %2$s", action, reason)); in handleResultCode()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsInstrumentationApkTest.java40 private static final String LOG_TAG = "CtsInstrumentationApkTest"; field in CtsInstrumentationApkTest
83 Log.e(LOG_TAG, "Missing device."); in run()
87 Log.e(LOG_TAG, "Missing build"); in run()
92 Log.d(LOG_TAG, String.format("Installing %s on %s", apkFileName, in run()
100 Log.e(LOG_TAG, String.format("Failed to install %s on %s. Reason: %s", in run()
105 Log.e(LOG_TAG, String.format("Could not find file %s", apkFileName)); in run()
113 Log.d(LOG_TAG, String.format("Uninstalling %s on %s", packageName, in run()
DGeeTestResultParser.java93 private static final String LOG_TAG = "GTestResultParser"; field in GeeTestResultParser
153 Log.e(LOG_TAG, "Could not find stack trace for failed test"); in getTrace()
417 Log.e(LOG_TAG, "Could not detect the test class and test name, received: " + in parseTestIdentifier()
443 Log.e(LOG_TAG, "Unable to determine number of tests expected, received: " + in processRunStartedTag()
469 Log.e(LOG_TAG, "Unable to determine the total running time, received: " + in processRunCompletedTag()
513 Log.e(LOG_TAG, "Test currently not in progress when trying to end test: " + identifier); in doTestEnded()
523 Log.e(LOG_TAG, "Test run time value is invalid, received: " + in doTestEnded()
531 Log.e(LOG_TAG, "No test/class name is currently recorded as running!"); in doTestEnded()
535 Log.e(LOG_TAG, "Name for current test class does not match class we started " + in doTestEnded()
541 Log.e(LOG_TAG, "Name for current test does not match test we started with," + in doTestEnded()
[all …]
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dutils.h28 #define LOG_TAG "GPUStressTestActivity" macro
29 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
33 __android_log_print(ANDROID_LOG_ERROR,LOG_TAG, "GL_ERROR"); in PrintGLError()
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java80 private final static String LOG_TAG = "BasePrintTest"; field in BasePrintTest
163 Log.d(LOG_TAG, "setUp()"); in setUp()
173 Log.d(LOG_TAG, "clearPrintSpoolerData()"); in setUp()
175 Log.d(LOG_TAG, "disableImes()"); in setUp()
184 Log.d(LOG_TAG, "set locale"); in setUp()
196 Log.d(LOG_TAG, "init counters"); in setUp()
207 Log.d(LOG_TAG, "createActivity()"); in setUp()
209 Log.d(LOG_TAG, "setUp() done"); in setUp()
214 Log.d(LOG_TAG, "tearDown()"); in tearDown()
221 Log.d(LOG_TAG, "finish activity"); in tearDown()
[all …]
DPrintDocumentActivity.java25 private static final String LOG_TAG = "PrintDocumentActivity"; field in PrintDocumentActivity
31 Log.d(LOG_TAG, "onCreate() " + this); in onCreate()
42 Log.d(LOG_TAG, "onDestroy() " + this); in onDestroy()
/cts/tests/tests/util/src/android/util/cts/
DTimingLoggerTest.java23 private static final String LOG_TAG = "TimingLoggerTest"; field in TimingLoggerTest
27 TimingLogger timings = new TimingLogger(LOG_TAG, "testTimingLogger"); in testTimingLogger()
31 timings.reset(LOG_TAG, "testReset"); in testTimingLogger()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/device/
DDeviceInfoCollector.java42 private static final String LOG_TAG = "DeviceInfoCollector"; field in DeviceInfoCollector
103 Log.e(LOG_TAG, String.format("Could not find %s", apkFile.getAbsolutePath())); in runInstrumentation()
122 Log.e(LOG_TAG, "Invalid instance of buildInfo"); in pullExtendedDeviceInfoResults()
128 Log.e(LOG_TAG, "Local result directory is null or is not a directory"); in pullExtendedDeviceInfoResults()
142 Log.e(LOG_TAG, String.format("Failed to run %s", command)); in pullExtendedDeviceInfoResults()
151 Log.e(LOG_TAG, e); in execute()
159 Log.e(LOG_TAG, String.format( in getDeviceResultDir()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
DTestSensorManager.java38 private static final String LOG_TAG = "TestSensorManager"; field in TestSensorManager
74 Log.w(LOG_TAG, "Listener already registered, returning."); in registerListener()
103 Log.w(LOG_TAG, "Listener already registered, returning."); in registerListener()
149 Log.w(LOG_TAG, "No listener registered, returning."); in unregisterListener()
167 Log.w(LOG_TAG, "No listener registered, returning."); in requestFlush()
/cts/tests/openglperf2/jni/graphics/
DRenderer.cpp17 #define LOG_TAG "CTS_OPENGL" macro
29 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, \
164 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GLError %d", err); in setUp()
170 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Framebuffer not complete: %d", status); in setUp()
194 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GLError %d in setUp", err); in setUp()
219 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GLError %d in tearDown", err); in tearDown()
288 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GLError %d in draw", err); in draw()
DGLUtils.cpp21 #define LOG_TAG "CTS_OPENGL" macro
44 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Couldn't load %s", path); in openTextFile()
52 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Couldn't read %s", path); in openTextFile()
64 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Couldn't find activity class"); in loadTexture()
70 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Couldn't find loadTexture method"); in loadTexture()
144 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in loadShader()
181 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, in createProgram()
/cts/tests/core/runner/src/com/android/cts/core/internal/runner/
DTestLoader.java42 private static final String LOG_TAG = "TestLoader"; field in TestLoader
103 Log.e(LOG_TAG, errMsg); in doLoadClass()
196 Log.w(LOG_TAG, String.format("%s in isTestClass for %s", e.toString(), in isTestClass()
201 Log.w(LOG_TAG, String.format("%s in isTestClass for %s", e.toString(), in isTestClass()
254 if (Log.isLoggable(LOG_TAG, Log.DEBUG)) { in logDebug()
255 Log.d(LOG_TAG, msg); in logDebug()
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
DFrequencyVerification.java36 private static final String LOG_TAG = FrequencyVerification.class.getSimpleName(); field in FrequencyVerification
73 Log.i(LOG_TAG, String.format( in getDefault()
83 Log.w(LOG_TAG, "This sensor (" + sensor.getName() + ") didn't report its maxDelay." in getDefault()
139 Log.e(LOG_TAG, "Frequency test FAIL: " + resultString); in verify()
142 Log.i(LOG_TAG, "Frequency test pass: " + resultString); in verify()
/cts/tests/tests/opengl/libopengltest/
Dattach_shader_nine.cpp22 #define LOG_TAG "attach_shader_nine" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_eight.cpp22 #define LOG_TAG "attach_shader_eight" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_six.cpp22 #define LOG_TAG "attach_shader_six" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_three.cpp24 #define LOG_TAG "attach_shader_three" macro
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_four.cpp22 #define LOG_TAG "attach_shader_four" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
Dattach_shader_seven.cpp22 #define LOG_TAG "attach_shader_seven" macro
23 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAppSecurityTests.java79 private static final String LOG_TAG = "AppSecurityTests"; field in AppSecurityTests
113 Log.i(LOG_TAG, "installing apks with shared uid, but different certs"); in testSharedUidDifferentCerts()
141 Log.i(LOG_TAG, "installing app upgrade with different certs"); in testAppUpgradeDifferentCerts()
166 Log.i(LOG_TAG, "installing app that attempts to access another app's private data"); in testAppFailAccessPrivateData()
196 Log.i(LOG_TAG, "Uninstalling app, verifying data is removed."); in testUninstallRemovesData()
227 Log.i(LOG_TAG, "installing app that attempts to instrument another app"); in testInstrumentationDiffCert()
260 Log.i(LOG_TAG, "installing app that attempts to use permission of another app"); in testPermissionDiffCert()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp17 #define LOG_TAG "SplitApp" macro
24 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
25 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)

12345