If you are experiencing an issue please mention the full platform your issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10
Simulator Latest
Device IOS 12.+ , Android 7
I want to be able to access / open for read the File used when Log.e(Throwable) is called.
The getLogContent is what I am looking for however is deprecated and returns empty string.
Can I dictate where the Log file is to exist on my app Instance?
It seems createWriter() is for that purpose, however this method is not exposed.
I don't want to use sendLog() as I want to look at this files contents in my App.
Please advise my options.
Thanks.