forked from lthn/blockchain
returned terminate handler
This commit is contained in:
parent
b695238f47
commit
0a1f87bc14
1 changed files with 2 additions and 2 deletions
|
|
@ -107,10 +107,10 @@ bool wallets_manager::init(int argc, char* argv[], view::i_view* pview_handler)
|
|||
|
||||
// setup custom callstack retrieving function
|
||||
epee::misc_utils::get_callstack(tools::get_callstack);
|
||||
#ifndef IOS_BUILD
|
||||
//#ifndef IOS_BUILD
|
||||
// setup custom terminate functions
|
||||
std::set_terminate(&terminate_handler_func);
|
||||
#endif
|
||||
//#endif
|
||||
//#if !defined(NDEBUG)
|
||||
// log_space::log_singletone::add_logger(LOGGER_DEBUGGER, nullptr, nullptr);
|
||||
//#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue