Home | History | Annotate | Download | only in loganalysis

Lines Matching refs:logcat

52  * A command line tool to parse a bugreport, logcat, or kernel log file and return the output.
68 @Option(name="logcat", description="The path to the logcat")
124 LogcatItem logcat = new LogcatParser().parse(reader);
125 printLogcat(logcat);
238 * Print the logcat to stdout.
240 private void printLogcat(LogcatItem logcat) {
242 printJson(logcat);
244 // TODO: Print logcat in human readable form.
350 System.err.println("Usage: loganalysis [--bugreport FILE | --events-log FILE | --logcat FILE | " +