Frameworks/base: Fix braino missing line

am: 06eb24d95e

Change-Id: I34b1b3084da32be43fda62d23c0b955e3cc6f335
This commit is contained in:
Andreas Gampe
2016-07-16 02:38:18 +00:00
committed by android-build-merger

View File

@@ -265,6 +265,7 @@ class CompilerStats extends AbstractStatsBase<Void> {
try { try {
f = file.startWrite(); f = file.startWrite();
OutputStreamWriter osw = new OutputStreamWriter(f); OutputStreamWriter osw = new OutputStreamWriter(f);
write(osw);
osw.flush(); osw.flush();
file.finishWrite(f); file.finishWrite(f);
} catch (IOException e) { } catch (IOException e) {