HomeSort by relevance Sort by last modified time
    Searched refs:LOGCAT (Results 1 - 6 of 6) sorted by null

  /external/skia/platform_tools/android/bin/
android_run_skia 23 if [ $LOGCAT ]; then
25 $ADB $DEVICE_SERIAL logcat -c;
42 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
54 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
63 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
  /external/skqp/platform_tools/android/bin/
android_run_skia 23 if [ $LOGCAT ]; then
25 $ADB $DEVICE_SERIAL logcat -c;
42 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
54 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
63 if [ $LOGCAT ]; then $ADB $DEVICE_SERIAL logcat -d; fi
  /external/skia/platform_tools/android/bin/utils/
android_setup.sh 27 elif [[ "$1" == "--logcat" ]]; then
28 LOGCAT=1
  /external/skqp/platform_tools/android/bin/utils/
android_setup.sh 27 elif [[ "$1" == "--logcat" ]]; then
28 LOGCAT=1
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
AppSecurityPreparer.java 58 try (InputStreamSource logcat = device.getLogcatDump()) {
59 mLogger.testLog("AppSecurityPrep_failed_create_user", LogDataType.LOGCAT, logcat);
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 260 // Logcat -T takes wall clock time (!?)
264 proto.write(InstrumentationData.TestStatus.LOGCAT, readLogcat(mTestStartMs));
542 // Figure out the timestamp arg for logcat.
548 .command("logcat", "-d", "-v threadtime,uid", "-T", timestamp)
574 return "Error reading logcat command:\n" + ex.toString();

Completed in 553 milliseconds