Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ccdab9b authored by Yifan Hong's avatar Yifan Hong
Browse files

Add debugDump() to IServiceManager.

Test: mma
Change-Id: I04289500c7ee42a84d3593b4c0e45a0b829370a7
parent 85dd3ad8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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));

};