We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6673f0f commit 83a069eCopy full SHA for 83a069e
src/main/kotlin/org/jitsi/utils/logging2/LogContext.kt
@@ -63,6 +63,7 @@ class LogContext private constructor(
63
ancestorsContext + context,
64
childContextData
65
).also {
66
+ childContexts.removeIf { r -> r.get() == null }
67
childContexts.add(WeakReference(it))
68
}
69
0 commit comments