OSDN Git Service

binder: add failed transaction logging info
authorCarlos Llamas <cmllamas@google.com>
Fri, 29 Apr 2022 23:56:40 +0000 (23:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 13:43:24 +0000 (15:43 +0200)
commit9474be34a72726c5a20467e36d9b08102ff9d304
tree3a77620b98e1a1f22c6ab133719c343db1498aac
parent83b716d1fe9e0e5b0ba6ad08519e832b881e8e5c
binder: add failed transaction logging info

Make sure we log relevant information about failed transactions such as
the target proc/thread, call type and transaction id. These details are
particularly important when debugging userspace issues.

Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Acked-by: Todd Kjos <tkjos@google.com>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Link: https://lore.kernel.org/r/20220429235644.697372-2-cmllamas@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c