You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rust_binder: Implement the BINDER_DEBUG_DEAD_TRANSACTION
logging mask to trace in-flight cancellations during teardown
This adds dynamic debug logs for:
- Releasing active transactions during thread stack unwinding.
- Discarded transaction error codes when a thread exits.
- Undelivered transaction acknowledgments (TRANSACTION_COMPLETE)
upon thread exit.
- Undelivered process death and freeze notifications when processes
exit or die.
- Undelivered transactions canceled due to target process death.
Change-Id: Iad322cb89497087dfc9e1d52850cf74afb55b6b5
Signed-off-by: Jahnavi MN <jahnavimn@google.com>
0 commit comments