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

Commit ff100b49 authored by Jeff Davidson's avatar Jeff Davidson Committed by Android Git Automerger
Browse files

am 8b05d273: Merge "Flush dump output before calling score cache dump() methods."

* commit '8b05d2735dcdba2b21533d441fe30fd7c0352c05':
  Flush dump output before calling score cache dump() methods.
parents 016cea10 a9c47626
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 {