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

Commit a86c7de2 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "add the lock in toString method." into main am: abe12c8c am: c6249e03

parents a8fc7061 c6249e03
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -142,6 +142,8 @@ public class ActivityServiceConnectionsHolder<T> {
    /** Used by {@link ActivityRecord#dump}. */
    @Override
    public String toString() {
        synchronized (mActivity) {
            return String.valueOf(mConnections);
        }
    }
}