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