gecko-dev/toolkit/components/telemetry/build_scripts
Chris H-C 27e30d5c8f Bug 1626590 Use os._exit not sys.exit in atexit in Python3 r=glandium,janerik
Also: os._exit is much faster than sys.exit, so remember to flush stderr or
we won't see the errors we just printed.

Also also: Mock os._exit to raise SystemExit in tests so that they can still
run. (os._exit raises nothing and kills the test immediately)

Differential Revision: https://phabricator.services.mozilla.com/D70047

--HG--
extra : moz-landing-system : lando
2020-04-14 13:04:22 +00:00
..
mozparsers Bug 1626590 Use os._exit not sys.exit in atexit in Python3 r=glandium,janerik 2020-04-14 13:04:22 +00:00
gen_event_data.py
gen_event_enum.py
gen_histogram_data.py
gen_histogram_enum.py Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
gen_histogram_phf.py
gen_process_data.py
gen_process_enum.py
gen_scalar_data.py
gen_scalar_enum.py
README.md
run_glean_parser.py
setup.py

Telemetry Registries Parsers

This package exports the parsers for Mozilla's probes registries. These registry file contains the definitions for the different probes (i.e. scalars, histograms and events) that can be used to collect data.

License

Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.