commit | 9ad7a5b58dedf0147a637ee986df32127e58cd81 | [log] [tgz] |
---|---|---|
author | Yifan Hong <elsk@google.com> | Thu Jan 26 18:32:39 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Jan 26 18:32:39 2017 +0000 |
tree | d239e913d4ed580e0dc4e4c1810b62ef349da6eb | |
parent | d773d824b828af8147569f715dffcba3cc7a9f52 [diff] | |
parent | bd0382f41d348bfea59c0b6a2fdcbaafdf43633e [diff] |
Add debugDump() to IServiceManager. am: 5ccdab9bc5 am: 169161171c am: 6c24cc3dd6 am: bd0382f41d Change-Id: Ia7b46d17897c0214ff20a189745ebfb54b4a7433
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)); };