X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;h=a98a15bb0113f3b28c1766e79c5d3f2d0b20fac4;hb=18b0219570009e67ed0df596f5fa145dd29eed6e;hp=ec0e1c51231c96d4c7b6956717712edd953574cd;hpb=45fe29549378629ef5952a62e12887f007ce89f5;p=apps%2Fhomescreen.git diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index ec0e1c5..a98a15b 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -118,8 +118,9 @@ agl_shell_app_on_output(void *data, struct agl_shell *agl_shell, homescreenHandler->pending_app_list.push_back(new_pending_app); if (homescreenHandler->apps_stack.contains(QString(app_id))) { - qDebug() << "Gove event to move " << app_id << + qDebug() << "Got event to move " << app_id << " to another output " << output_name; + homescreenHandler->processAppStatusEvent(app_id, "started"); } } @@ -371,7 +372,7 @@ app_status_callback(::agl_shell_ipc::AppStateResponse app_response, void *data) break; case AGL_SHELL_APP_STATE_TERMINATED: qDebug() << "Got AGL_SHELL_APP_STATE_TERMINATED for app_id " << app_id; - // handled by HomescreenHandler::processAppStatusEvent + homescreenHandler->processAppStatusEvent(app_id, "terminated"); break; case AGL_SHELL_APP_STATE_ACTIVATED: qDebug() << "Got AGL_SHELL_APP_STATE_ACTIVATED for app_id " << app_id;