Searched refs:TAGS_FILE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DEventLog.java49 private static final String TAGS_FILE = "/system/etc/event-log-tags"; field in class:EventLog
227 * Read TAGS_FILE, populating sTagCodes and sTagNames, if not already done.
241 reader = new BufferedReader(new FileReader(TAGS_FILE), 256);
247 Log.wtf(TAG, "Bad entry in " + TAGS_FILE + ": " + line);
257 Log.wtf(TAG, "Error in " + TAGS_FILE + ": " + line, e);
261 Log.wtf(TAG, "Error reading " + TAGS_FILE, e);

Completed in 46 milliseconds