Which tool can be used to detect memory leaks in Android?
Correct Answer: B — LeakCanary
Explanation:
LeakCanary is a powerful tool for identifying memory leaks in Android applications. It automatically detects leaks and provides detailed reports to help developers resolve issues.