In a previous tutorial, you've learned how to enable logging in Glide. Unfortunately, this logging option only gives you very limited information and nothing specific to CPU load, memory usage, or the network.
In this tutorial, you'll learn how to use Android Studio's Profiler to really drill into details of your app's behavior. This includes the CPU load, memory usage, and network traffic. You'll also see how to correlate UI events, CPU and memory behavior to network requests. The best part: all of this requires no code setup!
Glide Series Overview
- Exceptions: Debugging and Error Handling
- Series Roundup
- App Release Preparation
- Network-Dependent Image Loading
- Analyzing Image Loading with Android Studio Profiler
- Log Image Loading with Stetho and Chrome Developer Tools
- Customize Network Timeouts