-
Notifications
You must be signed in to change notification settings - Fork 1
Important Notes
In order to have Logs you must give your app permission to write on storage. Through a simple line in the AndroidManifest.xml file, outside application
tag and inside manifest
tag.
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE" />
Logs are stored in folder data/package.name
/log/messages/YYYYMMDD/HHMMSS/Data.lsf.gz
This file can be openned in Neptus MRA.
To disable these logs, simply call the method: AcclBus.disableLogging()
Sometimes the file explorer both in computer/phone/tablet may fail to update its file-system changes, so you may not see the folders/files of the Log. This may be fixed by a phone/tablet reboot or the use of third party apps to access file system which on their own force the update of file-system.
To the best of developers knowledge, this is a recurring problem in Android for a long time and there isn't a permanent and persistent fix.
Check the Settings Example.