Frameworks/base: Fix braino missing line
This got accidentally deleted in cleanup. Bug: 29223204 Change-Id: I018b44d517f226eca30f141a3397c82a4be19afb
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