Middle
Which library is used for detecting memory leaks in an Android application?.
sobes.tech AI
Answer from AI
LeakCanary. It is an open-source library created by Square. It automates the process of detecting memory leaks in an application and provides detailed information about detected leaks, including the call stack that led to the leak.