bootstrap: introduce a new command for dumping object tree
authorWonki Kim <wonki_.kim@samsung.com>
Thu, 13 Aug 2020 05:41:48 +0000 (14:41 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 27 Aug 2020 05:00:13 +0000 (14:00 +0900)
commit9341b87cbbcc88ce3f380c7553d110fe5d8c18cc
treea7d4bdafe0448cf19b31b83950be3884a30aab8f
parent2c472486a83216820f20f65c34dcb4c3110cb915
bootstrap: introduce a new command for dumping object tree

this patch introduces a new command for dumping object tree
by this patch, user can retreive tree dump without composition of findElement commands

Change-Id: I4a360fe11ac9df02bbdda8c65cc7275c47e1466c
libaurum/inc/UiObject.h
libaurum/src/Comparer.cc
libaurum/src/UiObject.cc
org.tizen.aurum-bootstrap/inc/Commands/Commands.h
org.tizen.aurum-bootstrap/inc/Commands/DumpObjectTreeCommand.h [new file with mode: 0644]
org.tizen.aurum-bootstrap/meson.build
org.tizen.aurum-bootstrap/src/AurumServiceImpl.cc
org.tizen.aurum-bootstrap/src/Commands/DumpObjectTreeCommand.cc [new file with mode: 0644]
protocol/aurum.proto
protocol/examples/python/testInternal.py