解决推送新闻崩溃问题

This commit is contained in:
huangzhuanghua
2016-09-26 18:24:19 +08:00
parent eccc0eb167
commit ea51e5e443
7 changed files with 75 additions and 64 deletions

View File

@ -190,7 +190,7 @@ public class FileUtils {
dis.close();
}
return code;
} catch (Exception e) {
} catch (IOException e) {
e.printStackTrace();
return -1;
} finally {