Android Studio using the Tracer method to determine startup time at startup

I am trying to determine the cold start performance of an application. I follow this guide.

I want to use the Method Tracer tool in Android Studio, but according to this guide it seems that there is no way to connect to the process and automatically start profiling.

Is there a simple way to use the CPU tracking method to work with a cold start?

+4
source share

Source: https://habr.com/ru/post/1668899/


All Articles