Android SDK 15.16.1 Activity leaking | Community
Skip to main content
Submitted

Android SDK 15.16.1 Activity leaking

Related products:Integrations, API & Custom Actions
  • June 12, 2025
  • 0 replies
  • 4 views

IntercomRootActivity shown to be leaking with the Android Studio memory profiler. Steps to repro:

  1. Launch your app in debug, or attach debugger.
  2. Launch Intercom with a call Intercom.client().present(IntercomSpace.Home)
  3. Close Intercom completely. 
  4. Go to Profiler->Memory then Capture heap dump. Android Studio should report IntercomRootActivity as leaking. 

Alternatively, if you’re using LeakCanary, it will show over UI because it is detecting this leak.