Crash Reports on iOS10 - Application Specific Information

Has anyone else noticed that on iOS10 we have lost the application specific information section out of the 0x8badf00d crash reports e.g.


Application Specific Information:
RSSRadio7[16084] has active assertions beyond permitted time:
{(
    <BKProcessAssertion: 0x178276840> identifier: Called by RSSRadio7, from -[DBDatastoreManager updateBackgroundTask] process: RSSRadio7[16084] permittedBackgroundDuration: 180.000000 reason: finishTask owner pid:16084 preventSuspend  preventIdleSleep  preventSuspendOnSleep
)}


Elapsed total CPU time (seconds): 0.280 (user 0.280, system 0.000), 3% CPU
Elapsed application CPU time (seconds): 0.014, 0% CPU


This valuable info is now gone. Is there anywhere else to get this information? I've resorted to swizzling out UIApplication methods to put my own logging in, which is hardly an ideal situation.


I can see its affecting every app on multiple devices here so looks to be a general problem.


Here is what i get now, not helpful!


Date/Time:           2017-01-24 13:35:55.3998 +0000
Launch Time:         2017-01-24 12:36:52.3730 +0000
OS Version:          iPhone OS 10.2.1 (14D27)
Report Version:      104


Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Triggered by Thread:  0


Filtered syslog:
None found


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib         0x000000018b97d188 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018b97cff8 mach_msg + 72
2   CoreFoundation                 0x000000018c97a5d0 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                 0x000000018c9781ec __CFRunLoopRun + 1132
4   CoreFoundation                 0x000000018c8a62b8 CFRunLoopRunSpecific + 444
5   GraphicsServices               0x000000018e35a198 GSEventRunModal + 180
6   UIKit                         0x00000001928ed7fc -[UIApplication _run] + 684
7   UIKit                         0x00000001928e8534 UIApplicationMain + 208
8   RSSRadio7Beta                 0x00000001001a3594 0x100074000 + 1242516
9   libdyld.dylib                 0x000000018b8895b8 start + 4

Replies

Here is what i get now, not helpful!

I don’t have any info on this specific change but my general recommendation in situations like this is to file a bug about the regression.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

rdar://30187562


I had hoped there might be some profile to install that might bring this back.