mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Do not exit on fatal, otherwise we don't get a backtrace
This commit is contained in:
parent
8d39bbe9b1
commit
c58a241901
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ private:
|
|||
|
||||
static inline void fatal (const char *message) {
|
||||
std::cout << "[FATAL C-WRAPPER]" << message << std::endl;
|
||||
exit(1);
|
||||
//exit(1);
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue