Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Some logs are regularly failing to be sent to Loggly, printing this message to Logcat:
W/System.err: LogglyTree failed: null
Although it's not always the case, this often happens when the log method is called a few times in a short period. For example, a call at 10:28:29.133, then another call at 10:28:29.193, then another call at 10:28:29.201. All 3 have failed.
Any ideas?