• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This directory contains scripts for automating various tasks.
2
3## `run-startup.sh`
4
5Usage:
6```
7run-startup.sh <package name> <activity name>
8```
9
10This script automatically starts an app on a device connected through adb with
11appropriate tracing enabled. It then saves a trace and reports a summary of the
12startup behavior using StartupAnalyzerKt. This script requires `adb` to be in
13your path and that a phone be connected.
14