OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLog
(Results
1 - 4
of
4
) sorted by null
/cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java
24
import com.android.tradefed.log.LogUtil.
CLog
;
334
CLog
.i(LOG_TAG, "testGetScreenshot");
340
CLog
.i("Created file at %s", tmpPngFile.getAbsolutePath());
357
CLog
.i(LOG_TAG, "testGetLogcat_size");
371
CLog
.i("Created file at %s", tmpTxtFile.getAbsolutePath());
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java
28
import com.android.tradefed.log.LogUtil.
CLog
;
122
CLog
.d("Continuing session %d", mContinueSessionId);
172
CLog
.e(e);
173
CLog
.e("Failed to create result directory %s", reportDir.getAbsolutePath());
178
CLog
.e("mkdirs failed when attempting to create result directory %s",
195
CLog
.e("Invalid CTS build %s", ctsBuild.getRootDir());
210
CLog
.e("Failed to write log for %s", dataName);
323
CLog
.w("Unable to create XML report");
335
CLog
.e(e);
341
CLog
.i(format, args)
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java
21
import com.android.tradefed.log.LogUtil.
CLog
;
206
CLog
.d("Creating host test for %s", mName);
209
CLog
.d("Setting new timeout to " + mTimeoutInMins + " mins");
218
CLog
.d("Creating vm host test for %s", mName);
228
CLog
.d("Creating new wrapped native test for %s", mName);
246
CLog
.d("Creating signature test %s", mName);
261
CLog
.d("Creating instrumentation test for %s", mName);
266
CLog
.d("Setting new timeout to " + mTimeoutInMins + " mins");
311
CLog
.logAndDisplay(LogLevel.WARN, "ui automator tests don't currently support" +
404
CLog
.e(e)
[
all
...]
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
Completed in 439 milliseconds