sphero-inc / Sphero-iOS-SDK

🚫 DEPRECATED: Sphero™ is the amazing robotic ball ( sphero.com ) created by Orbotix, this is the repository for the iOS SDK for Sphero™. Visit dev site for more information:
http://sdk.sphero.com
225 stars 81 forks source link

RKStat.m crashed #30

Closed sodastsai closed 8 years ago

sodastsai commented 9 years ago

Hi, I received this crash event of my app from Crashlytics. It was a version using 3.0 Beta SDK @ 8916d9b63e81e0db64bb459b7f3a3de4253426e2

Thread : Fatal Exception: NSInvalidArgumentException
0  CoreFoundation                 0x000000018370de48 __exceptionPreprocess
1  libobjc.A.dylib                0x00000001941100e4 objc_exception_throw
2  CoreFoundation                 0x00000001835f9348 -[__NSDictionaryM setObject:forKey:]
3  Sample                         0x0000000100639394 -[RKStat addDataToStatWithKey:value:] (RKStat.m:77)
4  Sample                         0x0000000100637728 -[RKStatEventListener recordStatForCoreResponse:forRobot:] (RKStatEventListener.m:142)
5  Sample                         0x0000000100637320 -[RKStatEventListener handleResponse:forRobot:] (RKStatEventListener.m:106)
6  Sample                         0x0000000100610f78 -[RKRobotClassic postResponseNotification:] (RKRobotClassic.m:278)
7  Foundation                     0x00000001845dddf0 __NSThreadPerformPerform
8  CoreFoundation                 0x00000001836c60e8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
9  CoreFoundation                 0x00000001836c538c __CFRunLoopDoSources0
10 CoreFoundation                 0x00000001836c343c __CFRunLoopRun
11 CoreFoundation                 0x00000001835f11f4 CFRunLoopRunSpecific
12 GraphicsServices               0x000000018c7435a4 GSEventRunModal
13 UIKit                          0x0000000187f22784 UIApplicationMain
14 Sample                         0x0000000100112c7c main (main.m:14)
15 libdyld.dylib                  0x000000019477ea08 start
zenelk commented 9 years ago

Thanks for the report. Are you able to reproduce it? I will get this in in our internal logging.

zenelk commented 9 years ago

Recorded internally as SDK-791

sodastsai commented 9 years ago

I could not reproduce it yet. This was reported by our app's crash logger and I forwarded these log back to you. Maybe it helps :)

I'll keep update it if I have more information from the crash logger.