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

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

Add debugDump() to IServiceManager. am: 5ccdab9b am: 16916117 am: 6c24cc3d

am: bd0382f4

Change-Id: Ia7b46d17897c0214ff20a189745ebfb54b4a7433
parents d773d824 bd0382f4
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));

};