зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 0ca9044bb930 (bug 1356693
) for android crashes
--HG-- extra : rebase_source : 689c8de0aaee267b02e5d79af840ecf969739648
This commit is contained in:
Родитель
1b10cd192e
Коммит
95c30cae37
|
@ -90,7 +90,11 @@ public class IOUtils {
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
Log.e(LOGTAG, "Error consuming input stream.", e);
|
Log.e(LOGTAG, "Error consuming input stream.", e);
|
||||||
} finally {
|
} finally {
|
||||||
IOUtils.safeStreamClose(iStream);
|
try {
|
||||||
|
iStream.close();
|
||||||
|
} catch (IOException e) {
|
||||||
|
Log.e(LOGTAG, "Error closing input stream.", e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче