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

Commit 945b738d authored by Grant Menke's avatar Grant Menke Committed by Android (Google) Code Review
Browse files

Merge "Demote "putExtras failed due to null CS" error to a warning." into main

parents 11318e56 7bc474fe
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3176,8 +3176,7 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
            } else if (mConnectionService != null) {
                mConnectionService.onExtrasChanged(this, mExtras);
            } else {
                Log.e(this, new NullPointerException(),
                        "putExtras failed due to null CS callId=%s", getId());
                Log.w(this, "putExtras failed due to null CS callId=%s", getId());
            }
        }
    }