Searched refs:printAndExit (Results 1 – 1 of 1) sorted by relevance
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 124 printAndExit("Too many arguments!", false /* terminate */); in run() 136 printAndExit(String.format("%1$s is not a valid ouput file", mOutputFile), in run() 181 printAndExit("Failed to get event tags from " + mAlternateTagFile, in parseBinaryLogFile() 185 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseBinaryLogFile() 214 printAndExit("Failed to get event tags from " + mAlternateTagFile, in parseTextLogFile() 218 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseTextLogFile() 254 printAndExit("Timeout getting device list!", true /* terminate*/); in parseLogFromDevice() 281 printAndExit(String.format("%1$s is not a valid folder", folderPath), in parseFolder() 310 printAndExit("Failed to get event-log-tags from " + device.getSerialNumber(), in grabLogFrom() 452 printAndExit(String.format("ERROR: %1$s cannot be used with an input file.", option), in checkInputValidity() [all …]
|