LeakCanaryProcess

object LeakCanaryProcess

Used to determine whether the current process is the LeakCanary analyzer process. By depending on the leakcanary-android-process artifact instead of the leakcanary-android, LeakCanary will automatically run its analysis in a separate process.

As such, you'll need to be careful to do any custom configuration of LeakCanary in both the main process and the analyzer process.

Functions

Link copied to clipboard
fun isInAnalyzerProcess(context: Context): Boolean

Whether the current process is the process running the heap analyzer, which is a different process than the normal app process.