Searched refs:mAlreadyLoggedViolatedStacks (Results 1 – 1 of 1) sorted by relevance
1037 private final HashSet<Integer> mAlreadyLoggedViolatedStacks = new HashSet<Integer>(); field in ActivityManagerService9903 synchronized (mAlreadyLoggedViolatedStacks) { in handleApplicationStrictModeViolation()9904 if (mAlreadyLoggedViolatedStacks.contains(stackFingerprint)) { in handleApplicationStrictModeViolation()9913 if (mAlreadyLoggedViolatedStacks.size() >= MAX_DUP_SUPPRESSED_STACKS) { in handleApplicationStrictModeViolation()9914 mAlreadyLoggedViolatedStacks.clear(); in handleApplicationStrictModeViolation()9916 mAlreadyLoggedViolatedStacks.add(stackFingerprint); in handleApplicationStrictModeViolation()