summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-25 13:40:42 -0400
committerShobhit Adlakha <adlakhashobhit@gmail.com>2020-03-25 13:40:42 -0400
commitd9cd979ea4744eda0e06f58dc93a11c92ef54efd (patch)
treef86ca3d35eaf19e2fa85f654ec889abf1d8e0134
parent51e9eb654d08a4a8ded9f7c6cdec8da915ad5078 (diff)
downloadsdl_core-fix/updateapplist_on_hmi_reconnect.tar.gz
-rw-r--r--src/components/application_manager/src/application_manager_impl.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/application_manager/src/application_manager_impl.cc b/src/components/application_manager/src/application_manager_impl.cc
index f704575864..f807be2f5e 100644
--- a/src/components/application_manager/src/application_manager_impl.cc
+++ b/src/components/application_manager/src/application_manager_impl.cc
@@ -893,7 +893,6 @@ void ApplicationManagerImpl::OnHMIStartedCooperation() {
rpc_service_->ManageHMICommand(mixing_audio_supported_request);
resume_controller().ResetLaunchTime();
- LOG4CXX_DEBUG(logger_, "[!] Refresh Cloud App Info");
RefreshCloudAppInformation();
SendUpdateAppList();
}
@@ -1008,7 +1007,6 @@ void ApplicationManagerImpl::RefreshCloudAppInformation() {
// Create a device for each newly enabled cloud app
policy::AppProperties app_properties;
for (; enabled_it != enabled_end; ++enabled_it) {
- LOG4CXX_DEBUG(logger_, "[!V] Get App Properties for " << *enabled_it);
GetPolicyHandler().GetAppProperties(*enabled_it, app_properties);
if (app_properties.endpoint.empty()) {