Loading libs/binder/Parcel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1862,6 +1862,7 @@ status_t Parcel::readStrongBinder(sp<IBinder>* val) const { status_t status = readNullableStrongBinder(val); if (status == OK && !val->get()) { ALOGW("Expecting binder but got null!"); status = UNEXPECTED_NULL; } return status; Loading Loading
libs/binder/Parcel.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -1862,6 +1862,7 @@ status_t Parcel::readStrongBinder(sp<IBinder>* val) const { status_t status = readNullableStrongBinder(val); if (status == OK && !val->get()) { ALOGW("Expecting binder but got null!"); status = UNEXPECTED_NULL; } return status; Loading