-
Notifications
You must be signed in to change notification settings - Fork 428
decrypt result in app crash #180
Comments
Please paste the crash log |
i can't catch the crash , so there did not have any crash log |
Guys, |
agree!!! realy hope "wrap somehow the native exceptions with java exceptions" |
Hi guys, We get the above crash since version 2.0.0 Is there a particular reason for this. Do we have a workaround? |
same here |
try {
return crypto.decrypt(ff, Entity.create(date));
} catch (Throwable e) {
dosomething.....
} finally {
dosomething..........
}
i find an error when i run "return crypto.decrypt(ff, Entity.create(date)); " ,but i can't catch the error using catch (Throwable e) and code in the finally block can't run either , and this result in my app crash . Could you please give me some help?
The text was updated successfully, but these errors were encountered: