commit | 5ccdab9bc541ef2b3839c5d33b0c0ed4ecd3258f | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Wed Jan 25 22:53:37 2017 -0800 |
committer | Yifan Hong <elsk@google.com> | Wed Jan 25 23:08:50 2017 -0800 |
tree | f50b1dea4155f3d3e76b1dcc6833e51acbd24ef1 | |
parent | 85dd3ad89f26e8a28336ac3b2365fb896df7a0f6 [diff] [blame] |
Add debugDump() to IServiceManager. Test: mma Change-Id: I04289500c7ee42a84d3593b4c0e45a0b829370a7
diff --git a/cmds/dumpsys/tests/dumpsys_test.cpp b/cmds/dumpsys/tests/dumpsys_test.cpp index a66685d..01a2fa3 100644 --- a/cmds/dumpsys/tests/dumpsys_test.cpp +++ b/cmds/dumpsys/tests/dumpsys_test.cpp
@@ -78,6 +78,7 @@ R<bool>(const hidl_string&, const hidl_string&, const sp<IServiceNotification>&)); + MOCK_METHOD1(debugDump, R<void>(debugDump_cb)); };