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

Commit 68c46fd8 authored by Jeff Davidson's avatar Jeff Davidson
Browse files

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

Change-Id: I2a28bd90583e34710c2d0ac8b31f16b8a22c165d
parent 1d0861dd
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 {