LibraryDownloader: Print exception on download failure
Change-Id: I25ecbf82deb9464e857969dc90d39a567ab8b70a
This commit is contained in:
@@ -250,6 +250,7 @@ class LibraryDownloader {
|
|||||||
} catch (IOException err) {
|
} catch (IOException err) {
|
||||||
deleteDst();
|
deleteDst();
|
||||||
System.err.println(" !! FAIL !!");
|
System.err.println(" !! FAIL !!");
|
||||||
|
System.err.println(err);
|
||||||
System.err.flush();
|
System.err.flush();
|
||||||
throw err;
|
throw err;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user