diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-05-20 18:30:54 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-05-20 19:40:20 +0200 |
| commit | 4d4a4420e72dba0231c8ce5921eb75dddab88747 (patch) | |
| tree | 34f2ae02ce4ce3db0ac7aa3d86ac159866834b1f /pkg/report/testdata/fuchsia | |
| parent | cddddce85a40e86cef84d52e851e0c7a16ead437 (diff) | |
pkg/report: add Type/Frame to Report
In several places we do special handling for some crash types.
Currently we compare report title with magic strings,
which is error-prone. Add explicit Type to reports.
Diffstat (limited to 'pkg/report/testdata/fuchsia')
| -rw-r--r-- | pkg/report/testdata/fuchsia/report/10 | 1 | ||||
| -rw-r--r-- | pkg/report/testdata/fuchsia/report/30 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pkg/report/testdata/fuchsia/report/10 b/pkg/report/testdata/fuchsia/report/10 index cef441e81..4a75fcdde 100644 --- a/pkg/report/testdata/fuchsia/report/10 +++ b/pkg/report/testdata/fuchsia/report/10 @@ -1,4 +1,5 @@ TITLE: unexpected kernel reboot +TYPE: REBOOT [00037.711] 07800.07847> PageFault: 500574 free pages [00037.712] 07800.07847> PageFault: MemoryUsed: proc 1127 26M 'fshost' diff --git a/pkg/report/testdata/fuchsia/report/30 b/pkg/report/testdata/fuchsia/report/30 index c44516351..a54fb20b0 100644 --- a/pkg/report/testdata/fuchsia/report/30 +++ b/pkg/report/testdata/fuchsia/report/30 @@ -1,4 +1,5 @@ TITLE: unexpected kernel reboot +TYPE: REBOOT START: [00000.000] 00000.00000> welcome to Zircon 000> PMM: boot reserve marking WIRED [0x100000, 0x2b5fff] |
