Skip to content

Commit ee2bc25

Browse files
authored
Fix links to setup-startup-profiling.py post monorepo migration. (#5162)
1 parent afef42e commit ee2bc25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs-user/guide-startup-shutdown.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ adb shell am start -n org.mozilla.geckoview_example/.App \
5858

5959
Fenix has a [different way](https://firefox-source-docs.mozilla.org/mobile/android/geckoview/consumer/automation.html#reading-configuration-from-a-file) to specify environment variables: it uses a yaml file.
6060

61-
The easiest way to set up startup profiling is to run the `<fenix-repo>/tools/setup-startup-profiling.py` script. For example:
61+
The easiest way to set up startup profiling is to run the `<mozilla-central-repo>/mobile/android/fenix/tools/setup-startup-profiling.py` script. For example:
6262
```bash
63-
./tools/setup-startup-profiling.py activate nightly # To activate startup profiling on nightly.
64-
./tools/setup-startup-profiling.py deactivate beta # To deactivate startup profiling on beta.
63+
./mobile/android/fenix/tools/setup-startup-profiling.py activate nightly # To activate startup profiling on nightly.
64+
./mobile/android/fenix/tools/setup-startup-profiling.py deactivate beta # To deactivate startup profiling on beta.
6565
```
6666

6767
If the app is uninstalled or the device is restarted, the `activate` command may need to be re-run. The script is hard-coded to use a default configuration file with default profiling arguments. If you wish to change these arguments or use a non-standard app ID, modify the script locally or read below.
6868

69-
If you don't want to check out [the fenix repository](https://github.com/mozilla-mobile/fenix/), you should be able to download [the script standalone](https://raw.githubusercontent.com/mozilla-mobile/fenix/master/tools/setup-startup-profiling.py) and execute it.
69+
If you don't want to check out [mozilla-central](https://hg.mozilla.org/mozilla-central/), you should be able to download [the script standalone](https://hg.mozilla.org/mozilla-central/raw-file/tip/mobile/android/fenix/tools/setup-startup-profiling.py) and execute it.
7070

7171
#### Manual configuration
7272

0 commit comments

Comments
 (0)