This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Description
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.