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

Commit bd0382f4 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

Change-Id: Id823cb5ce3aab358311858a5c041fbeb305dfdb7
parents 684fae26 6c24cc3d
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));

};