Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5b99c2a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix misleading binderError log" into main

parents a1ad2631 82371dac
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2297,8 +2297,7 @@ public class CachedAppOptimizer {
     */
    public void binderError(int debugPid, ProcessRecord app, int code, int flags, int err) {
        Slog.w(TAG_AM, "pid " + debugPid + " " + (app == null ? "null" : app.processName)
                + " sent binder code " + code + " with flags " + flags
                + " to frozen apps and got error " + err);
                + " sent binder code " + code + " with flags " + flags + " and got error " + err);

        // Do nothing if the binder error callback is not enabled.
        // That means the frozen apps in a wrong state will be killed when they are unfrozen later.