Hi Steve, Using your code from that gist: I had to add ios.debug.archs=armv7 to get it running on the old iPad but tried a build without it for the other devices:
Checking iOS logs in XCode and iOS Console on the Mac and idevicesyslog on linux, all of which used to work fine up until a couple of weeks ago. iPod Touch running iOS 11 beta - no logs and no emails iPhone running iOS 10.3.1 - no logs and no emails iPad running iOS 9.3.1 - no logs and no emails. Simulator - logs but no emails and a stack trace error the second time the button is pushed: [EDT] 0:0:7,383 - This is from Log.p This is from System.out.println [EDT] 0:0:10,39 - This is from Log.p This is from System.out.println [Network Thread] 0:0:10,332 - Exception: java.io.IOException - Stream closed java.io.IOException: Stream closed at com.codename1.io.BufferedInputStream.getInIfOpen(BufferedInputStream.java:140) at com.codename1.io.BufferedInputStream.read1(BufferedInputStream.java:338) at com.codename1.io.BufferedInputStream.read(BufferedInputStream.java:445) at com.codename1.io.BufferedInputStream.read(BufferedInputStream.java:668) at com.codename1.io.Util.copyNoClose(Util.java:118) at com.codename1.io.Util.copy(Util.java:135) at com.codename1.io.Util.copy(Util.java:106) at com.codename1.io.Util.readInputStream(Util.java:184) at com.codename1.io.ConnectionRequest.readResponse(ConnectionRequest.java:1258) at com.codename1.io.ConnectionRequest.performOperation(ConnectionRequest.java:795) at com.codename1.io.NetworkManager$NetworkThread.run(NetworkManager.java:282) at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176) Android logs but no emails: 07-24 09:49:25.372 5146 5150 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 07-24 09:49:25.615 5146 5150 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 07-24 09:49:25.624 4424 4448 D TestIOSLogging: [EDT] 0:4:35,876 - This is from Log.p 07-24 09:49:25.625 4424 4448 I System.out: This is from System.out.println 07-24 09:49:25.881 5146 5150 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only 07-24 09:49:26.009 4424 4448 D TestIOSLogging: [EDT] 0:4:36,260 - This is from Log.p 07-24 09:49:26.009 4424 4448 I System.out: This is from System.out.println 07-24 09:49:26.676 873 873 I MSM-irqbalance: Decided to move IRQ178 from CPU6 to CPU7 07-24 09:49:26.950 5146 5150 E ANDR-PERF-MPCTL: Invalid profile no. 0, total profiles 0 only Its not sending to this gmail address and it has a very relaxed spam filter on the email address that is being used, and also I DO get emailled logs as long as they are from older builds (such as last year) but anything built more recently does not send email logs. Hope that helps.. Nick On Friday, 21 July 2017 03:00:22 UTC+12, Steve Hannah wrote: > > I just built this test and ran it on my iPhone 6S running iOS 10.0.2, and > it worked fine. Both Log.p and System.out.println showed up in the device > log, and the log was correctly emailed to my account. > https://gist.github.com/shannah/a18e223f4d1867041ca89c5b3cc51322 > > If you can post a test case that I can build and demonstrates the issue > (in the issue tracker), I'll take a look. > > Steve > > On Wed, Jul 19, 2017 at 10:10 PM, <[email protected] <javascript:>> > wrote: > >> Devices I could get logs from a week or so ago I can no longer see logs >> on builds sent this week. >> >> I haven't had any where near 200 emails in the past 48 hours. >> >> The only email logs I get are from apps released last year that haven't >> been updated since - they come in at a rate of a couple per week or less. >> >> >> >> On Thursday, July 20, 2017 at 4:34:42 PM UTC+12, Shai Almog wrote: >>> >>> Send log should work unless you passed 200 emails in the past 48 hours >>> or so in which case we throttle it to prevent inbox flooding. >>> We recently switched from NSLog to printf due to a user request. It >>> seems Apple made some changes that broke NSLog for most users but printf >>> should work. Steve should know more about this. >>> >> -- >> 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] >> <javascript:>. >> 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/5f5eb7c4-e96b-405e-90a1-acb9ebc8a911%40googlegroups.com >> >> <https://groups.google.com/d/msgid/codenameone-discussions/5f5eb7c4-e96b-405e-90a1-acb9ebc8a911%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Steve Hannah > Software Developer > Codename One > http://www.codenameone.com > -- 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/8091b48f-bb34-4a27-ace7-0312cf2c286f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
