Home | History | Annotate | Download | only in eventanalyzer

Lines Matching refs:System

265             System.err.println("Could not find " + mInputDevice);
461 System.out.println("Usage:");
462 System.out.println(" eventanalyzer [-t <TAG_FILE>] <SOURCE> <OUTPUT>");
463 System.out.println("");
464 System.out.println("Possible sources:");
465 System.out.println(" -fb <file> The path to a binary event log, gathered by dumpeventlog");
466 System.out.println(" -ft <file> The path to a text event log, gathered by adb logcat -b events");
467 System.out.println(" -F <folder> The path to a folder containing multiple text log files.");
468 System
469 System.out.println("Options:");
470 System.out.println(" -t <file> The path to tag file to use in case the one associated with");
471 System.out.println(" the source is missing");
473 System.exit(1);
478 System.out.println(message);
482 System.exit(1);