- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getOrInitSeenExceptions (0.07 sec)
-
android/guava/src/com/google/common/util/concurrent/AggregateFuture.java
// Go up the causal chain to see if we've already seen this cause; if we have, even if // it's wrapped by a different exception, don't log it. boolean firstTimeSeeingThisException = addCausalChain(getOrInitSeenExceptions(), throwable); if (firstTimeSeeingThisException) { log(throwable); return; } } } /*
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sun Dec 22 03:38:46 UTC 2024 - 16K bytes - Viewed (0)