summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAGaliuzov <AGaliuzov@luxoft.com>2016-01-25 16:58:33 +0200
committerAGaliuzov <AGaliuzov@luxoft.com>2016-01-25 16:58:33 +0200
commitb95caf809a2ae1601c2a555ec51560a1f28661ba (patch)
treed155bcac10eff0286287100aeaf67da0bc900047
parent2df35bf96b0541929015744300043ab6ea9e49a5 (diff)
parente17c03a16041178b6cf916a99a82ce5a256ea91c (diff)
downloadsmartdevicelink-b95caf809a2ae1601c2a555ec51560a1f28661ba.tar.gz
Merge pull request #337 from smartdevicelink/hotfix/dcheck_crash4.0.3
Remove DCHECKs that seem to always be tripping everyone up
-rw-r--r--src/components/application_manager/src/message_helper.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/application_manager/src/message_helper.cc b/src/components/application_manager/src/message_helper.cc
index 1ec93f8ba..bbe5bad19 100644
--- a/src/components/application_manager/src/message_helper.cc
+++ b/src/components/application_manager/src/message_helper.cc
@@ -1267,9 +1267,7 @@ bool MessageHelper::CreateHMIApplicationStruct(ApplicationConstSharedPtr app,
}
const SmartObject* app_types = app->app_types();
- DCHECK_OR_RETURN(app_types, false);
const SmartObject* ngn_media_screen_name = app->ngn_media_screen_name();
- DCHECK_OR_RETURN(ngn_media_screen_name, false);
const connection_handler::DeviceHandle handle = app->device();
std::string device_name = ApplicationManagerImpl::instance()->GetDeviceName(handle);