Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Created October 20, 2021 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Skyyo/c54650e7470e13cbea082c555e5d34f5 to your computer and use it in GitHub Desktop.
Save Skyyo/c54650e7470e13cbea082c555e5d34f5 to your computer and use it in GitHub Desktop.
startup time loop #startup #cold_boot
for i in `seq 1 100`
do
adb shell am force-stop com.smth.smth
sleep 1
adb shell am start-activity -W -n com.smth.smth/.application.MainActivity | grep "TotalTime" | cut -d ' ' -f 2
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment