Skip to content

Instantly share code, notes, and snippets.

@riwu
Created December 31, 2017 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riwu/eb72009382ae68a02ada7c3dd8855889 to your computer and use it in GitHub Desktop.
Save riwu/eb72009382ae68a02ada7c3dd8855889 to your computer and use it in GitHub Desktop.
MEILI iOS crash log
2017-12-27 16:21:13.959654+0800 Mobility Collector[5491:12757973] [Crashlytics] Version 3.3.4 (82)
2017-12-27 16:21:14.110248+0800 Mobility Collector[5491:12757973] [MC] Lazy loading NSBundle MobileCoreServices.framework
2017-12-27 16:21:14.110722+0800 Mobility Collector[5491:12757973] [MC] Loaded MobileCoreServices.framework
2017-12-27 16:21:14.114397+0800 Mobility Collector[5491:12757973] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /Users/a/Library/Developer/CoreSimulator/Devices/CF65D719-C528-4F28-8A8E-8FF60D4D3202/data/Containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2017-12-27 16:21:14.168646+0800 Mobility Collector[5491:12757973] Database exists
2017-12-27 16:21:14.169325+0800 Mobility Collector[5491:12757973] Opened database
2017-12-27 16:21:20.182438+0800 Mobility Collector[5491:12757973] Stopped listening meta service
2017-12-27 16:21:20.185619+0800 Mobility Collector[5491:12757973] Stopped battery savings listener
2017-12-27 16:21:22.316486+0800 Mobility Collector[5491:12757973] Started listening meta service
2017-12-27 16:21:22.317562+0800 Mobility Collector[5491:12757973] This app has attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain both NSLocationAlwaysAndWhenInUseUsageDescription and NSLocationWhenInUseUsageDescription keys with string values explaining to the user how the app uses this data
2017-12-27 16:21:22.318955+0800 Mobility Collector[5491:12757973] This app has attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain both NSLocationAlwaysAndWhenInUseUsageDescription and NSLocationWhenInUseUsageDescription keys with string values explaining to the user how the app uses this data
2017-12-27 16:21:22.324386+0800 Mobility Collector[5491:12757973] not active
2017-12-27 16:21:22.324532+0800 Mobility Collector[5491:12757973] 0 hours since last
2017-12-27 16:21:22.326287+0800 Mobility Collector[5491:12757973] Started battery savings listener
2017-12-27 16:21:24.031695+0800 Mobility Collector[5491:12757973] failure
2017-12-27 16:22:52.335284+0800 Mobility Collector[5491:12757973] Triggered battery savings updates
2017-12-27 16:22:52.335569+0800 Mobility Collector[5491:12757973] Stopped listening meta service
2017-12-27 16:22:52.346116+0800 Mobility Collector[5491:12757973] not active
2017-12-27 16:23:22.354788+0800 Mobility Collector[5491:12757973] Stopped battery savings updates
2017-12-27 16:23:22.355061+0800 Mobility Collector[5491:12757973] Gathered data and testing battery savings update
2017-12-27 16:23:22.357530+0800 Mobility Collector[5491:12757973] 0
2017-12-27 16:23:22.361736+0800 Mobility Collector[5491:12757973] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndexedSubscript:]: index 0 beyond bounds for empty array'
*** First throw call stack:
(
0 CoreFoundation 0x00000001087811ab __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00000001078cff41 objc_exception_throw + 48
2 CoreFoundation 0x00000001087c0f9c _CFThrowFormattedException + 194
3 CoreFoundation 0x00000001087b2884 -[__NSArrayM objectAtIndexedSubscript:] + 148
4 Mobility Collector 0x0000000106b3e810 -[AccelerometerValues getMin:] + 96
5 Mobility Collector 0x0000000106b4026d -[AccelerometerValues initWithModel:] + 2029
6 Mobility Collector 0x0000000106b341d9 -[EmbeddedLocationListener stopAccelerometerDelayBy30Seconds] + 249
7 Foundation 0x000000010733b1ee __NSFireTimer + 83
8 CoreFoundation 0x00000001087112a4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
9 CoreFoundation 0x0000000108710f62 __CFRunLoopDoTimer + 1026
10 CoreFoundation 0x0000000108710b1a __CFRunLoopDoTimers + 266
11 CoreFoundation 0x0000000108708534 __CFRunLoopRun + 2308
12 CoreFoundation 0x00000001087079b9 CFRunLoopRunSpecific + 409
13 GraphicsServices 0x000000010b6a49c6 GSEventRunModal + 62
14 UIKit 0x0000000108da75e8 UIApplicationMain + 159
15 Mobility Collector 0x0000000106b3dc2f main + 111
16 libdyld.dylib 0x000000010c90ad81 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment