Loading libs/binder/ProcessState.cpp +6 −6 Original line number Diff line number Diff line Loading @@ -124,13 +124,13 @@ 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()); } if (context) { // The root object is special since we get it directly from the driver, it is never // written by Parcell::writeStrongBinder. internal::Stability::markCompilationUnit(context.get()); } else { ALOGW("Not able to get context object on %s.", mDriverName.c_str()); } return context; } Loading Loading
libs/binder/ProcessState.cpp +6 −6 Original line number Diff line number Diff line Loading @@ -124,13 +124,13 @@ 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()); } if (context) { // The root object is special since we get it directly from the driver, it is never // written by Parcell::writeStrongBinder. internal::Stability::markCompilationUnit(context.get()); } else { ALOGW("Not able to get context object on %s.", mDriverName.c_str()); } return context; } Loading