Searched refs:mAlreadyLoggedViolatedStacks (Results 1 – 1 of 1) sorted by relevance
724 private final HashSet<Integer> mAlreadyLoggedViolatedStacks = new HashSet<Integer>(); field in ActivityManagerService12078 synchronized (mAlreadyLoggedViolatedStacks) { in handleApplicationStrictModeViolation()12079 if (mAlreadyLoggedViolatedStacks.contains(stackFingerprint)) { in handleApplicationStrictModeViolation()12088 if (mAlreadyLoggedViolatedStacks.size() >= MAX_DUP_SUPPRESSED_STACKS) { in handleApplicationStrictModeViolation()12089 mAlreadyLoggedViolatedStacks.clear(); in handleApplicationStrictModeViolation()12091 mAlreadyLoggedViolatedStacks.add(stackFingerprint); in handleApplicationStrictModeViolation()