Name Description Size
aboutLogging.css This page uses the hidden attribute a lot, so let's make sure we don't override it by mistake. 2085
aboutLogging.html 8038
aboutLogging.mjs All the information associated with a logging presets: - `modules` is the list of log modules and option, the same that would have been set as a MOZ_LOG environment variable - l10nIds.label and l10nIds.description are the Ids of the strings that appear in the dropdown selector, and a one-liner describing the purpose of a particular logging preset - profilerPreset is the name of a Firefox Profiler preset [1]. In general, the profiler preset will have the correct set of threads for a particular logging preset, so that all logging statements are recorded in the profile as markers. [1]: The keys of the `presets` object defined in https://searchfox.org/mozilla-central/source/devtools/client/performance-new/shared/background.sys.mjs 26470
jwt.mjs @param {string} jwtToken @returns {unknown} 3500
profileSaveUploadLogic.mjs This returns the server endpoint to upload a profile. The pref "toolkit.aboutlogging.uploadProfileUrl" can change it in case it is needed. It is commented out in modules/libpref/init/all.js so that users don't see it, because this is mostly only useful for tests. @returns {string} 9529