mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 07:08:07 +00:00
Add a debug feedback about the reason of exiting the application.
This commit is contained in:
parent
156ac7ffc2
commit
ce2eebdd1a
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,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