mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-12 22:28:10 -05:00
Log remote search exceptions in addition to toasting them.
This commit is contained in:
parent
d50e07bf55
commit
7631af1572
@ -3518,7 +3518,7 @@ public class ImapStore extends Store {
|
||||
return folder.search(searcher, null);
|
||||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
Log.e(K9.LOG_TAG, "Exception caught during remote search", e);
|
||||
throw new MessagingException("Error during search: " + e.toString());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user