Home
last modified time | relevance | path

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

/tools/loganalysis/src/com/android/loganalysis/
DLogAnalyzer.java72 private String mKernelLogPath = null; field in LogAnalyzer
129 if (mKernelLogPath != null) { in run()
130 reader = getBufferedReader(mKernelLogPath); in run()
340 if (mKernelLogPath != null) logCount++; in checkPreconditions()