Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't catch MissingLibraryException #27

Closed
NLMartian opened this issue Sep 1, 2016 · 2 comments
Closed

Can't catch MissingLibraryException #27

NLMartian opened this issue Sep 1, 2016 · 2 comments
Assignees
Labels

Comments

@NLMartian
Copy link

Hey, guys. I have imported your library to my project. Recently I found the following crash log. It means that the library doesn't exist in apk for some unknown reason. But the Exception is thrown from a thread, thus I can't catch it myself. Could you protect app from crash in this special case.

Fatal Exception: com.getkeepsafe.relinker.MissingLibraryException: lib/armeabi-v7a/libcheckemu.so
       at com.getkeepsafe.relinker.ApkLibraryInstaller.installLibrary(SourceFile:85)
       at com.getkeepsafe.relinker.ReLinkerInstance.loadLibraryInternal(SourceFile:182)
       at com.getkeepsafe.relinker.ReLinkerInstance.access$000(SourceFile:35)
       at com.getkeepsafe.relinker.ReLinkerInstance$1.run(SourceFile:146)
       at java.lang.Thread.run(Thread.java:841)
@xiphirx
Copy link
Collaborator

xiphirx commented Sep 1, 2016

Hm, that is definitely an oversight! Thanks for the report. I'll fix it soon.

@xiphirx xiphirx added the bug label Sep 1, 2016
@xiphirx xiphirx self-assigned this Sep 1, 2016
@xiphirx xiphirx closed this as completed in fa09971 Sep 1, 2016
@NLMartian
Copy link
Author

Thanks for your quick response 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants