I use Arm StreamLine 2025.0 to capture GPU and CPU information, and compile the apk package using OpenGLES 3.0. By running the python.exe streamline_ce. py -- lwi mode=counters command, and convert it into a report using the Streamline-cli.exe - pa xxx.apc command.
The first time I install this apk package, I can capture frame data and generate report successful.
But,next, using the same apk package, phone, and command to capture data again, the fps and drawcall information cannot be obtained. Running Streamline-cli.exe will result in the error 'Cannot find any frames', and the report cannot be generated.
What is the possibility of this, and is it related to the number of times the free version is used?
I always kill the background process and restart the application, even restarting my phone, computer, uninstalling and reinstalling APK. I have tried various methods,
Finally, another application was used for testing, and it was found that this strange situation was only discovered when it first took effect
I didn't find any special logs in Logcat. What aspects should I start looking for in this situation?