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

Commit 4afffeee authored by Robert Shih's avatar Robert Shih Committed by Android (Google) Code Review
Browse files

Merge "IDrm/ICrypto: fix missing logs" into sc-dev

parents 4027ddab faae26ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ status_t GetLogMessages(const sp<U> &obj, Vector<::V1_4::LogMessage> &logs) {
    ::V1_4::IDrmPlugin::getLogMessages_cb cb = [&](
            ::V1_4::Status status,
            hidl_vec<::V1_4::LogMessage> hLogs) {
        if (::V1_4::Status::OK == status) {
        if (::V1_4::Status::OK != status) {
            err = status;
            return;
        }