Searched refs:mLogProcessingBinary (Results 1 – 1 of 1) sorted by relevance
109 private File mLogProcessingBinary = null; field in AtraceCollector225 if (mLogProcessingBinary == null in postProcess()226 || !mLogProcessingBinary.exists() in postProcess()227 || !mLogProcessingBinary.canExecute()) { in postProcess()233 commandLine.add(mLogProcessingBinary.getAbsolutePath()); in postProcess()