aboutsummaryrefslogtreecommitdiffstats
path: root/src/app.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.cpp')
-rw-r--r--src/app.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app.cpp b/src/app.cpp
index 05f8b64..4f7a971 100644
--- a/src/app.cpp
+++ b/src/app.cpp
@@ -256,7 +256,6 @@ void App::updateLayers(json_object* json_out) {
int len = json_object_array_length(json_layers);
HMI_DEBUG("wm", "json_layers len:%d", len);
- HMI_DEBUG("wm", "json_layers dump:%s", json_object_get_string(json_layers));
for (int i=0; i<len; i++) {
json_object* json_tmp = json_object_array_get_idx(json_layers, i);
@@ -329,6 +328,8 @@ void App::updateLayers(json_object* json_out) {
}
void App::updateWindowResources(json_object* json_out) {
+ HMI_DEBUG("wm", "json_out dump:%s", json_object_get_string(json_out));
+
// Update car states
this->updateCarStates(json_out);