summaryrefslogtreecommitdiffstats
path: root/toolkit/components/aboutmemory/tests/crash-dump-diff1.json
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/aboutmemory/tests/crash-dump-diff1.json')
-rw-r--r--toolkit/components/aboutmemory/tests/crash-dump-diff1.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolkit/components/aboutmemory/tests/crash-dump-diff1.json b/toolkit/components/aboutmemory/tests/crash-dump-diff1.json
new file mode 100644
index 000000000..d41bbcc61
--- /dev/null
+++ b/toolkit/components/aboutmemory/tests/crash-dump-diff1.json
@@ -0,0 +1,11 @@
+{
+ "foo": 1,
+ "blah": 2,
+ "memory_report": {
+ "version": 1,
+ "hasMozMallocUsableSize": true,
+ "reports": [
+ {"process": "Main Process (pid NNN)", "path": "heap-allocated", "kind": 2, "units": 0, "amount": 262144000, "description": "Heap allocated."}
+ ]
+ }
+}