Bug 1916093 - Fix a few more warning issues, and reduce the maximum number of warnings count. r=sylvestre,perftest-reviewers,sparky

Differential Revision: https://phabricator.services.mozilla.com/D220768
This commit is contained in:
Mark Banner
2024-09-03 18:48:46 +00:00
parent cb0c21261c
commit d61244c8db
5 changed files with 9 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ You can also run the entire test harness in rr:
The trace will contain many processes, so to debug the correct one, you'll want to use rr ps or rr replay -p firefox etc.
Working with multiple processes
------------------------------
-------------------------------
rr should work out of the box with multi-process Firefox. Once you have a recording you can use rr ps to show all the process that were recorded and rr replay -p <pid> to attach to a particular process.