Searched refs:sPendingWtfs (Results 1 – 1 of 1) sorted by relevance
489 private static LinkedList<Pair<String, ApplicationErrorReport.CrashInfo>> sPendingWtfs; field in SystemServer2887 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()