Home
last modified time | relevance | path

Searched refs:mAlreadyLoggedViolatedStacks (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java952 private final HashSet<Integer> mAlreadyLoggedViolatedStacks = new HashSet<Integer>(); field in ActivityManagerService
9272 synchronized (mAlreadyLoggedViolatedStacks) { in handleApplicationStrictModeViolation()
9273 if (mAlreadyLoggedViolatedStacks.contains(stackFingerprint)) { in handleApplicationStrictModeViolation()
9282 if (mAlreadyLoggedViolatedStacks.size() >= MAX_DUP_SUPPRESSED_STACKS) { in handleApplicationStrictModeViolation()
9283 mAlreadyLoggedViolatedStacks.clear(); in handleApplicationStrictModeViolation()
9285 mAlreadyLoggedViolatedStacks.add(stackFingerprint); in handleApplicationStrictModeViolation()