Skip to content

LeakCanary

Li-Wei Yap edited this page Jan 2, 2023 · 3 revisions

Known third-party library leaks detected by LeakCanary

SemEmergencyManager (Samsung)

  • Observed on: Android 7, Samsung.
  • SemEmergencyManager is a static singleton that leaks a DecorContext.
  • Issue
  • Fix

core.java.android.animation.AnimationHandler.mAnimatorRequestors (Google)

  • Observed on: Android 13.
  • AnimationHandler is a singleton holding an activity ViewRootImpl requestor after the activity has been destroyed.
  • Issue
  • Issue Tracker