Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schemas/telemetry/first-shutdown/first-shutdown.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,10 @@
"lateWrites": {
"description": "This sections reports writes to the file system that happen during shutdown. The reported data contains the stack and the file names of the loaded libraries at the time the writes happened.",
"properties": {
"isFromTerminatorWatchdog": {
"description": "Bug 1634520 - 1 if the late writes began in nsTerminator, 0 otherwise",
"type": "integer"
},
"memoryMap": {
"description": "entries in the format [module name, breakpad identifier]",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,10 @@
"lateWrites": {
"description": "This sections reports writes to the file system that happen during shutdown. The reported data contains the stack and the file names of the loaded libraries at the time the writes happened.",
"properties": {
"isFromTerminatorWatchdog": {
"description": "Bug 1634520 - 1 if the late writes began in nsTerminator, 0 otherwise",
"type": "integer"
},
"memoryMap": {
"description": "entries in the format [module name, breakpad identifier]",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions schemas/telemetry/saved-session/saved-session.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1496,6 +1496,10 @@
"lateWrites": {
"description": "This sections reports writes to the file system that happen during shutdown. The reported data contains the stack and the file names of the loaded libraries at the time the writes happened.",
"properties": {
"isFromTerminatorWatchdog": {
"description": "Bug 1634520 - 1 if the late writes began in nsTerminator, 0 otherwise",
"type": "integer"
},
"memoryMap": {
"description": "entries in the format [module name, breakpad identifier]",
"items": {
Expand Down
4 changes: 4 additions & 0 deletions templates/include/telemetry/mainPayload.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
"maxItems": 2
}
}
},
"isFromTerminatorWatchdog": {
"description": "Bug 1634520 - 1 if the late writes began in nsTerminator, 0 otherwise",
"type": "integer"
}
}
},
Expand Down
3 changes: 2 additions & 1 deletion validation/telemetry/main.4.latewrites.fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -16204,7 +16204,8 @@
[300, 10],
[400, 20]
]
]
],
"isFromTerminatorWatchdog": 0
},
"log": [
[
Expand Down
3 changes: 2 additions & 1 deletion validation/telemetry/main.4.latewrites.pass.json
Original file line number Diff line number Diff line change
Expand Up @@ -16204,7 +16204,8 @@
[300, 10],
[400, 20]
]
]
],
"isFromTerminatorWatchdog": 0
},
"log": [
[
Expand Down