commit 3df63cfa1128ef72058529fef5e5744564f58eb5
parent 0847f7cb202d2b631fc926d9251b649ec9a3b03b
Author: Nazım Can Altınova <canaltinova@gmail.com>
Date: Tue, 21 Oct 2025 21:15:36 +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 {