The workaround below sends emails but they are blank on new iOS devices - works fine on the simulator and old iOS devices... I think the log isn't being written at all.
On Thursday, July 27, 2017 at 3:58:59 PM UTC+12, [email protected] wrote: > > This works as a Log.sendLog() workaround but I'd still prefer logs off the > iOS device to be working again: > Message m = new > Message(Util.readToString(Storage.getInstance().createInputStream("CN1Log__$"))); > > m.sendMessageViaCloud(.....) > > > > On Tuesday, July 25, 2017 at 4:46:21 PM UTC+12, Shai Almog wrote: >> >> If you are getting crash emails from other apps in the right email >> address then this means you haven't crossed the 200 email threshold (for 48 >> hours). That's the main reason for emails not arriving. We limit these to >> avoid flooding inboxes but also to avoid spam bots. >> >> Send via cloud should work but it won't really tell you much about what's >> going wrong with the log. >> >> Steve, can't he just change the local macro in xcode 7.x to NSLog or add >> one of the workarounds? >> > -- 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/87d6a4c5-9fb5-4c1b-896b-9cda9230260c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
