Closes #23150: remove 'threads' feature setup-startup-profiling.py.

Root cause: Bug 1729815 removed the threads feature and, because of Bug
1749498, we crash if a feature is provided that does not exist.

The immediate solution is to remove the unused threads feature.
This commit is contained in:
Michael Comella 2022-01-11 16:58:55 -08:00 committed by mergify[bot]
parent d161e46383
commit ba25364895
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ PRODUCTS = [PROD_FENIX, PROD_GVE]
GV_CONFIG = b'''env:
MOZ_PROFILER_STARTUP: 1
MOZ_PROFILER_STARTUP_INTERVAL: 5
MOZ_PROFILER_STARTUP_FEATURES: threads,js,stackwalk,leaf,screenshots,ipcmessages,java,cpu
MOZ_PROFILER_STARTUP_FEATURES: js,stackwalk,leaf,screenshots,ipcmessages,java,cpu
MOZ_PROFILER_STARTUP_FILTERS: GeckoMain,Compositor,Renderer,IPDL Background
'''