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

Commit 73a600cf authored by Pablo Gamito's avatar Pablo Gamito Committed by Android (Google) Code Review
Browse files

Merge "Remove synchronization on getViewerString" into main

parents e9c44686 43103941
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ public class ProtoLogViewerConfigReader {
     * or the viewer config is not loaded into memory.
     */
    @Nullable
    public synchronized String getViewerString(long messageHash) {
    public String getViewerString(long messageHash) {
        return mLogMessageMap.get(messageHash);
    }