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.java489 private static LinkedList<Pair<String, ApplicationErrorReport.CrashInfo>> sPendingWtfs; field in SystemServer
2887 if (sPendingWtfs != null) { in startOtherServices()
2888 mActivityManagerService.schedulePendingSystemServerWtfs(sPendingWtfs); in startOtherServices()
2889 sPendingWtfs = null; in startOtherServices()
3489 if (sPendingWtfs == null) { in handleEarlySystemWtf()
3490 sPendingWtfs = new LinkedList<>(); in handleEarlySystemWtf()
3492 sPendingWtfs.add(new Pair<>(tag, crashInfo)); in handleEarlySystemWtf()