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

Commit f6f1abbe authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am 0f94d3ae: Add synchronized to toString.

* commit '0f94d3ae':
  Add synchronized to toString.
parents 26830d76 0f94d3ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ public class ApnContext {
    }

    @Override
    public String toString() {
    public synchronized String toString() {
        // We don't print mDataConnection because its recursive.
        return "{mApnType=" + mApnType + " mState=" + getState() + " mWaitingApns={" + mWaitingApns +
                "} mWaitingApnsPermanentFailureCountDown=" + mWaitingApnsPermanentFailureCountDown +