QPM组件 Description
1. Obtain basic information commonly used on mobile phones to facilitate development and testing. Quickly obtain basic information about mobile phones (whether it is rooted, version number, wifi, hardware information, etc.);
2. The CPU and memory information of the current App can be obtained in real time, and you can determine whether the phone is taking up more resources;
3. Whether the interface is stuck or not depends on the FPS. Green means normal, red means stuck;
4. Easily obtain the currently running Activity and quickly locate the interface.
5. How many threads have been opened by the App and whether it takes up too many resources.
6. You can check the traffic usage after the App is running, and check the traffic consumption of the App on 3G and 4G.
7. H5 pages often have a white screen. You can determine the cause of the white screen and resource request issues.
8. When it is inconvenient to capture packets, you can use the component's display API interface, which will record the request address, server-related status codes, cookies, and return data.
9. The AndroidManifest.xml information of the Apk can directly view the four commonly used components and registration permissions, and can test the corresponding Activity.
10. All SP storage information in the App can be obtained and modified. Even if the mobile phone does not have root, it is convenient for developers to quickly locate problems.
2. The CPU and memory information of the current App can be obtained in real time, and you can determine whether the phone is taking up more resources;
3. Whether the interface is stuck or not depends on the FPS. Green means normal, red means stuck;
4. Easily obtain the currently running Activity and quickly locate the interface.
5. How many threads have been opened by the App and whether it takes up too many resources.
6. You can check the traffic usage after the App is running, and check the traffic consumption of the App on 3G and 4G.
7. H5 pages often have a white screen. You can determine the cause of the white screen and resource request issues.
8. When it is inconvenient to capture packets, you can use the component's display API interface, which will record the request address, server-related status codes, cookies, and return data.
9. The AndroidManifest.xml information of the Apk can directly view the four commonly used components and registration permissions, and can test the corresponding Activity.
10. All SP storage information in the App can be obtained and modified. Even if the mobile phone does not have root, it is convenient for developers to quickly locate problems.
Open up