Log.sendLog slow

29 views
Skip to first unread message

wng.m...@gmail.com

unread,
Jan 19, 2017, 4:47:21 PM1/19/17
to CodenameOne Discussions
Hi

I'm seeing a new slowdown for the call Log.sendLog(). This happens on both simulator(running on mac) and device (iPads). I've only noticed today (Jan 19). Also I have not received any email logs throughout testing today.

Here is my code to sendLog
Log.p(...)
Display.getInstance().scheduleBackgroundTask(new Runnable() {
           
            @Override
            public void run() {
                Log.sendLog();
            }
        });

Any ideas?


Shai Almog

unread,
Jan 20, 2017, 12:04:35 AM1/20/17
to CodenameOne Discussions, wng.m...@gmail.com
Hi,
can you contact the support either thru email or thru the chat for this? That way we can inspect the logs for your email and see if there is some issue and how many emails went out.

Shai Almog

unread,
Jan 20, 2017, 12:22:14 AM1/20/17
to CodenameOne Discussions, wng.m...@gmail.com
Sorry about that, we found an issue and addressed it right now. It should start working right away.

wng.m...@gmail.com

unread,
Jan 20, 2017, 8:27:30 AM1/20/17
to CodenameOne Discussions, wng.m...@gmail.com
Hi Shai

Thanks for the quick fix, I can confirm it works for both iOS device and simulator that speed is fine now, also emails logs are back.
Reply all
Reply to author
Forward
0 new messages