Android Monitor helps you monitor the performance of your app to help you optimize, debug, and enhance your application. function as below:
1. Log messages, system-defined or developer-defined.
2, memory, CPU and GPU usage.
3, network conditions (can only be used in physical equipment)
Android Monitor offers a variety of tools to view real-time information about your app. When you run it, it captures the data and saves it to a file that you can analyze in multiple views. You can also make and record videos while the app is running.
Log message
. View log messages, real-time or historical data. can help you with debugging. (Logcat Monitor).
Performance monitoring
You can visually view your app. The tools included:
1. Memory Monitor
Compute memory usage, find unused objects, local memory leaks, connect device memory usage.
2. CPU Monitor
Real-time display of CPU usage.
3. GPU Monitor
Visualizing the rendering of a UI form takes time.
4. Network Monitor
Analyze network requests, including how and when your app passes data.
Data analysis
Android Monitor allows you to capture multiple types of data while your app is running, and save it to a file for easy viewing:
1. HPROF View and Analysis
Display classes, instances of each class
2, Allocation Tracker
Capture the data distribution for your app.
3. Method Trace
4. System Information
and video
The previous chapter has elaborated
This article Song Zhihui
Personal Weibo: Click to enter
6.1 Android Monitor at Android Studio Overview