Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/server/
DBootReceiver.java249 File[] tombstoneFiles = TOMBSTONE_DIR.listFiles(); in logBootEvents() local
250 for (int i = 0; tombstoneFiles != null && i < tombstoneFiles.length; i++) { in logBootEvents()
251 if (tombstoneFiles[i].isFile()) { in logBootEvents()
252 addFileToDropBox(db, timestamps, headers, tombstoneFiles[i].getPath(), in logBootEvents()