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

Commit 16916117 authored by Yifan Hong's avatar Yifan Hong Committed by android-build-merger
Browse files

Add debugDump() to IServiceManager.

am: 5ccdab9b

Change-Id: I4823ca88072ebe167fa6a3b894cad610cea88c94
parents a763ae71 5ccdab9b
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));

};