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