-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Tapping the image button gets ignored #423
Comments
Please share a crash log while using a debuggable build from the app, you can find these under the actions tab on GitHub. |
The app does not crash in this issue. When using the APK I have built in #424 , pressing the image button on the top bar results in the following logcat messages being printed:
This is a filtered list of messages, because my phone floods me with logcat messages. The filter was to only include lines containing the app's current process ID or the string The process ID of the app in these log lines is 22167. If I disable the filtering, these seem to be relevant that are close to the above ones in time:
|
This is probably due to the old OS (Android 6) ver., or your ROM if you are using a custom one, tho I might be wrong, but at the same time it should support 5.0, given that the minSDKversion is 21, which doesn't necessarily mean that it's properly tested or at all there or on 6.0, from the first log in the OP - it looks like it's trying to launch Google Play Services (no idea why, probably because of the Tesseract data DL), but it should launch |
The documentsui app works with other apps. From time to time I use it to grant access for apps to the SD card, some use it for picking a file, and other than documentsui being very slow, I did not enounter issues like this. I have found it weird too that this tries to launch a GMS activity. What happens on GMS-free devices? |
"What happens on GMS-free devices?" -> It just opens the picker (I've just installed it on Lineage 18.1=A.11, without GApps), which I agree that it should be handled as you suggested, because some systems (like an A.11 car head unit) don't have this "Files" app, so some apps with a bad implementation just crash (example: "MediaInfo" v24.04), others suggest an alternative, but some only support certain apps, like Explorer (by SpeedSoftware), ZArchiver, etc. |
Steps to reproduce
Expected behavior
The app should do something that allows me to give it the image to be scanned
Actual behavior
Nothing happens. No new menu opens, and the main menu remains unchanged.
The app has not frozen as it can still be used for text translation.
Translate You version
9.0, F-droid official repo
Android version
Android 6
Other details
The app does not print anything to the logcat, however every time I press the image button, in that exact moment the following is printed to logcat:
WtComponentManager is a component of my phone's system. The line is printed by the "system" process.
Somewhat related: I also use LibreTube, which you develop.
I often have issues with it, but no log messages are printed to logcat, and I find this to make debugging harder.
Not too long ago I have built the debug version of that app for myself and installed it for testing, and noticed that this way it does log some useful information.
Why I tell you this is that I wanted to ask you to please consider to not turn off Info level logging in release builds of your apps. It would be even better if verbose/debug level could be toggled on temporarily in the settings.
Acknowledgements
The text was updated successfully, but these errors were encountered: