smart-test-ti / SoloX

💯SoloX - Real-time collection tool for Android/iOS performance data.(Android性能测试android performance\iOS性能测试ios performance\移动端性能测试mobile performance\APP性能测试app performance\app性能测试工具)
https://smart-test-ti.github.io/solox
MIT License
994 stars 177 forks source link

It doesn't work on the secondary process #28

Closed LRF520 closed 2 years ago

LRF520 commented 2 years ago

It just works on the main process, it doesn't work on the secondary process(subprocess), just like Wechat applet,maybe all of the data about the secondary process is wrong . so many apps have the secondary process now, it's better to support secondary process, it's better to show the total data of phone,so that we can avoid fatal mistakes.

20220713_233847

rafa0128 commented 2 years ago

谢谢反馈,会找时间看看小程序的收集问题

LRF520 commented 2 years ago

It is indeed a difficulty, because many software runs at the same time as the main process and many sub processes, so the actual performance data is much larger. Most of the time, the child process runs in the foreground and the main process runs in the background, so in fact, the main process may not occupy too many obvious resources. Therefore, collecting data of the main process and all sub processes at the same time is relatively complete data, but it is not absolutely complete data.

LRF520 commented 2 years ago

Congratulations on completing the development of IOS !!! I must be the number one to try it !!!