mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-31 10:11:38 -05:00
when index updates fail, try to get localized exception message
This commit is contained in:
@@ -507,7 +507,7 @@ public class UpdateService extends JobIntentService {
|
||||
}
|
||||
} catch (IndexUpdater.UpdateException e) {
|
||||
errorRepos++;
|
||||
repoErrors.add(e.getMessage());
|
||||
repoErrors.add(e.getLocalizedMessage());
|
||||
Log.e(TAG, "Error updating repository " + repo.address);
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user