From: Yifan Hong Date: Thu, 26 Jan 2017 06:53:37 +0000 (-0800) Subject: Add debugDump() to IServiceManager. X-Git-Tag: android-x86-8.1-r1~377^2^2~25^2~23^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=5ccdab9bc541ef2b3839c5d33b0c0ed4ecd3258f;p=android-x86%2Fframeworks-native.git 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 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)); };