Searched refs:mLogProcessingBinary (Results 1 – 1 of 1) sorted by relevance
98 private File mLogProcessingBinary = null; field in AtraceCollector193 if (mLogProcessingBinary == null in postProcess()194 || !mLogProcessingBinary.exists() in postProcess()195 || !mLogProcessingBinary.canExecute()) { in postProcess()201 commandLine.add(mLogProcessingBinary.getAbsolutePath()); in postProcess()