Log remote search exceptions in addition to toasting them.
This commit is contained in:
parent
d50e07bf55
commit
7631af1572
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue