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

Commit a9c47626 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android (Google) Code Review
Browse files

Merge "Flush dump output before calling score cache dump() methods."

parents 87db3859 68c46fd8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ public class NetworkScoreService extends INetworkScoreService.Stub {
            return;
        }
        writer.println("Current scorer: " + currentScorer);
        writer.flush();

        for (INetworkScoreCache scoreCache : getScoreCaches()) {
            try {