From e409e59d29cd8f8480947d80582ac8e93b495e22 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 28 Mar 2016 19:00:18 +0100 Subject: Print stack trace on exceptions if libunwind is found. Useful for debugging logs. --- src/daemon/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon') diff --git a/src/daemon/main.cpp b/src/daemon/main.cpp index 0717fd89b..8684b5d09 100644 --- a/src/daemon/main.cpp +++ b/src/daemon/main.cpp @@ -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."); -- cgit v1.2.3