@@ -141,7 +141,7 @@ public class ApkServiceImpl implements ApkService {
e.printStackTrace();
}
return ossService.uploadInputStreamToTraceDir(stream, traceId, "icon." + extName);
- } catch (IOException e) {
+ } catch (Exception e) {
return "";