Last active
January 31, 2022 10:25
-
-
Save chris-piekarski/f9cfccf37a310c2eb634 to your computer and use it in GitHub Desktop.
Android app startup profiler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From AOSP page: | |
"Analyzing app startup time | |
Use $ adb shell am start with the -P or --start-profiler option to run the profiler when your app starts. | |
This will start the profiler almost immediately after your process is forked from zygote, before any of your code is loaded into it." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once you have the trace file how to analyse it ?