-
Notifications
You must be signed in to change notification settings - Fork 121
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
Share timber logs fails on Android 24+ #78
Comments
I'm also very interested in this feature. Is this lib is no longer being maintained, we can create our custom modules as a workaround. |
It seems this library is no longer being maintained. So I fixed this issue in my forked repository herer: I also published it to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Starting from Android 24, you cannot use file:// schemas to share content to other apps.
https://commonsware.com/blog/2016/03/14/psa-file-scheme-ban-n-developer-preview.html
The library should use a FileProvider to share the logs with other apps. Keep in mind that an app can have one single FileProvider so the TimberModule needs to get the app's file provider authority and use that to create the URI.
Let me know if you're interested in a PR.
The text was updated successfully, but these errors were encountered: