Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 1512499 - handle psutil returning None for physical_cores. r=froydnj
psutil has a bug on arm systems where it will return None for physical_cores: giampaolo/psutil#1359 This causes us to generate invalid telemetry data which raises an error. Fix this by simply omitting the field in this case. Differential Revision: https://phabricator.services.mozilla.com/D14969
- Loading branch information