OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLog
(Results
1 - 7
of
7
) sorted by null
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceOwnerTest.java
21
import com.android.tradefed.log.LogUtil.
CLog
;
95
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
ManagedProfileTest.java
21
import com.android.tradefed.log.LogUtil.
CLog
;
105
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": "
176
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": "
188
CLog
.logAndDisplay(LogLevel.INFO,
197
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
211
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
BaseDevicePolicyTest.java
31
import com.android.tradefed.log.LogUtil.
CLog
;
99
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + command + ": " + commandOutput);
108
CLog
.i("Output for command " + command + ": " + commandOutput);
121
CLog
.i("Output for command " + command + ": " + commandOutput);
142
CLog
.logAndDisplay(LogLevel.INFO, "Output for command " + removeUserCommand + ": "
211
CLog
.i("Running " + command);
223
CLog
.logAndDisplay(LogLevel.INFO,
226
CLog
.logAndDisplay(LogLevel.WARN, testResult.getStackTrace());
236
CLog
.i("Output for command " + command + ": " + commandOutput);
251
CLog
.logAndDisplay(LogLevel.INFO, "Device doesn't have required feature
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestLogReporter.java
27
import com.android.tradefed.log.LogUtil.
CLog
;
128
CLog
.i(format, args);
CtsXmlResultReporter.java
29
import com.android.tradefed.log.LogUtil.
CLog
;
135
CLog
.d("Continuing session %d", mContinueSessionId);
185
CLog
.e(e);
186
CLog
.e("Failed to create result directory %s", reportDir.getAbsolutePath());
191
CLog
.e("mkdirs failed when attempting to create result directory %s",
208
CLog
.e("Invalid CTS build %s", ctsBuild.getRootDir());
223
CLog
.e("Failed to write log for %s", dataName);
332
CLog
.w("Unable to create XML report");
344
CLog
.e(e);
350
CLog
.i(format, args)
[
all
...]
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java
24
import com.android.tradefed.log.LogUtil.
CLog
;
344
CLog
.i(LOG_TAG, "testGetScreenshot w=%d, h=%d",
361
CLog
.i(LOG_TAG, "testGetLogcat_size");
375
CLog
.i("Created file at %s", tmpTxtFile.getAbsolutePath());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
22
import com.android.tradefed.log.LogUtil.
CLog
;
221
CLog
.d("Creating host test for %s", mName);
224
CLog
.d("Setting new timeout to " + mTimeoutInMins + " mins");
234
CLog
.d("Creating vm host test for %s", mName);
251
CLog
.d("Creating new wrapped native test for %s", mName);
272
CLog
.d("Creating JUnit device test %s", mName);
282
CLog
.d("Creating instrumentation test for %s", mName);
287
CLog
.d("Setting new timeout to " + mTimeoutInMins + " mins");
347
CLog
.logAndDisplay(LogLevel.WARN, "ui automator tests don't currently support" +
428
CLog
.e(e)
[
all
...]
Completed in 216 milliseconds