mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-04-21 15:29:18 -04: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