1
0
Fork 0
forked from lthn/blockchain

returned terminate handler

This commit is contained in:
cryptozoidberg 2020-02-14 22:02:20 +01:00
parent b695238f47
commit 0a1f87bc14
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -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