зеркало из https://github.com/mozilla/gecko-dev.git
135c35d919
The primary issue is that we use a throwing InputStreamReader constructor. If it throws, then any nested streams will be lost. We can fix that by using the non-throwing InputStreamReader constructor (which uses a Charset as the second parameter, instead of a String which causes an Exception to be thrown if it can't be parsed) We also simplify some nested Stream's a little: most of the Stream constructors don't throw, so there's no harm in not keeping individual references to those that don't throw - and that results in less Stream references for us to handle. MozReview-Commit-ID: 2hyRFGVmGnU --HG-- extra : rebase_source : 9d2b25997e0f71089c0ef56c0069cafe068f821e |
||
---|---|---|
.. | ||
manifests | ||
src/main | ||
README.txt | ||
strings.xml.in |
README.txt
These files are managed in the android-sync repo. Do not modify directly, or your changes will be lost.