Re: Extra logging in Simulators for iOS 10 & for macOS Sierra?

2016-10-06 Thread Eric E. Dolecki
Thank you very much. It's especially annoying when using MultipeerConnectivity. I'll check it out. On Thu, Oct 6, 2016 at 3:54 PM Quincey Morris < quinceymor...@rivergatesoftware.com> wrote: > On Oct 6, 2016, at 12:06 , Eric E. Dolecki wrote: > > > Is there a way to turn this off for Xcode 8.0?

Re: Extra logging in Simulators for iOS 10 & for macOS Sierra?

2016-10-06 Thread Quincey Morris
On Oct 6, 2016, at 12:06 , Eric E. Dolecki wrote: > > Is there a way to turn this off for Xcode 8.0? I believe this (the unwanted messages) is resolved in Xcode 8.1 beta 2, although I haven’t verified this personally. ___ Cocoa-dev mailing list (Coc

Re: Extra logging in Simulators for iOS 10 & for macOS Sierra?

2016-10-06 Thread David Brittain
You can set the environment variable OS_ACTIVITY_MODE=disable on the scheme's Run page in the arguments tab. In the simulator that stops all the stuff from the system and NSLog in your app still works. Unfortunately on device this also suppresses NSLogs from your own code. On 6 October 2016 at 12:

Extra logging in Simulators for iOS 10 & for macOS Sierra?

2016-10-06 Thread Eric E. Dolecki
When I build to device for iOS - I get the expected logging. If I build to an iOS Simulated device, I am getting a bunch of logging to the console. 2016-10-06 15:02:35.138443 testBars[59267:10948290] subsystem: com.apple.UIKit, category: HIDEventFiltered, enable_level: 0, persist_level: 0, default