ANDROID: rust_binder: don't pr_warn on benign errors
Currently, we will pr_warn to the kernel log if you try to send a message to a process that is frozen or dead. This isn't really necessary and adds a lot of noise to the log. Let's silence these errors. Fixes: bb1d5041 ("ANDROID: rust_binder: add oneway transactions") Change-Id: Ie0ec8ee5853413a7abe9c1b7d70ed4a9806f41e7 Signed-off-by:Alice Ryhl <aliceryhl@google.com>
Loading
Please sign in to comment