From 5ccdab9bc541ef2b3839c5d33b0c0ed4ecd3258f Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Wed, 25 Jan 2017 22:53:37 -0800 Subject: [PATCH] Add debugDump() to IServiceManager. Test: mma Change-Id: I04289500c7ee42a84d3593b4c0e45a0b829370a7 --- cmds/dumpsys/tests/dumpsys_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cmds/dumpsys/tests/dumpsys_test.cpp b/cmds/dumpsys/tests/dumpsys_test.cpp index a66685d23d..01a2fa3b22 100644 --- a/cmds/dumpsys/tests/dumpsys_test.cpp +++ b/cmds/dumpsys/tests/dumpsys_test.cpp @@ -78,6 +78,7 @@ class HardwareServiceManagerMock : public HServiceManager { R(const hidl_string&, const hidl_string&, const sp&)); + MOCK_METHOD1(debugDump, R(debugDump_cb)); }; -- 2.11.0