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

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

Add debugDump() to IServiceManager. am: 5ccdab9b

am: 16916117

Change-Id: I570c0d3f712dd8069d14fdae37c587ebcfd99229
parents 5a0eaa45 16916117
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));

};