-
Notifications
You must be signed in to change notification settings - Fork 42
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
Try download latest db at first try #265
Conversation
86f3a51
to
1ad92ce
Compare
DataBaseManager.openCheck()
Bug
|
DataBaseManager.openCheck()
DataBaseManager.checkOpen()
DataBaseManager.checkOpen()
need tested on iOS,OtherOS |
the reason crashes is cuz p7zip must be used as a binary, not as a library. there is no way to know what happens if use the library like a binary. check this code if you are interest p7zip bug https://github.com/project-violet/p7zip/blob/master/p7zip.cpp#L47-L64 I leave this bug cuz that p7zip would rarely be called more than once every app running. I know that the 7z related library is in android native, so I will change it to use that possibly. |
TODO
deleteUnused
,indexing
Unreadable libraries
Related issues
Tested on