HomeSort by relevance Sort by last modified time
    Searched refs:logcat (Results 201 - 221 of 221) sorted by null

1 2 3 4 5 6 7 89

  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.4.0-beta5/
ddmlib-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.4.0-beta6/
ddmlib-24.4.0-beta6.jar 
  /cts/apps/CameraITS/pymodules/its/
device.py 198 # Flush logcat so following code won't be misled by previous
200 _run('%s logcat -c' % (self.adb))
210 self.adb.split() + ["logcat"],
212 logcat = proc.stdout
214 line = logcat.readline().strip()
    [all...]
  /external/autotest/client/common_lib/cros/
arc.py 33 _VAR_LOGCAT_PATH = '/var/log/logcat'
277 'logcat -d -b events *:S arc_system_event', ignore_status=True)
708 # TODO(b/29341443): Run logcat on non ArcTest test cases too.
711 ['android-sh', '-c', 'logcat -v threadtime'],
740 """Stop the adb logcat process gracefully."""
743 # Running `adb kill-server` should have killed `adb logcat`
756 desc='Waiting for adb logcat to terminate')
758 logging.info('Killing adb logcat due to timeout')
  /system/core/bootstat/
boot_reason_test.sh 7 # - watch adb logcat -b all -d -s bootstat
8 # - watch adb logcat -b all -d | audit2allow
282 adb logcat -b all -d |
    [all...]
bootstat.cpp 44 #include <log/logcat.h>
722 FILE* fp = android_logcat_popen(&ctx, "logcat -b kernel -v brief -d");
764 LOG(DEBUG) << "Can not find first battery level in dmesg or logcat";
    [all...]
  /external/autotest/server/hosts/
adb_host.py 462 parent's job_start(). The sync call is made so that logcat logs can be
    [all...]
  /external/devlib/devlib/
target.py     [all...]
  /system/core/adb/
commandline.cpp 176 " logcat show device log (logcat --help for more)\n"
218 " $ANDROID_LOG_TAGS tags to be used by logcat (see logcat --help)\n");
1123 static int logcat(int argc, const char** argv) { function
    [all...]
  /test/vts/runners/host/
base_test.py 53 _LOGCAT_FILE_PREFIX = "logcat"
100 _logcat_on_failure: bool, whether to dump logcat at the end
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 43 # Key name for adb logcat extra params in config file.
368 adb_logcat_process: A process that collects the adb logcat.
369 adb_logcat_file_path: A string that's the full path to the adb logcat
413 1. Start adb logcat capture.
425 self.log.exception("Failed to start adb logcat!")
438 Stop adb logcat and terminate sl4a sessions if exist.
544 """Whether there is an ongoing adb logcat collection.
552 # if logcat died due to device reboot and sl4a session has
555 self.droid.logI('Logcat died')
556 self.log.info("Logcat to %s died", self.adb_logcat_file_path
    [all...]
  /prebuilts/devtools/tools/lib/
ddms.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.4.0-beta6/
ddms-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/24.5.0/
ddms-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddms/25.0.0-alpha1/
ddms-25.0.0-alpha1.jar 
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 188 /system/bin/logcat -- u:object_r:logcat_exec:s0
  /system/core/logcat/
logcat.cpp 51 #include <log/logcat.h>
125 // Creates a context associated with this logcat instance
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 183 /system/bin/logcat -- u:object_r:logcat_exec:s0
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 199 /system/bin/logcat -- u:object_r:logcat_exec:s0
  /system/sepolicy/private/
file_contexts 199 /system/bin/logcat -- u:object_r:logcat_exec:s0
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java 624 // Assumes logcat entries average around 100 bytes; that's not perfect stack traces count
    [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 7 89