mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am f267e845
: Merge "Don\'t log stack trace for missing LM."
* commit 'f267e84548621319c34dcfb3a1c87e5943feb3af': Don't log stack trace for missing LM.
This commit is contained in:
commit
6e2ae4505f
@ -95,7 +95,7 @@ final public class BinaryDictionaryGetter {
|
||||
try {
|
||||
afd = context.getResources().openRawResourceFd(fallbackResId);
|
||||
} catch (RuntimeException e) {
|
||||
Log.e(TAG, "Resource not found: " + fallbackResId, e);
|
||||
Log.e(TAG, "Resource not found: " + fallbackResId);
|
||||
return null;
|
||||
}
|
||||
if (afd == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user