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 May 2, 2021. It is now read-only.
It has become clear that the Logback SocketAppender approach, while cool and elegant, doesn’t work well under the tricky networking conditions during Wifi scan (lots of network dis- and reconnects).
As much as I would like to stay with a pure Logback solution (e.g., by implementing a HTTPAppener), it will probably be easier to implement a regular, manually triggered upload function. Currently looking into Android-Async-HTTP.
The text was updated successfully, but these errors were encountered:
Replaces #5.
It has become clear that the Logback
SocketAppender
approach, while cool and elegant, doesn’t work well under the tricky networking conditions during Wifi scan (lots of network dis- and reconnects).As much as I would like to stay with a pure Logback solution (e.g., by implementing a
HTTPAppener
), it will probably be easier to implement a regular, manually triggered upload function. Currently looking into Android-Async-HTTP.The text was updated successfully, but these errors were encountered: