Change dump file extension
This commit is contained in:
parent
e3b9b30302
commit
489cb4dbf5
@ -20,10 +20,10 @@
|
|||||||
#define BT_SIZE 20
|
#define BT_SIZE 20
|
||||||
|
|
||||||
|
|
||||||
#define DUMPF_NAME_FMT "mmc-crash-%X.dump\0"
|
#define DUMPF_NAME_FMT "mmc-crash-%X.bm\0" // Black magic? Bowel movement? Dump?
|
||||||
// 1234567890 123456
|
// 1234567890 1234
|
||||||
// The maximum number of digits in a unix timestamp when encoded in hexadecimal is about 17.
|
// The maximum number of digits in a unix timestamp when encoded in hexadecimal is about 17.
|
||||||
// Our format string is ~16 characters long.
|
// Our format string is ~14 characters long.
|
||||||
// The maximum length of the dump file's filename should be well over both of these. 42 is a good number.
|
// The maximum length of the dump file's filename should be well over both of these. 42 is a good number.
|
||||||
#define DUMPF_NAME_LEN 42
|
#define DUMPF_NAME_LEN 42
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user