崩溃问题
This commit is contained in:
@ -165,7 +165,7 @@ public class CacheManager {
|
||||
}
|
||||
fileOutputStream.flush();
|
||||
getDownCalls().remove(url);
|
||||
} catch (IOException ex) {
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
} finally {
|
||||
if (is != null) {
|
||||
@ -202,7 +202,7 @@ public class CacheManager {
|
||||
response.close();
|
||||
return contentLength == 0 ? CacheInfo.TOTAL_ERROR : contentLength;
|
||||
}
|
||||
} catch (IOException e) {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
return CacheInfo.TOTAL_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user