Searched refs:logcat_output (Results 1 – 2 of 2) sorted by relevance
132 verbose_print "LOGCAT: $logcat_output"134 if [[ "$logcat_output:" == *"$pattern"* ]]; then135 verbose_print "LOGCAT: " "$logcat_output"137 echo "$logcat_output"
460 logcat_output, _ = logcat_proc.communicate()461 logcat_lines = logcat_output.splitlines(keepends=True)