LibreAlarm icon indicating copy to clipboard operation
LibreAlarm copied to clipboard

Debugging or log file

Open reginekr opened this issue 8 years ago • 1 comments

Hello, thank you very much for this app, it improved the quality of our life! Still there are some issues we face regularly with this app. Is there any log file stored on phone folder or is there any possibility to debug the coding? I could help to find the reason for the issues, but I need some advice as Java/android environment is new to me (I am SAP consultant ;-))

reginekr avatar Feb 04 '17 14:02 reginekr

The app has some logging integrated into it, if you get a logcat viewer app for your phone (I recommend Matlog) and set up a filter for 'Glucose' for the readings logging or 'GLUCOSE::' for the connection logging.

For me at least, there seems to be an issue in resuming the service when wear connection is lost and re-established. I captured this in a logcat the other day, although it would be better to have more than one example of this.

logcat.txt

I find the best method of walking the construction of the app, and reviewing the logic is via android studio.

SimonPhilpott avatar Feb 06 '17 11:02 SimonPhilpott