We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7827597 + 7ba4378 commit 4212ea2Copy full SHA for 4212ea2
libs/binder/Binder.cpp
@@ -445,6 +445,9 @@ status_t BBinder::linkToDeath(
445
const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/,
446
uint32_t /*flags*/)
447
{
448
+ // BBinder::linkToDeath is invalid because this process owns this binder.
449
+ // The DeathRecipient is called on BpBinders when the process owning the
450
+ // binder node dies.
451
return INVALID_OPERATION;
452
}
453
0 commit comments