mirror of
https://github.com/monero-project/monero.git
synced 2025-08-25 03:09:25 -04:00
Print stack trace on exceptions
if libunwind is found. Useful for debugging logs.
This commit is contained in:
parent
ef4ff4252a
commit
e409e59d29
5 changed files with 188 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "common/command_line.h"
|
||||
#include "common/scoped_message_writer.h"
|
||||
#include "common/util.h"
|
||||
#include "common/stack_trace.h"
|
||||
#include "cryptonote_core/cryptonote_core.h"
|
||||
#include "cryptonote_core/miner.h"
|
||||
#include "daemon/command_server.h"
|
||||
|
@ -258,6 +259,7 @@ int main(int argc, char const * argv[])
|
|||
, log_file_path.filename().string().c_str()
|
||||
, log_file_path.parent_path().string().c_str()
|
||||
);
|
||||
tools::set_stack_trace_log(log_file_path.filename().string());
|
||||
}
|
||||
|
||||
_note_c("dbg/main", "Moving from main() into the daemonize now.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue