gpt4 book ai didi

android - Android 中的 Binder 事务失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:49:17 24 4
gpt4 key购买 nike

我的 beagle board 上出现 Binder 错误,如下所示?如何找出导致这些错误的进程?

binder: send failed reply for transaction 4800, target dead                     
binder: 1112:1750 transaction failed 29189, size 1528-4
binder: send failed reply for transaction 6233, target dead
binder: 1112:1112 transaction failed 29189, size 1332-4
binder: send failed reply for transaction 4792, target dead
binder: 1112:1638 transaction failed 29189, size 1332-4
binder: send failed reply for transaction 6232, target dead

最佳答案

在我看来,你可以在 common/drivers/staging/android/binder.c 中找到答案所以我认为在你的情况下日志意味着:

printk(KERN_INFO "binder: %d:%d transaction failed %d, size"
"%zd-%zd\n",
proc->pid, thread->pid, return_error,
tr->data_size, tr->offsets_size);

关于android - Android 中的 Binder 事务失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8686257/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com