summaryrefslogtreecommitdiff
path: root/src/components/application_manager/include
diff options
context:
space:
mode:
authorjacobkeeler <jacob.keeler@livioradio.com>2018-09-19 17:09:23 -0400
committerjacobkeeler <jacob.keeler@livioradio.com>2018-09-19 17:09:23 -0400
commit351f06cf1288dd9cfd56d046e7270ec99a147f8a (patch)
tree3168b4a29637e8794102e441bafd94918e5faa54 /src/components/application_manager/include
parent2438067792753d3d2b3061e784e181de93682d07 (diff)
parent28235f88a6733106a7e8a0d490dfb16a5f374a33 (diff)
downloadsdl_core-351f06cf1288dd9cfd56d046e7270ec99a147f8a.tar.gz
Merge remote-tracking branch 'origin/develop' into release/5.0.0
Diffstat (limited to 'src/components/application_manager/include')
-rw-r--r--src/components/application_manager/include/application_manager/message_helper.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/application_manager/include/application_manager/message_helper.h b/src/components/application_manager/include/application_manager/message_helper.h
index 010816808c..609b240301 100644
--- a/src/components/application_manager/include/application_manager/message_helper.h
+++ b/src/components/application_manager/include/application_manager/message_helper.h
@@ -700,6 +700,14 @@ class MessageHelper {
ApplicationSharedPtr app,
int32_t function_id);
+ /**
+ * @brief Prints SmartObject contents to log file
+ * @param object - SmartObject to print
+ * @return always True as this function is used for internal debug purposes
+ * only
+ * @note Function prints SmartObject only in DEBUG build mode. There will not
+ * be any print in RELEASE build mode
+ */
static bool PrintSmartObject(const smart_objects::SmartObject& object);
template <typename From, typename To>