Searched refs:backtraceExcludes (Results 1 – 2 of 2) sorted by relevance
198 List<Config.BacktraceFilterPattern> backtraceExcludes = in matchSecurityCrashes() local200 if (!backtraceExcludes.isEmpty()) { in matchSecurityCrashes()203 .flatMap(frame -> backtraceExcludes.stream().map(p -> p.match(frame))) in matchSecurityCrashes()361 private List<BacktraceFilterPattern> backtraceExcludes; field in CrashUtils.Config371 backtraceExcludes = new ArrayList(); in Config()511 this.backtraceExcludes = new ArrayList<>(Arrays.asList(patterns)); in setBacktraceExcludes()516 return Collections.unmodifiableList(this.backtraceExcludes); in getBacktraceExcludes()522 Collections.addAll(this.backtraceExcludes, patterns); in appendBacktraceExcludes()
332 List<Config.BacktraceFilterPattern> backtraceExcludes = config.getBacktraceExcludes();333 if (!backtraceExcludes.isEmpty()) {338 .flatMap(frame -> backtraceExcludes.stream().map(p -> p.match(frame)))386 private List<BacktraceFilterPattern> backtraceExcludes;396 backtraceExcludes = new ArrayList<>();498 this.backtraceExcludes = new ArrayList<>(Arrays.asList(patterns));503 return Collections.unmodifiableList(this.backtraceExcludes);507 Collections.addAll(this.backtraceExcludes, patterns);