Bug 1873782: Remove firefox-bin on macOS. r=mac-reviewers,bradwerth,glandium

Differential Revision: https://phabricator.services.mozilla.com/D197419
This commit is contained in:
Stephen A Pohl
2024-01-09 22:41:11 +00:00
parent 3324fc999b
commit 5c455237ee
12 changed files with 25 additions and 20 deletions

View File

@@ -65,7 +65,7 @@ followed by the command line you'd like to run, like this:
.. code:: bash
$ lldb -- obj-ff-dbg/dist/Nightly.app/Contents/MacOS/firefox-bin -no-remote -profile /path/to/profile
$ lldb -- obj-ff-dbg/dist/Nightly.app/Contents/MacOS/firefox -no-remote -profile /path/to/profile
Then set breakpoints you need and start the process:
@@ -76,5 +76,5 @@ Then set breakpoints you need and start the process:
WARNING: Unable to resolve breakpoint to any actual locations.
(lldb) r
Process 7602 launched: '/.../obj-ff-opt/dist/Nightly.app/Contents/MacOS/firefox-bin' (x86_64)
Process 7602 launched: '/.../obj-ff-opt/dist/Nightly.app/Contents/MacOS/firefox' (x86_64)
1 location added to breakpoint 1

View File

@@ -117,7 +117,7 @@ macOS
~~~~~
Run /Applications/Utilities/Console.app. Expand "~/Library/Logs" and
"CrashReporter", then look for logs for "firefox-bin".
"CrashReporter", then look for logs for "firefox".
Linux