Bug 849589 - Rethrow intermittent NativeZip exception with more debugging info. r=glandium
This commit is contained in:
@@ -110,8 +110,9 @@ public final class GeckoJarReader {
|
||||
try {
|
||||
zip = new NativeZip(inputStream);
|
||||
} catch (IllegalArgumentException e) {
|
||||
Log.e(LOGTAG, "!!! BUG 849589 !!! origUrl=" + origUrl, e);
|
||||
return null;
|
||||
String description = "!!! BUG 849589 !!! origUrl=" + origUrl;
|
||||
Log.e(LOGTAG, description, e);
|
||||
throw new IllegalArgumentException(description);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user