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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I have been using logentries library in an android project. Lately we've noticed that it is dropping some logs. After some investigation, I found out that when my app is ran the logs are working fine, but if I leave the app alone for a few minutes(not moving it to the background, just staring at the screen without tapping any buttons) the logging stops working.
After adding some local debug logs, I could also conclude that the AndroidLogger.log() method is always called, even when logs don't show up on logentries. This leads me to believe that there might be an issue with the library in terms of syncing logs.
I'm running an emulator with Android version 4.2.2 and using logentris library 4.4.1
Is there any known issue involving this? Any tips or possible workarounds? Any help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have been using logentries library in an android project. Lately we've noticed that it is dropping some logs. After some investigation, I found out that when my app is ran the logs are working fine, but if I leave the app alone for a few minutes(not moving it to the background, just staring at the screen without tapping any buttons) the logging stops working.
After adding some local debug logs, I could also conclude that the AndroidLogger.log() method is always called, even when logs don't show up on logentries. This leads me to believe that there might be an issue with the library in terms of syncing logs.
I'm running an emulator with Android version 4.2.2 and using logentris library 4.4.1
Is there any known issue involving this? Any tips or possible workarounds? Any help is appreciated. Thanks.
The text was updated successfully, but these errors were encountered: