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