Ability to choose log detailed crash reason
easylogging opened this issue · 1 comments
easylogging commented
When crash is handled, we need to give user ability to log detailed reason or not.
Reason like in following last two lines
18/07/2013 12:56:03,756 FATAL [default] CRASH HANDLED; Application has crashed due to [SIGSEGV] signal
Invalid access to memory
Program is trying to read an invalid (unallocated, deleted or corrupted) or inaccessible memory.
means
Invalid access to memory
Program is trying to read an invalid (unallocated, deleted or corrupted) or inaccessible memory.
easylogging commented
This will be disabled by default (6a99807)