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?


-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/67348f77-ba50-43b1-859a-c01408d77fb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to