Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/
DSystemServer.java371 private static LinkedList<Pair<String, ApplicationErrorReport.CrashInfo>> sPendingWtfs; field in SystemServer
2138 if (sPendingWtfs != null) { in startOtherServices()
2139 mActivityManagerService.schedulePendingSystemServerWtfs(sPendingWtfs); in startOtherServices()
2140 sPendingWtfs = null; in startOtherServices()
2550 if (sPendingWtfs == null) { in handleEarlySystemWtf()
2551 sPendingWtfs = new LinkedList<>(); in handleEarlySystemWtf()
2553 sPendingWtfs.add(new Pair<>(tag, crashInfo)); in handleEarlySystemWtf()