PackageWatchdog: fix the double close issue.
1 without the IOException happen,the finishWrite method will close the stream. 2 with the IOException happen,the failWrite method will close the stream. so,we no need to close the stream in finally method. Bug: none Flag: EXEMPT minor optimization Change-Id: If2e01149499d4848ccc56323b964637c8894b658
Loading
Please register or sign in to comment