File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3801,13 +3801,13 @@ static void binder_transaction(struct binder_proc *proc,
3801
3801
}
3802
3802
3803
3803
binder_debug (BINDER_DEBUG_FAILED_TRANSACTION ,
3804
- "%d:%d transaction %s to %d:%d failed %d/%d/%d, size %lld-%lld line %d\n" ,
3804
+ "%d:%d transaction %s to %d:%d failed %d/%d/%d, code %u size %lld-%lld line %d\n" ,
3805
3805
proc -> pid , thread -> pid , reply ? "reply" :
3806
3806
(tr -> flags & TF_ONE_WAY ? "async" : "call" ),
3807
3807
target_proc ? target_proc -> pid : 0 ,
3808
3808
target_thread ? target_thread -> pid : 0 ,
3809
3809
t_debug_id , return_error , return_error_param ,
3810
- (u64 )tr -> data_size , (u64 )tr -> offsets_size ,
3810
+ tr -> code , (u64 )tr -> data_size , (u64 )tr -> offsets_size ,
3811
3811
return_error_line );
3812
3812
3813
3813
if (target_thread )
You can’t perform that action at this time.
0 commit comments