Home
last modified time | relevance | path

Searched refs:tagFile (Results 1 – 1 of 1) sorted by relevance

/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java176 String tagFile = mInputBinaryFile + TAG_FILE_EXT; in parseBinaryLogFile() local
177 if (mParser.init(tagFile) == false) { in parseBinaryLogFile()
185 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseBinaryLogFile()
209 String tagFile = filePath + TAG_FILE_EXT; in parseTextLogFile() local
210 if (mParser.init(tagFile) == false) { in parseTextLogFile()
218 printAndExit("Failed to get event tags from " + tagFile, false /* terminate*/); in parseTextLogFile()