Home | History | Annotate | Download | only in collectors

Lines Matching defs:logFile

133             File logFile = dumpBatteryStats(fileName);
134 if (logFile != null) {
135 testData.addFileMetric(String.format("%s_%s", getTag(), logFile.getName()), logFile);
156 File logFile = dumpBatteryStats(String.format("%s.batterystatsproto", mTestClassName));
157 if (logFile != null) {
158 runData.addFileMetric(String.format("%s_%s", getTag(), logFile.getName()), logFile);
182 File logFile = new File(mDestDir, fileName);
186 OutputStream out = new BufferedOutputStream(new FileOutputStream(logFile))
193 return logFile;