Bug 1867581 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I see a 404 on macOS also, although interestingly I see it at 57/610 (Reach-Stockcharts-SVG).

The command line for macOS is slightly different:
```
$ mach python ./build/pgo/profileserver.py -b $PWD/obj-aarch64-apple-darwin23.1.0/dist/Nightly.app/Contents/MacOS/firefox-bin
```
I see a 404 on macOS also, although interestingly I see it at 57/610 (React-Stockcharts-SVG).

The command line for macOS is slightly different:
```
$ mach python ./build/pgo/profileserver.py -b $PWD/obj-aarch64-apple-darwin23.1.0/dist/Nightly.app/Contents/MacOS/firefox-bin
```
I see a 404 on macOS also, although interestingly I see it at 57/610 (React-Stockcharts-SVG).

The command line for macOS is slightly different (use the binary under `dist/Nightly.app` not `dist/bin`):
```
$ mach python ./build/pgo/profileserver.py -b $PWD/obj-aarch64-apple-darwin23.1.0/dist/Nightly.app/Contents/MacOS/firefox-bin
```

Back to Bug 1867581 Comment 1