You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
It seems this library is no longer being maintained. So I fixed this issue in my forked repository herer: https://github.com/lenguyenthanh/DebugDrawer
I also published it to https://jitpack.io/#lenguyenthanh/debugdrawer so anyone can use that. Here is example setup:
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: