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

Commit faae26ac authored by Robert Shih's avatar Robert Shih
Browse files

IDrm/ICrypto: fix missing logs

Bug: 162255728
Test: MediaDrm#getLogMessages
Change-Id: Ica66389fc7744b860d9dd25717e61b866e7f8330
parent 2de24fa7
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;
        }