Advertisement
Guest User

iPadStatusBar Battery Icon disable crash

a guest
Jul 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.56 KB | None | 0 0
  1. Date: 2019-07-21 18:02:32 +0000
  2. Process: SpringBoard
  3. Bundle id: com.apple.springboard
  4. Exception type: NSInternalInconsistencyException
  5. Reason: Undefined icon size
  6. Culprit: Unknown
  7. Device: iPhone 7 Plus, iOS 12.2
  8. Call stack:
  9. 0 CoreFoundation 0x00000001b3eec530 __exceptionPreprocess
  10. 1 libobjc.A.dylib 0x00000001b30c79f8 objc_exception_throw
  11. 2 CoreFoundation 0x00000001b3e06148 +[_CFXNotificationTokenRegistration keyCallbacks]
  12. 3 Foundation 0x00000001b48c91c8 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
  13. 4 UIKitCore 0x00000001e0587160 +[_UIBatteryView _batterySizeForIconSize:]
  14. 5 UIKitCore 0x00000001e0587294 -[_UIBatteryView _batterySizeForTraitCollection:]
  15. 6 UIKitCore 0x00000001e0589e18 -[_UIBatteryView intrinsicContentSize]
  16. 7 UIKitCore 0x00000001e082c124 -[UIView(UIConstraintBasedLayout) _generateContentSizeConstraints]
  17. 8 UIKitCore 0x00000001e082bd80 -[UIView(UIConstraintBasedLayout) _updateContentSizeConstraints]
  18. 9 UIKitCore 0x00000001e0835690 -[UIView(AdditionalLayoutSupport) _updateSystemConstraints]
  19. 10 UIKitCore 0x00000001e08343fc -[UIView(AdditionalLayoutSupport) _sendUpdateConstraintsIfNecessaryForSecondPass:]
  20. 11 UIKitCore 0x00000001e08348a4 -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededCollectingViews:forSecondPass:]
  21. 12 UIKitCore 0x00000001e0834780 -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededCollectingViews:forSecondPass:]
  22. 13 UIKitCore 0x00000001e0834780 -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededCollectingViews:forSecondPass:]
  23. 14 Foundation 0x00000001b4866b34 -[NSISEngine withBehaviors:performModifications:]
  24. 15 UIKitCore 0x00000001e0834c1c -[UIView(AdditionalLayoutSupport) _updateConstraintsIfNeededWithViewForVariableChangeNotifications:]
  25. 16 UIKitCore 0x00000001e0835a60 -[UIView(AdditionalLayoutSupport) _updateConstraintsAtEngineLevelIfNeededWithViewForVariableChangeNotifications:]
  26. 17 UIKitCore 0x00000001e08d7fe4 -[UIView(Hierarchy) layoutBelowIfNeeded]
  27. 18 UIKitCore 0x00000001e08de5d4 +[UIView(Animation) performWithoutAnimation:]
  28. 19 UIKitCore 0x00000001e05ab45c -[_UIStatusBar _updateDisplayedItemsWithData:styleAttributes:extraAnimations:]
  29. 20 UIKitCore 0x00000001e05ab118 -[_UIStatusBar _updateWithAggregatedData:]
  30. 21 UIKitCore 0x00000001e05a9a8c __30-[_UIStatusBar initWithStyle:]_block_invoke
  31. 22 UIKitCore 0x00000001e05bb4c8 -[_UIStatusBarDataAggregator _updateForCoalescedKeysWithData:]
  32. 23 UIKitCore 0x00000001e05baf34 -[_UIStatusBarDataAggregator _updateForDelayedKeysWithData:]
  33. 24 UIKitCore 0x00000001e05aae40 -[_UIStatusBar _updateWithData:completionHandler:]
  34. 25 UIKitCore 0x00000001e05e62fc -[UIStatusBar_Modern _updateWithData:force:]
  35. 26 UIKitCore 0x00000001e05e705c -[UIStatusBar_Modern statusBarServer:didReceiveStatusBarData:withActions:]
  36. 27 UIKitCore 0x00000001e05cbe88 -[UIStatusBarServer _receivedStatusBarData:actions:animated:]
  37. 28 UIKitCore 0x00000001e05cc0b0 _UIStatusBarReceivedStatusBarDataAndActions
  38. 29 UIKitCore 0x00000001e05c8a3c _XReceivedStatusBarDataAndActions
  39. 30 AppSupport 0x00000001b66f6bc4 migHelperRecievePortCallout
  40. 31 CoreFoundation 0x00000001b3e7e934 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__
  41. 32 CoreFoundation 0x00000001b3e7e080 __CFRunLoopDoSource1
  42. 33 CoreFoundation 0x00000001b3e78ea4 __CFRunLoopRun
  43. 34 CoreFoundation 0x00000001b3e78354 CFRunLoopRunSpecific
  44. 35 GraphicsServices 0x00000001b607879c GSEventRunModal
  45. 36 UIKitCore 0x00000001e0463b68 UIApplicationMain
  46. 37 FrontBoard 0x00000001c994ba64 FBSystemAppMain
  47. 38 SpringBoard 0x0000000102fe28b8 SpringBoard + 2009272
  48. 39 libdyld.dylib 0x00000001b393e8e0 start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement