Searched refs:mAlreadyLoggedViolatedStacks (Results 1 – 1 of 1) sorted by relevance
1029 private final HashSet<Integer> mAlreadyLoggedViolatedStacks = new HashSet<Integer>(); field in ActivityManagerService7935 synchronized (mAlreadyLoggedViolatedStacks) { in handleApplicationStrictModeViolation()7936 if (mAlreadyLoggedViolatedStacks.contains(stackFingerprint)) { in handleApplicationStrictModeViolation()7945 if (mAlreadyLoggedViolatedStacks.size() >= MAX_DUP_SUPPRESSED_STACKS) { in handleApplicationStrictModeViolation()7946 mAlreadyLoggedViolatedStacks.clear(); in handleApplicationStrictModeViolation()7948 mAlreadyLoggedViolatedStacks.add(stackFingerprint); in handleApplicationStrictModeViolation()