summaryrefslogtreecommitdiff
path: root/src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc')
-rw-r--r--src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc b/src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc
index b693d9df22..2dabc210f7 100644
--- a/src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc
+++ b/src/components/telemetry_monitor/src/application_manager_metric_wrapper.cc
@@ -41,9 +41,8 @@ Json::Value ApplicationManagerMetricWrapper::GetJsonMetric() {
Json::Value result = MetricWrapper::GetJsonMetric();
result[strings::logger] = "ApplicationManager";
result[strings::begin] =
- Json::Int64(date_time::DateTime::getuSecs(message_metric->begin));
- result[strings::end] =
- Json::Int64(date_time::DateTime::getuSecs(message_metric->end));
+ Json::Int64(date_time::getuSecs(message_metric->begin));
+ result[strings::end] = Json::Int64(date_time::getuSecs(message_metric->end));
const NsSmartDeviceLink::NsSmartObjects::SmartObject& params =
message_metric->message->getElement(application_manager::strings::params);
result[strings::correlation_id] = utils::ConvertInt64ToLongLongInt(