summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mateusz Moscicki [Wed, 29 Jan 2020 13:02:03 +0000 (14:02 +0100)]
Add system tests for dumpsys
Change-Id: I8f42f0a37f8b94656b8485d71b33f5887f0faef9
Mateusz Moscicki [Thu, 27 Feb 2020 16:58:01 +0000 (17:58 +0100)]
Add library providing API for user app services.
Change-Id: Idd1c4b763a6377912d62fa38a0d79a83a09b5122
Mateusz Moscicki [Tue, 21 Jan 2020 15:12:48 +0000 (16:12 +0100)]
Modify dumpsys architecture
This commit introduces a dumpsys-service which is responsible for
communication between dumpsys tool and service or application.
dumpsys-service creates a fifo pipe, and sends one of its ends to
dumpsys-agents. If agent confirms that requested application exists on
its bus, then dumpsys-service returns second end of pipe to dumpsys
tool. After that dumpsys tool can read the data written by requested
application or service.
Change-Id: I40545c260d5c9367da6af4454151293f7e3d1a3b
Karol Lewandowski [Fri, 14 Feb 2020 13:20:38 +0000 (14:20 +0100)]
Fix: drop duplicate test
Change-Id: Ie048642cb7bc5a6d0448843d776e33efc6b21225
Karol Lewandowski [Fri, 14 Feb 2020 13:09:45 +0000 (14:09 +0100)]
Do not leak write_fd in call_dump error path
Change-Id: I1ac5ca3a3987c2334e013bd52f304aa5fa0f9f58
Karol Lewandowski [Tue, 11 Feb 2020 15:26:08 +0000 (16:26 +0100)]
Do not leak fifo_path
Change-Id: Ib8ed78d09c3ab0438f6786d91c86c8ae6d1f1f2f
Mateusz Moscicki [Thu, 31 Oct 2019 12:24:09 +0000 (13:24 +0100)]
Add dumpsys API library
Signed-off-by: Mateusz Moscicki <m.moscicki2@partner.samsung.com>
Change-Id: I4f27610c7facfc48bc532bb5a943beb699a41dfd
Tizen Infrastructure [Thu, 16 Jan 2020 00:38:29 +0000 (00:38 +0000)]
Initial empty repository