Home | History | Annotate | Download | only in controllers

Lines Matching refs:logcat

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)
673 """Takes an excerpt of the adb logcat log from a certain time point to
686 self.log.debug("Extracting adb log from logcat.")
722 """Starts a standing adb logcat collection in separate subprocesses and
723 save the logcat in a file.
726 cont_logcat_file: Specifies whether to continue the previous logcat
728 as a restart logcat function if it is noticed
729 logcat is no longer running.
733 "logcat thread going on. Cannot start "
741 self.droid.logI('Restarting logcat')
743 'Restarting logcat on file %s' % self.adb_logcat_file_path)
758 cmd = "adb -s {} logcat {} -v year {} >> {}".format(
764 """Stops the adb logcat collection subprocess.
768 "Android device %s does not have an ongoing adb logcat collection."
773 logcat_output = self.adb.logcat('-t 1 -v year')
1154 """Search logcat message with given string.
1172 out = self.adb.logcat(