Home | History | Annotate | Download | only in its

Lines Matching refs:logcat

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()
939 """Send a log message to adb logcat
943 msg: the message string to be send to logcat