commit a8ba6b96ffc435fc9020023b55a45c69834cad92
parent 94f70bc8859d5878629e0bbd8ac81cf3a19ad5bd
Author: Nazım Can Altınova <canaltinova@gmail.com>
Date: Tue, 21 Oct 2025 23:59:08 +0000
Bug 1959977 - Bump the gecko profiler format version after adding sourceIndexes r=mstange,profiler-reviewers
This requires frontend changes:
https://github.com/firefox-devtools/profiler/pull/5506
Differential Revision: https://phabricator.services.mozilla.com/D259256
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mozglue/baseprofiler/public/BaseAndGeckoProfilerDetail.h b/mozglue/baseprofiler/public/BaseAndGeckoProfilerDetail.h
@@ -24,7 +24,7 @@ namespace mozilla {
class ProfileBufferChunkManagerWithLocalLimit;
// Centrally defines the version of the gecko profiler JSON format.
-const int GECKO_PROFILER_FORMAT_VERSION = 31;
+const int GECKO_PROFILER_FORMAT_VERSION = 32;
namespace baseprofiler::detail {