Show [Current] and [To be] in WMLayer log 59/20159/3
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 18 Feb 2019 12:19:13 +0000 (21:19 +0900)
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>
Mon, 18 Feb 2019 12:24:58 +0000 (12:24 +0000)
To look the log more clear,
modify the message of log.

Change-Id: I8c4fc34e69660afcc459ee3877e41d8d03bc31df
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
src/wm_layer.cpp

index 66fb0a2..4eceb43 100644 (file)
@@ -251,8 +251,10 @@ void WMLayer::dump()
 {
     DUMP("===== wm layer status =====");
     DUMP("Layer :%s", this->name.c_str());
-    this->tmp_state.dump();
+    DUMP("  [Current]");
     this->state.dump();
+    DUMP("  [To be]");
+    this->tmp_state.dump();
     DUMP("===== wm layer status end =====");
 
 }