change connection test #321

This commit is contained in:
afischerdev 2021-08-19 12:29:49 +02:00
parent f389579176
commit 83e5fa8083
2 changed files with 26 additions and 5 deletions

View file

@ -357,7 +357,7 @@ public class DownloadService extends Service implements ProgressListener {
}
return null;
} catch (Exception e) {
e.printStackTrace(); ;
//e.printStackTrace(); ;
return e.toString();
} finally {
try {