summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Dickow <jjdickow@gmail.com>2016-01-19 11:16:15 -0500
committerJustin Dickow <jjdickow@gmail.com>2016-01-19 11:16:15 -0500
commite17c03a16041178b6cf916a99a82ce5a256ea91c (patch)
treee0ac8a4a74a3cf4fecd765ae626c1735da6d6468
parentaed19cd68e02b11e27275c05e00cf242a337553a (diff)
downloadsmartdevicelink-hotfix/dcheck_crash.tar.gz
Remove DCHECKs that seem to always be tripping everyone uphotfix/dcheck_crash
-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);