Searched refs:logcat (Results 1 – 17 of 17) sorted by relevance
29 if (logcat) {39 if (logcat) {46 public static boolean logcat = true; field in Logger
20 import com.android.bugreport.logcat.Logcat;21 import com.android.bugreport.logcat.LogLine;62 public Logcat logcat; field in Bugreport
19 import com.android.bugreport.logcat.LogcatParser;
3 DumpViewer is an on-device logcat / dumpsys viewer.13 DumpViewer requires some development permissions in order to read logcat and dumpsys.32 - Add color on logcat (by severity)
23 import com.android.bugreport.logcat.LogcatParser;100 if (options.logcat != null) { in run()103 bugreport.logcat = parser.parse(Lines.readLines(options.logcat)); in run()
64 public File logcat; field in Options97 if (result.logcat != null || !argParser.hasData(1)) { in parseArgs()101 result.logcat = new File(argParser.nextData()); in parseArgs()
24 import com.android.bugreport.logcat.Logcat;25 import com.android.bugreport.logcat.LogcatParser;26 import com.android.bugreport.logcat.LogLine;567 if (mBugreport.logcat != null) { in inventLogcatTimes()568 inventLogcatTimes(mBugreport.logcat.lines); in inventLogcatTimes()612 if (mBugreport.logcat != null) { in mergeLogcat()621 final Logcat result = mBugreport.logcat = new Logcat(); in mergeLogcat()738 final Logcat logcat = mBugreport.logcat; in makeInterestingLogcat() local741 for (LogLine line: logcat.lines) { in makeInterestingLogcat()761 final Logcat logcat = mBugreport.logcat; in markLogcatProcessesAndThreads() local[all …]
17 package com.android.bugreport.logcat;
45 do_adb logcat -t 1 | awk '(match($0, "^[0-9]")){print $1 " " $2}'
11 adb logcat -P ""
26 adb logcat -P ""
10 adb logcat -P ""
161 logcat = subprocess.Popen(cmd, stdout=subprocess.PIPE)162 infile = logcat.stdout
2 Currently it only implements the "adb logcat" command and displays the log
23 import com.android.bugreport.logcat.Logcat;24 import com.android.bugreport.logcat.LogLine;503 final Logcat logcat = bugreport.logcat; in makeLogcatHdf() local505 N = logcat.lines.size(); in makeLogcatHdf()507 final LogLine line = logcat.lines.get(i); in makeLogcatHdf()