зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1356693
- Pre: use IOUtils.safeStreamClose() in IOUtils r=walkingice
MozReview-Commit-ID: 3dikakcAKqI --HG-- extra : rebase_source : 97370160c6f8fe40d57ed8372097c585cdc94aa6
This commit is contained in:
Родитель
197941aadc
Коммит
e8919657c8
|
@ -90,11 +90,7 @@ public class IOUtils {
|
|||
} catch (IOException e) {
|
||||
Log.e(LOGTAG, "Error consuming input stream.", e);
|
||||
} finally {
|
||||
try {
|
||||
iStream.close();
|
||||
} catch (IOException e) {
|
||||
Log.e(LOGTAG, "Error closing input stream.", e);
|
||||
}
|
||||
IOUtils.safeStreamClose(iStream);
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
Загрузка…
Ссылка в новой задаче