mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-18 03:48:09 +00:00
Add a debug feedback about the reason of exiting the application.
This commit is contained in:
parent
2d018ce6c9
commit
ea1fb992f2
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ int main (int argc, char *argv[]) {
|
|||
app->initContentApp();
|
||||
ret = app->exec();
|
||||
} while (ret == App::RestartCode);
|
||||
qWarning() << "Exiting app with the code : " << ret;
|
||||
controller.stopApp(); // Stopping app before core to let time to GUI to process needed items from linphone.
|
||||
if( CoreManager::getInstance()){
|
||||
auto core = CoreManager::getInstance()->getCore();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue