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

* commit '8b05d2735dcdba2b21533d441fe30fd7c0352c05':
  Flush dump output before calling score cache dump() methods.
This commit is contained in:
Jeff Davidson
2014-05-12 15:41:21 +00:00
committed by Android Git Automerger

View File

@@ -171,6 +171,7 @@ public class NetworkScoreService extends INetworkScoreService.Stub {
return;
}
writer.println("Current scorer: " + currentScorer);
writer.flush();
for (INetworkScoreCache scoreCache : getScoreCaches()) {
try {