OSDN Git Service

Add debugDump() to IServiceManager.
authorYifan Hong <elsk@google.com>
Thu, 26 Jan 2017 06:53:37 +0000 (22:53 -0800)
committerYifan Hong <elsk@google.com>
Thu, 26 Jan 2017 07:08:50 +0000 (23:08 -0800)
Test: mma
Change-Id: I04289500c7ee42a84d3593b4c0e45a0b829370a7

cmds/dumpsys/tests/dumpsys_test.cpp

index a66685d..01a2fa3 100644 (file)
@@ -78,6 +78,7 @@ class HardwareServiceManagerMock : public HServiceManager {
         R<bool>(const hidl_string&,
                 const hidl_string&,
                 const sp<IServiceNotification>&));
+    MOCK_METHOD1(debugDump, R<void>(debugDump_cb));
 
 };