Searched refs:backtraceExcludes (Results 1 – 1 of 1) sorted by relevance
195 List<Config.BacktraceFilterPattern> backtraceExcludes = in matchSecurityCrashes() local197 if (!backtraceExcludes.isEmpty()) { in matchSecurityCrashes()200 .flatMap(frame -> backtraceExcludes.stream().map(p -> p.match(frame))) in matchSecurityCrashes()358 private List<BacktraceFilterPattern> backtraceExcludes; field in CrashUtils.Config368 backtraceExcludes = new ArrayList(); in Config()471 this.backtraceExcludes = new ArrayList<>(Arrays.asList(patterns)); in setBacktraceExcludes()476 return Collections.unmodifiableList(this.backtraceExcludes); in getBacktraceExcludes()480 Collections.addAll(this.backtraceExcludes, patterns); in appendBacktraceExcludes()