Searched refs:sApfLogs (Results 1 – 1 of 1) sorted by relevance
215 private static final ConcurrentHashMap<String, SharedLog> sApfLogs = new ConcurrentHashMap<>(); field in IpClient233 final SharedLog apfLog = sApfLogs.get(ifname); in dumpAllLogs()956 sApfLogs.putIfAbsent(mInterfaceName, new SharedLog(10 /* maxRecords */, mTag)); in IpClient()957 mApfLog = sApfLogs.get(mInterfaceName); in IpClient()