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

Commit 13aa7957 authored by Hongguang Chen's avatar Hongguang Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix broken build caused by ag/29001351" into main

parents 7f3b118a 3005d4cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1837,7 +1837,7 @@ jobject JTuner::openLnbByHandle(jlong handle) {
    sp<LnbClientCallbackImpl> callback = new LnbClientCallbackImpl();
    lnbClient = sTunerClient->openLnb(handle);
    if (lnbClient == nullptr) {
        ALOGD("Failed to open lnb, handle = %ld", handle);
        ALOGD("Failed to open lnb, handle = %s", std::to_string(handle).c_str());
        return nullptr;
    }