| Gopichand Paturi | 24226c4 | 2024-05-16 14:51:22 -0500 | [diff] [blame] | 1 | # This file is dreport configuration file and is where all dreport |
| 2 | # configuration settings are placed. | ||||
| 3 | # The configuration file consists of sections, led by a [section] header and | ||||
| 4 | # followed by name: value entries, with continuations in the style INI format. | ||||
| 5 | # name=value is also accepted. | ||||
| 6 | |||||
| 7 | [DumpType] | ||||
| 8 | 1: core | ||||
| 9 | 2: user | ||||
| 10 | 3: elog | ||||
| 11 | 4: checkstop | ||||
| 12 | 5: ramoops | ||||
| Gopichand Paturi | 0d72381 | 2024-10-24 04:04:07 -0500 | [diff] [blame^] | 13 | 6: faultdata |