Frameworks/base: Fix braino missing line
am: 06eb24d95e
Change-Id: I34b1b3084da32be43fda62d23c0b955e3cc6f335
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user