Skip to content

Commit 3df63cf

Browse files
committed
Bug 1959977 - Bump the gecko profiler format version after adding sourceIndexes r=mstange,profiler-reviewers
This requires frontend changes: firefox-devtools/profiler#5506 Differential Revision: https://phabricator.services.mozilla.com/D259256
1 parent 0847f7c commit 3df63cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mozglue/baseprofiler/public/BaseAndGeckoProfilerDetail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace mozilla {
2424
class ProfileBufferChunkManagerWithLocalLimit;
2525

2626
// Centrally defines the version of the gecko profiler JSON format.
27-
const int GECKO_PROFILER_FORMAT_VERSION = 31;
27+
const int GECKO_PROFILER_FORMAT_VERSION = 32;
2828

2929
namespace baseprofiler::detail {
3030

0 commit comments

Comments
 (0)