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

Commit 3005d4cc authored by Yixiao Luo's avatar Yixiao Luo
Browse files

Fix broken build caused by ag/29001351

Bug: 373006325
Change-Id: I7aba89c70186507ccb6b12a4e24eab68f47c550d
Test: m
Flag: EXEMPT Bugfix
parent a8884c3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1837,7 +1837,7 @@ jobject JTuner::openLnbByHandle(jlong handle) {
    sp<LnbClientCallbackImpl> callback = new LnbClientCallbackImpl();
    sp<LnbClientCallbackImpl> callback = new LnbClientCallbackImpl();
    lnbClient = sTunerClient->openLnb(handle);
    lnbClient = sTunerClient->openLnb(handle);
    if (lnbClient == nullptr) {
    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;
        return nullptr;
    }
    }