add logging that should help with #829

This commit is contained in:
Helium314 2024-06-15 22:28:18 +02:00
parent 0da6f6e4da
commit 3961060710

View file

@ -336,6 +336,7 @@ public class DictionaryFacilitatorImpl implements DictionaryFacilitator {
final HashMap<Locale, ArrayList<String>> existingDictionariesToCleanup = new HashMap<>();
final HashSet<String> subDictTypesToUse = new HashSet<>();
subDictTypesToUse.add(Dictionary.TYPE_USER);
Log.i(TAG, "resetDictionaries, force reloading main dictionary: " + forceReloadMainDictionary);
final List<Locale> allLocales = new ArrayList<>() {{
add(newLocale);
addAll(Settings.getSecondaryLocales(DeviceProtectedUtils.getSharedPreferences(context), newLocale));