OSDN Git Service

Created a dumpstate service.
authorFelipe Leme <felipeal@google.com>
Thu, 27 Oct 2016 23:31:27 +0000 (16:31 -0700)
committerFelipe Leme <felipeal@google.com>
Wed, 2 Nov 2016 20:25:08 +0000 (13:25 -0700)
commit75876a2c0649b8cde36329ca0a1dc6e349af6493
tree557d87bda783e63102db60ce7314ba9a989282bd
parent08c3dfde3aeac9190ff2e3663fdef3cc826e4b27
Created a dumpstate service.

For now this is still a limited service:

- It's only created when running an interactive bugreport.
- It only provides a listener to get updates.
- It will be just used by Shell to get updates.

Test: dumpstate_test passes
BUG: 31636879

Change-Id: Iae820261d220523c979bf905030456fcf0b2b618
cmds/dumpstate/Android.mk
cmds/dumpstate/DumpstateService.cpp [new file with mode: 0644]
cmds/dumpstate/DumpstateService.h [new file with mode: 0644]
cmds/dumpstate/binder/android/os/IDumpstate.aidl [new file with mode: 0644]
cmds/dumpstate/binder/android/os/IDumpstateListener.aidl [new file with mode: 0644]
cmds/dumpstate/dumpstate.cpp
cmds/dumpstate/dumpstate.h
cmds/dumpstate/tests/dumpstate_test.cpp
cmds/dumpstate/utils.cpp