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

Commit 6b7a1fe2 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Log when context manager is unavailable." am: c0ab6a35 am: e643c3e6

Change-Id: I99cb95bd9c1aa4db0f1720782895fcb03de90896
parents e3768ad7 e643c3e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -112,6 +112,10 @@ sp<IBinder> ProcessState::getContextObject(const sp<IBinder>& /*caller*/)
{
    sp<IBinder> context = getStrongProxyForHandle(0);

    if (context == nullptr) {
       ALOGW("Not able to get context object on %s.", mDriverName.c_str());
    }

    // The root object is special since we get it directly from the driver, it is never
    // written by Parcell::writeStrongBinder.
    internal::Stability::tryMarkCompilationUnit(context.get());