You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.