Skip to content

[No QA] Bump Fullstory libraries#70452

Merged
danieldoglas merged 13 commits intoExpensify:mainfrom
callstack-internal:feature/fullstory-bump
Sep 30, 2025
Merged

[No QA] Bump Fullstory libraries#70452
danieldoglas merged 13 commits intoExpensify:mainfrom
callstack-internal:feature/fullstory-bump

Conversation

@fabioh8010
Copy link
Contributor

@fabioh8010 fabioh8010 commented Sep 12, 2025

Explanation of Change

This PR upgrades FS native lib to latest version.

Fixed Issues

$ #70410
PROPOSAL:

MOBILE-EXPENSIFY: https://github.com/Expensify/Mobile-Expensify/pull/13693

Tests

Just check if the App won't crash:

  1. Build the App locally.
  2. Open the App and insert e-mail and magic code and login. Assert the App won't crash.
  3. Kill the App and open it again. Assert the App won't crash.
  • Verify that no errors appear in the JS console

Offline tests

N/A

QA Steps

N/A

  • Verify that no errors appear in the JS console

PR Author Checklist

  • I linked the correct issue in the ### Fixed Issues section above
  • I wrote clear testing steps that cover the changes made in this PR
    • I added steps for local testing in the Tests section
    • I added steps for the expected offline behavior in the Offline steps section
    • I added steps for Staging and/or Production testing in the QA steps section
    • I added steps to cover failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
    • I tested this PR with a High Traffic account against the staging or production API to ensure there are no regressions (e.g. long loading states that impact usability).
  • I included screenshots or videos for tests on all platforms
  • I ran the tests on all platforms & verified they passed on:
    • Android: Native
    • Android: mWeb Chrome
    • iOS: Native
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • I verified there are no console errors (if there's a console error not related to the PR, report it or open an issue for it to be fixed)
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I followed proper code patterns (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick)
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
      • If any non-english text was added/modified, I used JaimeGPT to get English > Spanish translation. I then posted it in #expensify-open-source and it was approved by an internal Expensify engineer. Link to Slack message:
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I followed the guidelines as stated in the Review Guidelines
  • I tested other components that can be impacted by my changes (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar are working as expected)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • I verified that if a function's arguments changed that all usages have also been updated correctly
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))
  • If new assets were added or existing ones were modified, I verified that:
    • The assets are optimized and compressed (for SVG files, run npm run compress-svg)
    • The assets load correctly across all supported platforms.
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • I added unit tests for any new feature or bug fix in this PR to help automatically prevent regressions in this user flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.

Screenshots/Videos

Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop

@github-actions
Copy link
Contributor

⚠️ This PR is possibly changing native code and/or updating libraries, it may cause problems with HybridApp. Please check if any patch updates are required in the HybridApp repo and run an AdHoc build to verify that HybridApp will not break. Ask Contributor Plus for help if you are not sure how to handle this. ⚠️

@fabioh8010
Copy link
Contributor Author

fabioh8010 commented Sep 15, 2025

BUG: Errors on startup and crash in Magic Code screen

Platform: iOS 18.3 (Simulator)
Versions:

  • Fullstory native lib: 1.64.0
  • @fullstory/react-native: 1.7.7
  • @fullstory/babel-plugin-react-native: 1.5.1

Description

When running the app, this error is shown immediately in Login screen:

Screenshot 2025-09-15 at 13 32 56

After inserting the e-mail and proceeding to the Magic Code screen, the app just crashes with the following error:

Screenshot 2025-09-15 at 13 37 23
Stack trace
Warning: TypeError: _inputRef$current5.focus is not a function (it is undefined)

This error is located at:
    at BaseValidateCodeForm (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:918809:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at WithToggleVisibilityViewWithRef(BaseValidateCodeForm) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:915488:43)
    at ValidateCodeForm (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:918743:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at FormElement (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:630399:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at SignInPageContent (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:917464:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RCTScrollContentView (<anonymous>)
    at RCTScrollView (<anonymous>)
    at ScrollView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:57917:36)
    at Wrapper (<anonymous>)
    at ScrollView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:479334:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at SignInPageLayout (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:915664:41)
    at LoginProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:915559:41)
    at ColorSchemeWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:118093:24)
    at SignInPage (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:913505:20)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at PickerAvoidingView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:589246:36)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at AnimatedComponent(View) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:173891:38)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:154643:23)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:416710:24)
    at BaseKeyboardAvoidingView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:439752:41)
    at KeyboardAvoidingView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:439702:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at ScreenWrapperContainer (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:588245:24)
    at FocusTrapForScreen (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:605913:24)
    at ScreenWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:605484:41)
    at WithNavigationFocusWithFallback (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:431639:43)
    at SignInPageWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:913718:41)
    at RenderersPropsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:460368:44)
    at ListStyleSpecsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461872:25)
    at SharedPropsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:455331:50)
    at RenderRegistryProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461404:24)
    at RenderHTMLConfigProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461058:32)
    at TRenderEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:460820:24)
    at BaseHTMLEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561672:41)
    at HTMLEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561633:41)
    at ThemeStylesProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575486:24)
    at ThemeProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575339:41)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:913779:22)
    at StaticContainer (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:280624:17)
    at EnsureSingleNavigator (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:276223:24)
    at SceneView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:280464:22)
    at RNSScreenContentWrapper (<anonymous>)
    at ScreenContentWrapper (<anonymous>)
    at DebugContainer (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:622647:36)
    at RNSScreen (<anonymous>)
    at Animated(Anonymous) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:62780:47)
    at Suspender (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:621780:22)
    at Suspense (<anonymous>)
    at Freeze (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:621799:23)
    at DelayedFreeze (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:621745:22)
    at InnerScreen (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:621537:41)
    at Screen (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:621713:50)
    at ScreenStackItem (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:622518:24)
    at SceneView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:616076:21)
    at RNSScreenStack (<anonymous>)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:622494:22)
    at ScreenStack (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:622406:30)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at SafeAreaProviderCompat (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:620311:24)
    at NativeStackView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:616420:22)
    at PreventRemoveProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:276420:25)
    at NavigationContent (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:280676:22)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:280691:27)
    at PlatformStackNavigator (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:615395:43)
    at PublicScreens (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:1009361:41)
    at AppNavigator (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:586114:41)
    at ThemeProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:276260:21)
    at EnsureSingleNavigator (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:276223:24)
    at BaseNavigationContainer (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:273953:28)
    at NavigationContainerInner (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:281159:30)
    at NavigationRoot (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:585892:29)
    at DeeplinkWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:576185:24)
    at Expensify (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575584:41)
    at ColorSchemeWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:118093:24)
    at ErrorBoundary (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:560840:22)
    at BaseErrorBoundary (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:560484:41)
    at ErrorBoundary (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:560440:41)
    at SidePanelContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:438192:41)
    at FullScreenLoaderContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561568:41)
    at FullScreenBlockingViewContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561476:41)
    at InputBlurContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:588512:41)
    at ProductTrainingContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:611605:41)
    at SearchRouterContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:592647:41)
    at KeyboardStateProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:437984:41)
    at KeyboardControllerView (<anonymous>)
    at Animated(Anonymous) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:62780:47)
    at AnimatedComponent(Animated(Anonymous)) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:173891:38)
    at Animated(Anonymous) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:154643:23)
    at KeyboardProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:419374:25)
    at KeyboardProviderWrapper (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:574956:41)
    at VideoPopoverMenuContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:567847:41)
    at VolumeContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:569365:41)
    at FullScreenContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:569482:41)
    at PlaybackContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:568661:41)
    at ActionSheetAwareScrollViewProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:414068:41)
    at ActiveElementRoleProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:118058:41)
    at CustomStatusBarAndBackgroundContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:560379:41)
    at EnvironmentProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433465:41)
    at PickerStateProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:589321:36)
    at AttachmentModalContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:528160:41)
    at ScrollOffsetContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575069:41)
    at CurrentReportIDContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:528263:41)
    at PopoverContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:482674:41)
    at LocaleContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:432517:41)
    at RNCSafeAreaView (<anonymous>)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:416373:21)
    at SafeArea (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:574986:41)
    at PortalProviderComponent (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:477892:33)
    at RenderersPropsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:460368:44)
    at ListStyleSpecsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461872:25)
    at SharedPropsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:455331:50)
    at RenderRegistryProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461404:24)
    at RenderHTMLConfigProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:461058:32)
    at TRenderEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:460820:24)
    at BaseHTMLEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561672:41)
    at HTMLEngineProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:561633:41)
    at SVGDefinitionsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575242:24)
    at ThemeIllustrationsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575262:41)
    at ThemeStylesProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575486:24)
    at ThemeProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:575339:41)
    at CurrentUserPersonalDetailsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:432871:41)
    at Cards_Provider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at CardListProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at ReportTransactionsAndViolationsProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at PolicyTags_Provider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at PolicyCategories_Provider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at SessionProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at BetaConfigurationProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at BetasProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at Nvp_private_blockedFromConciergeProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at PersonalDetailsListProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:433022:43)
    at ComposeProviders (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:118109:17)
    at OnyxListItemProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:432982:41)
    at ComposeProviders (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:118109:17)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RNCSafeAreaProvider (<anonymous>)
    at SafeAreaProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:416203:24)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at GestureHandlerRootView (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:428143:21)
    at InitialURLContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:574882:41)
    at SplashScreenStateContextProvider (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:501174:41)
    at anonymous (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:99651:24)
    at App (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:99655:41)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at RCTView (<anonymous>)
    at View (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53366:43)
    at AppContainer (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:53249:25)
    at NewExpensify(RootComponent) (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.expensify.chat.dev:70355:28), js engine: hermes

Notes

If I downgrade @fullstory/react-native and @fullstory/babel-plugin-react-native to their previous versions (1.7.6 and 1.4.0 respectively), these bugs don't happen anymore allowing the user to login.

@fabioh8010
Copy link
Contributor Author

fabioh8010 commented Sep 15, 2025

BUG: Instant crash when opening the app with logged in user

Platform: iOS 18.3 (Simulator)
Versions:

  • Fullstory native lib: 1.64.0
  • @fullstory/react-native: 1.7.7 or 1.7.6
  • @fullstory/babel-plugin-react-native: 1.5.1 or 1.4.0

Description

When opening the app with the user already logged in and the Fullstory logic to start record the session, the app insta-crash and is killed by the OS. The crash logs indicate it's coming from Fullstory.

Crash log
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 8DA13AE7-BF3C-46D3-BC72-C3AA1041F468
CrashReporter Key:   9D0BF8EF-673E-DE8F-9A12-B34C2AAF557B
Hardware Model:      MacBookPro18,3
Process:             New Expensify Dev [45099]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/New Expensify Dev
Identifier:          com.expensify.chat.dev
Version:             9.2.13 (9.2.13.1)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [23955]
Coalition:           com.apple.CoreSimulator.SimDevice.1C4EAF18-491D-486F-9B11-E253B7105853 [137586]
Responsible Process: SimulatorTrampoline [1300]

Date/Time:           2025-09-15 17:43:46.2904 +0100
Launch Time:         2025-09-15 17:43:42.6478 +0100
OS Version:          macOS 15.6.1 (24G90)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_PROTECTION_FAILURE at 0x000000016acf3f80
Exception Codes: 0x0000000000000002, 0x000000016acf3f80
VM Region Info: 0x16acf3f80 is in 0x1674f0000-0x16acf4000;  bytes after start: 58736512  bytes before end: 127
      REGION TYPE                    START - END         [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_SMALL                165000000-165800000    [ 8192K] rw-/rwx SM=PRV  
      GAP OF 0x1cf0000 BYTES
--->  STACK GUARD                 1674f0000-16acf4000    [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
      Stack                       16acf4000-16b4f0000    [ 8176K] rw-/rwx SM=SHM  thread 0
Termination Reason: SIGNAL 11 Segmentation fault: 11
Terminating Process: exc handler [45099]

Triggered by Thread:  0

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   QuartzCore                    	       0x18b3443e4 CA::Layer::sublayers() + 0
1   UIKitCore                     	       0x186098880 -[UIView(Hierarchy) subviews] + 100
2   FullStory                     	       0x10505d294 0x104f5c000 + 1053332
3   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
4   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
5   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
6   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
7   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
8   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
9   FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
10  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
11  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
12  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
13  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
14  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
15  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
16  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
17  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
18  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
19  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
20  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
21  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
22  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
23  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
24  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
25  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
26  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
27  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
28  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
29  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
30  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
31  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
32  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
33  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
34  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
35  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
36  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
37  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
38  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
39  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
40  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
41  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
42  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
43  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
44  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
45  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
46  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
47  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
48  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
49  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
50  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
51  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
52  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
53  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
54  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
55  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
56  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
57  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
58  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
59  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
60  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
61  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
62  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
63  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
64  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
65  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
66  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
67  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
68  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
69  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
70  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
71  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
72  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
73  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
74  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
75  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
76  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
77  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
78  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
79  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
80  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
81  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
82  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
83  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
84  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
85  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
86  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
87  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
88  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
89  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
90  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
91  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
92  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
93  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
94  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
95  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
96  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
97  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
98  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
99  FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
100 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
101 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
102 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
103 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
104 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
105 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
106 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
107 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
108 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
109 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
110 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
111 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
112 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
113 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
114 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
115 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
116 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
117 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
118 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
119 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
120 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
121 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
122 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
123 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
124 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
125 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
126 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
127 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
128 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
129 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
130 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
131 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
132 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
133 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
134 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
135 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
136 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
137 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
138 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
139 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
140 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
141 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
142 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
143 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
144 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
145 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
146 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
147 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
148 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
149 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
150 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
151 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
152 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
153 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
154 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
155 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
156 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
157 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
158 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
159 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
160 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
161 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
162 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
163 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
164 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
165 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
166 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
167 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
168 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
169 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
170 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
171 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
172 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
173 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
174 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
175 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
176 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
177 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
178 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
179 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
180 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
181 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
182 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
183 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
184 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
185 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
186 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
187 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
188 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
189 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
190 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
191 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
192 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
193 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
194 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
195 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
196 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
197 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
198 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
199 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
200 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
201 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
202 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
203 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
204 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
205 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
206 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
207 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
208 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
209 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
210 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
211 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
212 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
213 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
214 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
215 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
216 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
217 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
218 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
219 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
220 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
221 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
222 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
223 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
224 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
225 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
226 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
227 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
228 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
229 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
230 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
231 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
232 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
233 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
234 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
235 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
236 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
237 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
238 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
239 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
240 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
241 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
242 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
243 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
244 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
245 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
246 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
247 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
248 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
249 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
250 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
251 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
252 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
253 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
254 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
255 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
256 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
257 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
258 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
259 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
260 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
261 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
262 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
263 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
264 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
265 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
266 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
267 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
268 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
269 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
270 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
271 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
272 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
273 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
274 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
275 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
276 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
277 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
278 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
279 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
280 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
281 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
282 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
283 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
284 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
285 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
286 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
287 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
288 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
289 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
290 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
291 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
292 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
293 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
294 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
295 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
296 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
297 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
298 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
299 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
300 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
301 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
302 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
303 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
304 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
305 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
306 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
307 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
308 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
309 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
310 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
311 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
312 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
313 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
314 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
315 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
316 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
317 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
318 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
319 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
320 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
321 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
322 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
323 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
324 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
325 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
326 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
327 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
328 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
329 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
330 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
331 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
332 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
333 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
334 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
335 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
336 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
337 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
338 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
339 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
340 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
341 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
342 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
343 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
344 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
345 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
346 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
347 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
348 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
349 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
350 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
351 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
352 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
353 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
354 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
355 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
356 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
357 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
358 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
359 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
360 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
361 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
362 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
363 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
364 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
365 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
366 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
367 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
368 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
369 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
370 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
371 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
372 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
373 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
374 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
375 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
376 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
377 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
378 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
379 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
380 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
381 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
382 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
383 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
384 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
385 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
386 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
387 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
388 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
389 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
390 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
391 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
392 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
393 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
394 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
395 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
396 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
397 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
398 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
399 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
400 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
401 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
402 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
403 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
404 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
405 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
406 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
407 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
408 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
409 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
410 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
411 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
412 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
413 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
414 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
415 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
416 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
417 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
418 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
419 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
420 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
421 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
422 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
423 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
424 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
425 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
426 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
427 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
428 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
429 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
430 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
431 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
432 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
433 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
434 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
435 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
436 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
437 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
438 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
439 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
440 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
441 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
442 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
443 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
444 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
445 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
446 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
447 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
448 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
449 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
450 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
451 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
452 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
453 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
454 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
455 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
456 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
457 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
458 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
459 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
460 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
461 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
462 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
463 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
464 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
465 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
466 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
467 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
468 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
469 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
470 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
471 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
472 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
473 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
474 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
475 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
476 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
477 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
478 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
479 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
480 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
481 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
482 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
483 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
484 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
485 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
486 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
487 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
488 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
489 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
490 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
491 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
492 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
493 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
494 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
495 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
496 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
497 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
498 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
499 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
500 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
501 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
502 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
503 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
504 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
505 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
506 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
507 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
508 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
509 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452
510 FullStory                     	       0x10505d30c 0x104f5c000 + 1053452

Thread 1:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 6:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x104a44b70 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x104a55fac mach_msg2_internal + 72
2   libsystem_kernel.dylib        	       0x104a4cc28 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x104a44ed8 mach_msg + 20
4   CoreFoundation                	       0x18041cae0 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                	       0x180417008 __CFRunLoopRun + 1160
6   CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
7   Foundation                    	       0x180f1f490 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
8   Foundation                    	       0x180f1f6b0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 60
9   UIKitCore                     	       0x185be6a34 -[UIEventFetcher threadMain] + 404
10  Foundation                    	       0x180f462d8 __NSThread__start__ + 720
11  libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
12  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 7:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 11:: com.facebook.react.runtime.JavaScript
0   hermes                        	       0x108a60fb4 hermes::readSignedLEB128(llvh::ArrayRef<unsigned char>, unsigned int, long long*) + 16
1   hermes                        	       0x1089c103c (anonymous namespace)::FunctionDebugInfoDeserializer::next() + 52
2   hermes                        	       0x1089c0f40 hermes::hbc::DebugInfo::getLocationForAddress(unsigned int, unsigned int) const + 256
3   hermes                        	       0x108849018 hermes::vm::JSError::constructStackTraceString_RJS(hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::JSError>, hermes::vm::Handle<hermes::vm::JSObject>, hermes::vm::SmallXString<char16_t, 32u>&) + 620
4   hermes                        	       0x108848948 hermes::vm::errorStackGetter(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs) + 676
5   hermes                        	       0x10881c188 hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&) + 144
6   hermes                        	       0x108819e3c hermes::vm::Callable::executeCall0(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, bool) + 176
7   hermes                        	       0x10884f3b4 hermes::vm::JSObject::getNamedWithReceiver_RJS(hermes::vm::Handle<hermes::vm::JSObject>, hermes::vm::Runtime&, hermes::vm::SymbolID, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::PropOpFlags, hermes::vm::PropertyCacheEntry*) + 628
8   hermes                        	       0x108838730 hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&) + 11216
9   hermes                        	       0x108835b2c hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*) + 132
10  hermes                        	       0x10881c45c hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&) + 40
11  hermes                        	       0x10881a8b8 hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>) + 1348
12  hermes                        	       0x1088dbe88 hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs) + 320
13  hermes                        	       0x10881c188 hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&) + 144
14  hermes                        	       0x10883640c hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&) + 2220
15  hermes                        	       0x108835b2c hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*) + 132
16  hermes                        	       0x10881c45c hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&) + 40
17  hermes                        	       0x10881bcac hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&) + 584
18  hermes                        	       0x10881a8b8 hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>) + 1348
19  hermes                        	       0x1088dbe88 hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs) + 320
20  hermes                        	       0x10881c188 hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&) + 144
21  hermes                        	       0x10883640c hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&) + 2220
22  hermes                        	       0x108835b2c hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*) + 132
23  hermes                        	       0x10881c45c hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&) + 40
24  hermes                        	       0x10881a8b8 hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>) + 1348
25  hermes                        	       0x1088dbe88 hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs) + 320
26  hermes                        	       0x10881c188 hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&) + 144
27  hermes                        	       0x10883640c hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&) + 2220
28  hermes                        	       0x108835b2c hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*) + 132
29  hermes                        	       0x10881c45c hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&) + 40
30  hermes                        	       0x10881bcac hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&) + 584
31  hermes                        	       0x108836428 hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&) + 2248
32  hermes                        	       0x108835b2c hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*) + 132
33  hermes                        	       0x10881c45c hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&) + 40
34  hermes                        	       0x10881bcac hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&) + 584
35  hermes                        	       0x10875e3e8 facebook::hermes::HermesRuntimeImpl::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long) + 744
36  New Expensify Dev.debug.dylib 	       0x10aa3da14 facebook::react::Task::execute(facebook::jsi::Runtime&, bool) + 172
37  New Expensify Dev.debug.dylib 	       0x10aa3952c facebook::react::RuntimeScheduler_Modern::executeTask(facebook::jsi::Runtime&, facebook::react::Task&, bool) const + 124
38  New Expensify Dev.debug.dylib 	       0x10aa39ee0 facebook::react::RuntimeScheduler_Modern::runEventLoopTick(facebook::jsi::Runtime&, facebook::react::Task&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 156
39  New Expensify Dev.debug.dylib 	       0x10aa39bf4 facebook::react::RuntimeScheduler_Modern::runEventLoop(facebook::jsi::Runtime&, bool) + 164
40  New Expensify Dev.debug.dylib 	       0x10aa0a128 _ZNSt3__110__function6__funcIZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS3_9JSRuntimeENS_14default_deleteIS6_EEEENS_10shared_ptrINS3_18MessageQueueThreadEEENSA_INS3_12TimerManagerEEENS_8functionIFvRNS2_3jsi7RuntimeERKNS3_14JsErrorHandler14ProcessedErrorEEEEPNS3_18jsinspector_modern10HostTargetEENK3$_0clINSF_IFvSI_EEEEEDaT_EUlvE_NS_9allocatorISY_EEFvvEEclEv + 140
41  New Expensify Dev.debug.dylib 	       0x10a80b7b8 facebook::react::tryAndReturnError(std::__1::function<void ()> const&) + 32
42  New Expensify Dev.debug.dylib 	       0x10a81d184 facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&) + 24
43  New Expensify Dev.debug.dylib 	       0x10a81cf90 invocation function for block in facebook::react::RCTMessageThread::runAsync(std::__1::function<void ()>) + 44
44  CoreFoundation                	       0x18041d06c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
45  CoreFoundation                	       0x18041c7a4 __CFRunLoopDoBlocks + 352
46  CoreFoundation                	       0x1804174bc __CFRunLoopRun + 2364
47  CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
48  New Expensify Dev.debug.dylib 	       0x10aa05658 +[RCTJSThreadManager runRunLoop] + 212
49  Foundation                    	       0x180f462d8 __NSThread__start__ + 720
50  libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
51  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 12:: hades
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   hermes                        	       0x1088ffdcc hermes::vm::HadesGC::Executor::worker() + 112
4   hermes                        	       0x1088ffd30 void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*) + 44
5   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
6   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 13:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 15:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 16::  Dispatch queue: NSOperationQueue 0x105a090b0 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        	       0x104a466f8 kevent_id + 8
1   libdispatch.dylib             	       0x1801a0870 _dispatch_kq_poll + 216
2   libdispatch.dylib             	       0x1801a0eb4 _dispatch_event_loop_wake_owner + 416
3   libdispatch.dylib             	       0x18018df18 _dispatch_waiter_wake + 68
4   libdispatch.dylib             	       0x18018cbd0 _dispatch_lane_barrier_sync_invoke_and_complete + 232
5   UIKitCore                     	       0x185626554 _doAddBackgroundTask + 208
6   UIKitCore                     	       0x1856258c0 _UIApplicationBeginBackgroundTaskWithExpirationHandler + 480
7   New Expensify Dev.debug.dylib 	       0x10a40f534 -[GDTCORApplication beginBackgroundTaskWithName:expirationHandler:] + 100
8   New Expensify Dev.debug.dylib 	       0x10a4017e0 -[GDTCCTUploadOperation uploadTarget:withConditions:] + 240
9   Foundation                    	       0x180eee200 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 12
10  Foundation                    	       0x180eedf08 __NSOQSchedule_f + 168
11  libdispatch.dylib             	       0x18018c610 _dispatch_block_async_invoke2 + 104
12  libdispatch.dylib             	       0x18017cc08 _dispatch_client_callout + 16
13  libdispatch.dylib             	       0x1801805ac _dispatch_continuation_pop + 804
14  libdispatch.dylib             	       0x18017f784 _dispatch_async_redirect_invoke + 864
15  libdispatch.dylib             	       0x18018f60c _dispatch_root_queue_drain + 364
16  libdispatch.dylib             	       0x180190054 _dispatch_worker_thread2 + 232
17  libsystem_pthread.dylib       	       0x1049b2b90 _pthread_wqthread + 228
18  libsystem_pthread.dylib       	       0x1049b198c start_wqthread + 8

Thread 17:
0   libsystem_pthread.dylib       	       0x1049b1984 start_wqthread + 0

Thread 18:: com.google.firebase.crashlytics.MachExceptionServer
0   libsystem_kernel.dylib        	       0x104a482e0 write + 8
1   New Expensify Dev.debug.dylib 	       0x10a286fdc FIRCLSFileLoopWithWriteBlock + 56
2   New Expensify Dev.debug.dylib 	       0x10a2871e8 FIRCLSFileFDWriteUInt64 + 124
3   New Expensify Dev.debug.dylib 	       0x10a2872d0 FIRCLSFileFDWriteInt64 + 116
4   New Expensify Dev.debug.dylib 	       0x10a289e60 FIRCLSSDKFileLog + 396
5   New Expensify Dev.debug.dylib 	       0x10a28ba9c FIRCLSMachExceptionServer + 964
6   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
7   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 19:: fs-default-0
0   libsystem_kernel.dylib        	       0x104a47564 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	       0x1049b3b10 _pthread_mutex_firstfit_lock_wait + 80
2   libsystem_pthread.dylib       	       0x1049b16b4 _pthread_mutex_firstfit_lock_slow + 216
3   FullStory                     	       0x104f8b37c 0x104f5c000 + 193404
4   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
5   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
6   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 20:: fs-default-1
0   libsystem_kernel.dylib        	       0x104a47564 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	       0x1049b3b10 _pthread_mutex_firstfit_lock_wait + 80
2   libsystem_pthread.dylib       	       0x1049b16b4 _pthread_mutex_firstfit_lock_slow + 216
3   FullStory                     	       0x104f8b37c 0x104f5c000 + 193404
4   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
5   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
6   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 21:: fs-default-2
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f8a3c0 0x104f5c000 + 189376
5   FullStory                     	       0x104f8afac 0x104f5c000 + 192428
6   FullStory                     	       0x104f8b454 0x104f5c000 + 193620
7   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
8   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
9   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 22:: fs-default-3
0   libsystem_kernel.dylib        	       0x104a47564 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	       0x1049b3b10 _pthread_mutex_firstfit_lock_wait + 80
2   libsystem_pthread.dylib       	       0x1049b16b4 _pthread_mutex_firstfit_lock_slow + 216
3   FullStory                     	       0x104f8b37c 0x104f5c000 + 193404
4   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
5   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
6   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 23:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	       0x104a44b70 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x104a55fac mach_msg2_internal + 72
2   libsystem_kernel.dylib        	       0x104a4cc28 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x104a44ed8 mach_msg + 20
4   CoreFoundation                	       0x18041cae0 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                	       0x180417008 __CFRunLoopRun + 1160
6   CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
7   CFNetwork                     	       0x184a09ce4 +[__CFN_CoreSchedulingSetRunnable _run:] + 372
8   Foundation                    	       0x180f462d8 __NSThread__start__ + 720
9   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
10  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 24:: com.apple.CFStream.LegacyThread
0   libsystem_kernel.dylib        	       0x104a44b70 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x104a55fac mach_msg2_internal + 72
2   libsystem_kernel.dylib        	       0x104a4cc28 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x104a44ed8 mach_msg + 20
4   CoreFoundation                	       0x18041cae0 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                	       0x180417008 __CFRunLoopRun + 1160
6   CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
7   CoreFoundation                	       0x18043aeac _legacyStreamRunLoop_workThread + 260
8   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
9   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 25:: com.facebook.SocketRocket.NetworkThread
0   libsystem_kernel.dylib        	       0x104a44b70 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x104a55fac mach_msg2_internal + 72
2   libsystem_kernel.dylib        	       0x104a4cc28 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x104a44ed8 mach_msg + 20
4   CoreFoundation                	       0x18041cae0 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                	       0x180417008 __CFRunLoopRun + 1160
6   CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
7   Foundation                    	       0x180f1f490 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 208
8   New Expensify Dev.debug.dylib 	       0x10aa77f10 -[SRRunLoopThread main] + 216
9   Foundation                    	       0x180f462d8 __NSThread__start__ + 720
10  libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
11  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 26:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	       0x104a4ef98 __select + 8
1   CoreFoundation                	       0x18042b528 __CFSocketManager + 676
2   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
3   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 27:: hades
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   hermes                        	       0x1088ffdcc hermes::vm::HadesGC::Executor::worker() + 112
4   hermes                        	       0x1088ffd30 void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*) + 44
5   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
6   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 28:: nitro-thread-1
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 29:: nitro-thread-2
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 30:: nitro-thread-3
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 31:: nitro-thread-4
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 32:: nitro-thread-5
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 33:: nitro-thread-6
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 34:: nitro-thread-7
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 35:: nitro-thread-8
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 36:: nitro-thread-9
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 37:: nitro-thread-10
0   libsystem_kernel.dylib        	       0x104a48014 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1049b6ab8 _pthread_cond_wait + 976
2   libc++.1.dylib                	       0x18030529c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   New Expensify Dev.debug.dylib 	       0x10a592844 void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*) + 148
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 38:: com.apple.CoreMotion.MotionThread
0   libsystem_kernel.dylib        	       0x104a44b70 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x104a55fac mach_msg2_internal + 72
2   libsystem_kernel.dylib        	       0x104a4cc28 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x104a44ed8 mach_msg + 20
4   CoreFoundation                	       0x18041cae0 __CFRunLoopServiceMachPort + 156
5   CoreFoundation                	       0x180417008 __CFRunLoopRun + 1160
6   CoreFoundation                	       0x180416704 CFRunLoopRunSpecific + 552
7   CoreFoundation                	       0x180417634 CFRunLoopRun + 60
8   CoreMotion                    	       0x1941678a4 0x193f9d000 + 1878180
9   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
10  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 39:: futures-timer
0   libsystem_kernel.dylib        	       0x104a44b04 semaphore_timedwait_trap + 8
1   libdispatch.dylib             	       0x18017d138 _dispatch_sema4_timedwait + 60
2   libdispatch.dylib             	       0x18017d6fc _dispatch_semaphore_wait_slow + 72
3   FullStory                     	       0x104ffcb54 0x104f5c000 + 658260
4   FullStory                     	       0x104f8d230 0x104f5c000 + 201264
5   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
6   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
7   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 40:
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f866ec 0x104f5c000 + 173804
5   FullStory                     	       0x104fc2bb4 0x104f5c000 + 420788
6   FullStory                     	       0x104fbeff4 0x104f5c000 + 405492
7   FullStory                     	       0x104fbe098 0x104f5c000 + 401560
8   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
9   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
10  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 41:
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f866ec 0x104f5c000 + 173804
5   FullStory                     	       0x104fc2bb4 0x104f5c000 + 420788
6   FullStory                     	       0x104fe2910 0x104f5c000 + 551184
7   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
8   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
9   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 42:
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f866ec 0x104f5c000 + 173804
5   FullStory                     	       0x104fc2bb4 0x104f5c000 + 420788
6   FullStory                     	       0x104fde690 0x104f5c000 + 534160
7   FullStory                     	       0x104fddde8 0x104f5c000 + 531944
8   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
9   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
10  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 43:
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f866ec 0x104f5c000 + 173804
5   FullStory                     	       0x104fc2bb4 0x104f5c000 + 420788
6   FullStory                     	       0x104fd7d54 0x104f5c000 + 507220
7   FullStory                     	       0x104fd73ec 0x104f5c000 + 504812
8   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
9   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
10  libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 44:
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   libdispatch.dylib             	       0x18017d0c0 _dispatch_sema4_wait + 24
2   libdispatch.dylib             	       0x18017d734 _dispatch_semaphore_wait_slow + 128
3   FullStory                     	       0x104ffc260 0x104f5c000 + 655968
4   FullStory                     	       0x104f866ec 0x104f5c000 + 173804
5   FullStory                     	       0x104fc2bb4 0x104f5c000 + 420788
6   FullStory                     	       0x104fd27b0 0x104f5c000 + 485296
7   FullStory                     	       0x104ffffa0 0x104f5c000 + 671648
8   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
9   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 45:: caulk.messenger.shared:17
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   caulk                         	       0x1b60b13ec caulk::semaphore::timed_wait(double) + 216
2   caulk                         	       0x1b60b8698 caulk::concurrent::details::worker_thread::run() + 32
3   caulk                         	       0x1b60b870c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 48
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8

Thread 46:: caulk.messenger.shared:high
0   libsystem_kernel.dylib        	       0x104a44aec semaphore_wait_trap + 8
1   caulk                         	       0x1b60b13ec caulk::semaphore::timed_wait(double) + 216
2   caulk                         	       0x1b60b8698 caulk::concurrent::details::worker_thread::run() + 32
3   caulk                         	       0x1b60b870c void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 48
4   libsystem_pthread.dylib       	       0x1049b65f0 _pthread_start + 104
5   libsystem_pthread.dylib       	       0x1049b1998 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x00000001072055c0   x1: 0x00000001f615a52c   x2: 0x0000000000000000   x3: 0x0000000000000001
    x4: 0x0000000000000010   x5: 0x0000000000000000   x6: 0x000060000189ff40   x7: 0x0000000000000000
    x8: 0x00000000000000a0   x9: 0x00000001f615a52c  x10: 0x000000011600e200  x11: 0x00000000000000ff
   x12: 0x000000000000002c  x13: 0x000000011600e4a0  x14: 0x01000001f02f755b  x15: 0x00000001f02f7558
   x16: 0x00000001f02f7558  x17: 0x000000018b335c18  x18: 0x0000000000000000  x19: 0x0000000105aa59e0
   x20: 0x0000000105aa5a20  x21: 0x0000000105aa59e0  x22: 0x0000000105aa59e0  x23: 0x0000000000006b5d
   x24: 0x0000000000000001  x25: 0x0000000105aa59e0  x26: 0x000060000267fae0  x27: 0x0000000000000001
   x28: 0x0000000000000000   fp: 0x000000016acf4100   lr: 0x0000000186098880
    sp: 0x000000016acf3fe0   pc: 0x000000018b3443e4 cpsr: 0x60001000
   far: 0x000000016acf3f80  esr: 0x92000047 (Data Abort) byte write Translation fault

Binary Images:
       0x104be0000 -        0x104c7bfff dyld (*) <3247e185-ced2-36ff-9e29-47a77c23e004> /usr/lib/dyld
       0x104910000 -        0x104913fff com.expensify.chat.dev (9.2.13) <8900b927-6cf3-3e21-8ef5-d687f23030e3> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/New Expensify Dev
       0x109864000 -        0x10b3dbfff New Expensify Dev.debug.dylib (*) <60ba6aaa-2c16-3fc5-8645-1e5b8e942575> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/New Expensify Dev.debug.dylib
       0x104948000 -        0x10494ffff com.group-ib.FPAppsCapability (2.0.0) <1474b64a-e77a-3c78-becb-21fbeed36758> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/FPAppsCapability.framework/FPAppsCapability
       0x10498c000 -        0x104997fff com.group-ib.FPCallCapability (2.0.0) <d1df2c0c-33a4-39c5-a93b-6182d3b73c0f> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/FPCallCapability.framework/FPCallCapability
       0x104f5c000 -        0x10511ffff com.fullstory.FullStory (1.64.0) <836eb5f4-568d-3d7a-86b1-296eccb94c6c> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/FullStory.framework/FullStory
       0x1051a4000 -        0x105247fff com.group-ib.GIBMobileSDK (2.0.0) <0c5458ff-4bde-3821-81ee-d5a17a258c13> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/GIBMobileSdk.framework/GIBMobileSdk
       0x105d64000 -        0x10635ffff com.plaid.LinkKit (5.6.0) <020f208c-d6c7-3008-bdc3-13a5dda6584e> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/LinkKit.framework/LinkKit
       0x105658000 -        0x1058effff com.mapbox.common (23.11.2) <d0848c35-86af-3322-bd8c-30eb6aa025f0> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/MapboxCommon.framework/MapboxCommon
       0x107458000 -        0x107b6ffff com.mapbox.maps (0.0.1) <212a89bf-f66f-3e97-a49f-426f61b66c3a> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/MapboxCoreMaps.framework/MapboxCoreMaps
       0x106c84000 -        0x106e1ffff org.cocoapods.MapboxMaps (10.19.1) <83b0f036-e126-3b4d-801e-2fe0539d8096> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/MapboxMaps.framework/MapboxMaps
       0x1049fc000 -        0x104a23fff com.mapbox.MapboxMobileEvents (2.0.0) <19475912-a570-3876-b0d9-38771c6bdce8> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
       0x110200000 -        0x110fabfff com.onfido.Onfido (1.0) <b6e97eef-b667-3e1f-9c81-5f638a78fc46> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/Onfido.framework/Onfido
       0x104dc8000 -        0x104e0bfff org.cocoapods.Turf (2.8.0) <eda94c83-cb17-3219-914e-957c398c31e1> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/Turf.framework/Turf
       0x108754000 -        0x108acffff dev.hermesengine.iphonesimulator (0.12.0) <78012bbd-bc6d-35b8-a9e1-aefa838a50bc> /Users/USER/Library/Developer/CoreSimulator/Devices/1C4EAF18-491D-486F-9B11-E253B7105853/data/Containers/Bundle/Application/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42/New Expensify Dev.app/Frameworks/hermes.framework/hermes
       0x104928000 -        0x10492ffff libsystem_platform.dylib (*) <43ef9892-7edb-34c5-88d6-2c79fa2e7bd3> /usr/lib/system/libsystem_platform.dylib
       0x104a44000 -        0x104a7ffff libsystem_kernel.dylib (*) <0960cf7e-fb2e-3068-998e-131a316ed666> /usr/lib/system/libsystem_kernel.dylib
       0x1049b0000 -        0x1049bffff libsystem_pthread.dylib (*) <421e2342-6729-3a9f-a439-29ad130875b3> /usr/lib/system/libsystem_pthread.dylib
       0x104ec4000 -        0x104ecffff libobjc-trampolines.dylib (*) <a2df0cb8-60af-32a5-8c75-9274d09bdff8> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib
       0x18b198000 -        0x18b484fff com.apple.QuartzCore (1.11) <69aa99a4-29f4-3ff3-8413-697f689b61c5> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x184cd9000 -        0x186a19fff com.apple.UIKitCore (1.0) <e83e0347-27d7-34bd-b0d3-51666dfdfd76> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x18038d000 -        0x18075afff com.apple.CoreFoundation (6.9) <6fc1e779-5846-3275-bf66-955738404cf6> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1807da000 -        0x181416fff com.apple.Foundation (6.9) <cf6b28c4-9795-362a-b563-7b1b8c116282> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x1802e5000 -        0x180367ff3 libc++.1.dylib (*) <fb59d1e0-4df5-3571-91cf-f5a90235ba68> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
       0x180179000 -        0x1801bdfff libdispatch.dylib (*) <ef0492a6-8ca5-38f0-97bb-df9bdb54c17a> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x184800000 -        0x184b81fff com.apple.CFNetwork (1.0) <4a0921b7-6bd8-3dd0-a7b0-17d82dbbc75a> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x193f9d000 -        0x1942f7fff com.apple.coremotion (2956.0.7) <67164c20-442f-320b-924e-83c661869ab7> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x1b60a1000 -        0x1b60c6fff com.apple.audio.caulk (1.0) <e8850973-2ca5-3837-a40a-61c4db05f6dd> /Library/Developer/CoreSimulator/Volumes/iOS_22D8075/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 18.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/caulk.framework/caulk

EOF

-----------
Full Report
-----------

{"app_name":"New Expensify Dev","timestamp":"2025-09-15 17:43:46.00 +0100","app_version":"9.2.13","slice_uuid":"8900b927-6cf3-3e21-8ef5-d687f23030e3","build_version":"9.2.13.1","platform":7,"bundleID":"com.expensify.chat.dev","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.6.1 (24G90)","roots_installed":0,"name":"New Expensify Dev","incident_id":"8DA13AE7-BF3C-46D3-BC72-C3AA1041F468"}
{
  "uptime" : 350000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "coalitionID" : 137586,
  "osVersion" : {
    "train" : "macOS 15.6.1",
    "build" : "24G90",
    "releaseType" : "User"
  },
  "captureTime" : "2025-09-15 17:43:46.2904 +0100",
  "codeSigningMonitor" : 1,
  "incident" : "8DA13AE7-BF3C-46D3-BC72-C3AA1041F468",
  "pid" : 45099,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2025-09-15 17:43:42.6478 +0100",
  "procStartAbsTime" : 8428247460909,
  "procExitAbsTime" : 8428334623415,
  "procName" : "New Expensify Dev",
  "procPath" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/New Expensify Dev",
  "bundleInfo" : {"CFBundleShortVersionString":"9.2.13","CFBundleVersion":"9.2.13.1","CFBundleIdentifier":"com.expensify.chat.dev"},
  "storeInfo" : {"deviceIdentifierForVendor":"4E4CA19A-2D52-506F-83D8-32AADB9E392E","thirdParty":true},
  "parentProc" : "launchd_sim",
  "parentPid" : 23955,
  "coalitionName" : "com.apple.CoreSimulator.SimDevice.1C4EAF18-491D-486F-9B11-E253B7105853",
  "crashReporterKey" : "9D0BF8EF-673E-DE8F-9A12-B34C2AAF557B",
  "appleIntelligenceStatus" : {"state":"available"},
  "responsiblePid" : 1300,
  "responsibleProc" : "SimulatorTrampoline",
  "codeSigningID" : "com.expensify.chat.dev",
  "codeSigningTeamID" : "",
  "codeSigningFlags" : 570425857,
  "codeSigningValidationCategory" : 10,
  "codeSigningTrustLevel" : 4294967295,
  "codeSigningAuxiliaryInfo" : 0,
  "instructionByteStream" : {"beforePC":"QfL\/VPgDFKrJ\/\/8XizwDlAEAABTzAwCq4CMAkZrq\/5fgAxOqHzwDlA==","atPC":"\/G+6qfpnAan4XwKp9lcDqfRPBKn9ewWp\/UMBkf9DANHzAwCqCNsssA=="},
  "bootSessionUUID" : "1CE1742D-E076-46E0-907D-446D0D9679F7",
  "wakeTime" : 30277,
  "sleepWakeUUID" : "D725FB7B-26F0-4632-92ED-BF8F0FD2530E",
  "sip" : "enabled",
  "vmRegionInfo" : "0x16acf3f80 is in 0x1674f0000-0x16acf4000;  bytes after start: 58736512  bytes before end: 127\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC_SMALL                165000000-165800000    [ 8192K] rw-\/rwx SM=PRV  \n      GAP OF 0x1cf0000 BYTES\n--->  STACK GUARD                 1674f0000-16acf4000    [ 56.0M] ---\/rwx SM=NUL  stack guard for thread 0\n      Stack                       16acf4000-16b4f0000    [ 8176K] rw-\/rwx SM=SHM  thread 0",
  "exception" : {"codes":"0x0000000000000002, 0x000000016acf3f80","rawCodes":[2,6086934400],"type":"EXC_BAD_ACCESS","signal":"SIGSEGV","subtype":"KERN_PROTECTION_FAILURE at 0x000000016acf3f80"},
  "termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","byProc":"exc handler","byPid":45099},
  "vmregioninfo" : "0x16acf3f80 is in 0x1674f0000-0x16acf4000;  bytes after start: 58736512  bytes before end: 127\n      REGION TYPE                    START - END         [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      MALLOC_SMALL                165000000-165800000    [ 8192K] rw-\/rwx SM=PRV  \n      GAP OF 0x1cf0000 BYTES\n--->  STACK GUARD                 1674f0000-16acf4000    [ 56.0M] ---\/rwx SM=NUL  stack guard for thread 0\n      Stack                       16acf4000-16b4f0000    [ 8176K] rw-\/rwx SM=SHM  thread 0",
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":16126010,"threadState":{"x":[{"value":4414526912},{"value":8423580972},{"value":0},{"value":1},{"value":16},{"value":0},{"value":105553142087488},{"value":0},{"value":160},{"value":8423580972},{"value":4664123904},{"value":255},{"value":44},{"value":4664124576},{"value":72057602362537307,"symbolLocation":72057594037927939,"symbol":"OBJC_CLASS_$_CALayer"},{"value":8324609368,"symbolLocation":0,"symbol":"OBJC_CLASS_$_CALayer"},{"value":8324609368,"symbolLocation":0,"symbol":"OBJC_CLASS_$_CALayer"},{"value":6630366232,"symbolLocation":0,"symbol":"-[CALayer sublayers]"},{"value":0},{"value":4390017504},{"value":4390017568},{"value":4390017504},{"value":4390017504},{"value":27485},{"value":1},{"value":4390017504},{"value":105553156635360},{"value":1},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6543739008},"cpsr":{"value":1610616832},"fp":{"value":6086934784},"sp":{"value":6086934496},"esr":{"value":2449473607,"description":"(Data Abort) byte write Translation fault"},"pc":{"value":6630425572,"matchesCrashFrame":1},"far":{"value":6086934400}},"queue":"com.apple.main-thread","frames":[{"imageOffset":1754084,"symbol":"CA::Layer::sublayers()","symbolLocation":0,"imageIndex":19},{"imageOffset":20707456,"symbol":"-[UIView(Hierarchy) subviews]","symbolLocation":100,"imageIndex":20},{"imageOffset":1053332,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5},{"imageOffset":1053452,"imageIndex":5}]},{"id":16126018,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6095859712},{"value":5123},{"value":6095323136},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6095859712},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126019,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6096433152},{"value":4355},{"value":6095896576},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6096433152},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126023,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6097006592},{"value":8459},{"value":6096470016},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6097006592},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126024,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6097580032},{"value":8199},{"value":6097043456},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6097580032},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126025,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6098153472},{"value":13571},{"value":6097616896},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6098153472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126026,"name":"com.apple.uikit.eventfetch-thread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":64884070940672},{"value":4294967295},{"value":64884070940672},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":15107},{"value":3072},{"value":18446744073709551569},{"value":56},{"value":0},{"value":4294967295},{"value":2},{"value":64884070940672},{"value":4294967295},{"value":64884070940672},{"value":6098722168},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372914092},"cpsr":{"value":4096},"fp":{"value":6098722016},"sp":{"value":6098721936},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843376},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":16},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":16},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":16},{"imageOffset":588512,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":22},{"imageOffset":565256,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":7623824,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":23},{"imageOffset":7624368,"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","symbolLocation":60,"imageIndex":23},{"imageOffset":15784500,"symbol":"-[UIEventFetcher threadMain]","symbolLocation":404,"imageIndex":20},{"imageOffset":7783128,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":23},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126027,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6099300352},{"value":18187},{"value":6098763776},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6099300352},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126031,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6099873792},{"value":20483},{"value":6099337216},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6099873792},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126032,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6100447232},{"value":18947},{"value":6099910656},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6100447232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126033,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6101020672},{"value":19203},{"value":6100484096},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6101020672},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126035,"name":"com.facebook.react.runtime.JavaScript","threadState":{"x":[{"value":5731432960},{"value":23098},{"value":1529},{"value":6102104120},{"value":2},{"value":4294967295},{"value":1030},{"value":0},{"value":5731434489},{"value":0},{"value":5731434489},{"value":0},{"value":0},{"value":18446744073709551615},{"value":24},{"value":481050425028},{"value":19070},{"value":0},{"value":0},{"value":6102104216},{"value":6102104280},{"value":1523},{"value":5720026304},{"value":1529},{"value":6102104224},{"value":4},{"value":4294967296},{"value":4697183600},{"value":5723239056}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4439412796},"cpsr":{"value":2147487744},"fp":{"value":6102104192},"sp":{"value":6102104112},"esr":{"value":2449473607,"description":"(Data Abort) byte write Translation fault"},"pc":{"value":4440068020},"far":{"value":0}},"frames":[{"imageOffset":3198900,"symbol":"hermes::readSignedLEB128(llvh::ArrayRef<unsigned char>, unsigned int, long long*)","symbolLocation":16,"imageIndex":14},{"imageOffset":2543676,"symbol":"(anonymous namespace)::FunctionDebugInfoDeserializer::next()","symbolLocation":52,"imageIndex":14},{"imageOffset":2543424,"symbol":"hermes::hbc::DebugInfo::getLocationForAddress(unsigned int, unsigned int) const","symbolLocation":256,"imageIndex":14},{"imageOffset":1003544,"symbol":"hermes::vm::JSError::constructStackTraceString_RJS(hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::JSError>, hermes::vm::Handle<hermes::vm::JSObject>, hermes::vm::SmallXString<char16_t, 32u>&)","symbolLocation":620,"imageIndex":14},{"imageOffset":1001800,"symbol":"hermes::vm::errorStackGetter(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs)","symbolLocation":676,"imageIndex":14},{"imageOffset":819592,"symbol":"hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&)","symbolLocation":144,"imageIndex":14},{"imageOffset":810556,"symbol":"hermes::vm::Callable::executeCall0(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, bool)","symbolLocation":176,"imageIndex":14},{"imageOffset":1029044,"symbol":"hermes::vm::JSObject::getNamedWithReceiver_RJS(hermes::vm::Handle<hermes::vm::JSObject>, hermes::vm::Runtime&, hermes::vm::SymbolID, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::PropOpFlags, hermes::vm::PropertyCacheEntry*)","symbolLocation":628,"imageIndex":14},{"imageOffset":935728,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":11216,"imageIndex":14},{"imageOffset":924460,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":14},{"imageOffset":820316,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":14},{"imageOffset":813240,"symbol":"hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>)","symbolLocation":1348,"imageIndex":14},{"imageOffset":1605256,"symbol":"hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs)","symbolLocation":320,"imageIndex":14},{"imageOffset":819592,"symbol":"hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&)","symbolLocation":144,"imageIndex":14},{"imageOffset":926732,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":2220,"imageIndex":14},{"imageOffset":924460,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":14},{"imageOffset":820316,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":14},{"imageOffset":818348,"symbol":"hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&)","symbolLocation":584,"imageIndex":14},{"imageOffset":813240,"symbol":"hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>)","symbolLocation":1348,"imageIndex":14},{"imageOffset":1605256,"symbol":"hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs)","symbolLocation":320,"imageIndex":14},{"imageOffset":819592,"symbol":"hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&)","symbolLocation":144,"imageIndex":14},{"imageOffset":926732,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":2220,"imageIndex":14},{"imageOffset":924460,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":14},{"imageOffset":820316,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":14},{"imageOffset":813240,"symbol":"hermes::vm::Callable::executeCall(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::HermesValue>, hermes::vm::Handle<hermes::vm::JSObject>)","symbolLocation":1348,"imageIndex":14},{"imageOffset":1605256,"symbol":"hermes::vm::functionPrototypeApply(void*, hermes::vm::Runtime&, hermes::vm::NativeArgs)","symbolLocation":320,"imageIndex":14},{"imageOffset":819592,"symbol":"hermes::vm::NativeFunction::_nativeCall(hermes::vm::NativeFunction*, hermes::vm::Runtime&)","symbolLocation":144,"imageIndex":14},{"imageOffset":926732,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":2220,"imageIndex":14},{"imageOffset":924460,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":14},{"imageOffset":820316,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":14},{"imageOffset":818348,"symbol":"hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&)","symbolLocation":584,"imageIndex":14},{"imageOffset":926760,"symbol":"hermes::vm::CallResult<hermes::vm::HermesValue, (hermes::vm::detail::CallResultSpecialize)2> hermes::vm::Interpreter::interpretFunction<false, false>(hermes::vm::Runtime&, hermes::vm::InterpreterState&)","symbolLocation":2248,"imageIndex":14},{"imageOffset":924460,"symbol":"hermes::vm::Runtime::interpretFunctionImpl(hermes::vm::CodeBlock*)","symbolLocation":132,"imageIndex":14},{"imageOffset":820316,"symbol":"hermes::vm::JSFunction::_callImpl(hermes::vm::Handle<hermes::vm::Callable>, hermes::vm::Runtime&)","symbolLocation":40,"imageIndex":14},{"imageOffset":818348,"symbol":"hermes::vm::BoundFunction::_boundCall(hermes::vm::BoundFunction*, hermes::inst::Inst const*, hermes::vm::Runtime&)","symbolLocation":584,"imageIndex":14},{"imageOffset":41960,"symbol":"facebook::hermes::HermesRuntimeImpl::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)","symbolLocation":744,"imageIndex":14},{"imageOffset":18717204,"symbol":"facebook::react::Task::execute(facebook::jsi::Runtime&, bool)","symbolLocation":172,"imageIndex":2},{"imageOffset":18699564,"symbol":"facebook::react::RuntimeScheduler_Modern::executeTask(facebook::jsi::Runtime&, facebook::react::Task&, bool) const","symbolLocation":124,"imageIndex":2},{"imageOffset":18702048,"symbol":"facebook::react::RuntimeScheduler_Modern::runEventLoopTick(facebook::jsi::Runtime&, facebook::react::Task&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>)","symbolLocation":156,"imageIndex":2},{"imageOffset":18701300,"symbol":"facebook::react::RuntimeScheduler_Modern::runEventLoop(facebook::jsi::Runtime&, bool)","symbolLocation":164,"imageIndex":2},{"imageOffset":18506024,"symbol":"_ZNSt3__110__function6__funcIZZN8facebook5react13ReactInstanceC1ENS_10unique_ptrINS3_9JSRuntimeENS_14default_deleteIS6_EEEENS_10shared_ptrINS3_18MessageQueueThreadEEENSA_INS3_12TimerManagerEEENS_8functionIFvRNS2_3jsi7RuntimeERKNS3_14JsErrorHandler14ProcessedErrorEEEEPNS3_18jsinspector_modern10HostTargetEENK3$_0clINSF_IFvSI_EEEEEDaT_EUlvE_NS_9allocatorISY_EEFvvEEclEv","symbolLocation":140,"imageIndex":2},{"imageOffset":16414648,"symbol":"facebook::react::tryAndReturnError(std::__1::function<void ()> const&)","symbolLocation":32,"imageIndex":2},{"imageOffset":16486788,"symbol":"facebook::react::RCTMessageThread::tryFunc(std::__1::function<void ()> const&)","symbolLocation":24,"imageIndex":2},{"imageOffset":16486288,"symbol":"invocation function for block in facebook::react::RCTMessageThread::runAsync(std::__1::function<void ()>)","symbolLocation":44,"imageIndex":2},{"imageOffset":589932,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","symbolLocation":20,"imageIndex":22},{"imageOffset":587684,"symbol":"__CFRunLoopDoBlocks","symbolLocation":352,"imageIndex":22},{"imageOffset":566460,"symbol":"__CFRunLoopRun","symbolLocation":2364,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":18486872,"symbol":"+[RCTJSThreadManager runRunLoop]","symbolLocation":212,"imageIndex":2},{"imageOffset":7783128,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":23},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126036,"name":"hades","threadState":{"x":[{"value":260},{"value":0},{"value":1536},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6102691496},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":5497558140418},{"value":0},{"value":105553171858112},{"value":105553171858176},{"value":6102692064},{"value":0},{"value":0},{"value":1536},{"value":1537},{"value":1792},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6102691616},"sp":{"value":6102691472},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":1752524,"symbol":"hermes::vm::HadesGC::Executor::worker()","symbolLocation":112,"imageIndex":14},{"imageOffset":1752368,"symbol":"void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*)","symbolLocation":44,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126038,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6103265280},{"value":28931},{"value":6102728704},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6103265280},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126039,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6103838720},{"value":27139},{"value":6103302144},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6103838720},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126041,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6104412160},{"value":32771},{"value":6103875584},{"value":0},{"value":409603},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6104412160},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126042,"threadState":{"x":[{"value":0},{"value":0},{"value":2},{"value":6104982992},{"value":2},{"value":0},{"value":0},{"value":1027},{"value":1024},{"value":8320158208,"symbolLocation":0,"symbol":"_dispatch_mgr_q"},{"value":1024},{"value":655343},{"value":23},{"value":6104983008},{"value":216172790436609429,"symbolLocation":216172782113783813,"symbol":"OBJC_CLASS_$_BKSProcessAssertion"},{"value":8322825616,"symbolLocation":0,"symbol":"OBJC_CLASS_$_BKSProcessAssertion"},{"value":375},{"value":6},{"value":0},{"value":1027},{"value":0},{"value":0},{"value":2},{"value":6104982992},{"value":2},{"value":6104982992},{"value":105553162452992},{"value":8320158208,"symbolLocation":0,"symbol":"_dispatch_mgr_q"},{"value":132096}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444157040},"cpsr":{"value":4096},"fp":{"value":6104982960},"sp":{"value":6104982864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372850424},"far":{"value":0}},"queue":"NSOperationQueue 0x105a090b0 (QOS: UNSPECIFIED)","frames":[{"imageOffset":9976,"symbol":"kevent_id","symbolLocation":8,"imageIndex":16},{"imageOffset":161904,"symbol":"_dispatch_kq_poll","symbolLocation":216,"imageIndex":25},{"imageOffset":163508,"symbol":"_dispatch_event_loop_wake_owner","symbolLocation":416,"imageIndex":25},{"imageOffset":85784,"symbol":"_dispatch_waiter_wake","symbolLocation":68,"imageIndex":25},{"imageOffset":80848,"symbol":"_dispatch_lane_barrier_sync_invoke_and_complete","symbolLocation":232,"imageIndex":25},{"imageOffset":9753940,"symbol":"_doAddBackgroundTask","symbolLocation":208,"imageIndex":20},{"imageOffset":9750720,"symbol":"_UIApplicationBeginBackgroundTaskWithExpirationHandler","symbolLocation":480,"imageIndex":20},{"imageOffset":12236084,"symbol":"-[GDTCORApplication beginBackgroundTaskWithName:expirationHandler:]","symbolLocation":100,"imageIndex":2},{"imageOffset":12179424,"symbol":"-[GDTCCTUploadOperation uploadTarget:withConditions:]","symbolLocation":240,"imageIndex":2},{"imageOffset":7422464,"symbol":"__NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__","symbolLocation":12,"imageIndex":23},{"imageOffset":7421704,"symbol":"__NSOQSchedule_f","symbolLocation":168,"imageIndex":23},{"imageOffset":79376,"symbol":"_dispatch_block_async_invoke2","symbolLocation":104,"imageIndex":25},{"imageOffset":15368,"symbol":"_dispatch_client_callout","symbolLocation":16,"imageIndex":25},{"imageOffset":30124,"symbol":"_dispatch_continuation_pop","symbolLocation":804,"imageIndex":25},{"imageOffset":26500,"symbol":"_dispatch_async_redirect_invoke","symbolLocation":864,"imageIndex":25},{"imageOffset":91660,"symbol":"_dispatch_root_queue_drain","symbolLocation":364,"imageIndex":25},{"imageOffset":94292,"symbol":"_dispatch_worker_thread2","symbolLocation":232,"imageIndex":25},{"imageOffset":11152,"symbol":"_pthread_wqthread","symbolLocation":228,"imageIndex":17},{"imageOffset":6540,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":17}]},{"id":16126043,"frames":[{"imageOffset":6532,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":17}],"threadState":{"x":[{"value":6105559040},{"value":0},{"value":6105022464},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6105559040},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":4372240772},"far":{"value":0}}},{"id":16126044,"name":"com.google.firebase.crashlytics.MachExceptionServer","threadState":{"x":[{"value":3},{"value":0},{"value":3},{"value":4371679820},{"value":10758893076480},{"value":0},{"value":0},{"value":0},{"value":4465389708,"symbolLocation":0,"symbol":"__FIRCLSFileWriteWithRetries_block_invoke"},{"value":4484050992,"symbolLocation":0,"symbol":"__block_descriptor_36_e13_q24\u0001?0r^v8Q16l"},{"value":48},{"value":87},{"value":0},{"value":1},{"value":48},{"value":0},{"value":4},{"value":6446586248,"symbolLocation":0,"symbol":"-[__NSCFString release]"},{"value":0},{"value":4414078328},{"value":3},{"value":4414078388},{"value":0},{"value":10},{"value":4479328965},{"value":11},{"value":203},{"value":4414078756},{"value":4479428859,"symbolLocation":15917,"symbol":"FIRCLSHexMap"}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4465389532},"cpsr":{"value":4096},"fp":{"value":4414078304},"sp":{"value":4414078272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372857568},"far":{"value":0}},"frames":[{"imageOffset":17120,"symbol":"write","symbolLocation":8,"imageIndex":16},{"imageOffset":10629084,"symbol":"FIRCLSFileLoopWithWriteBlock","symbolLocation":56,"imageIndex":2},{"imageOffset":10629608,"symbol":"FIRCLSFileFDWriteUInt64","symbolLocation":124,"imageIndex":2},{"imageOffset":10629840,"symbol":"FIRCLSFileFDWriteInt64","symbolLocation":116,"imageIndex":2},{"imageOffset":10640992,"symbol":"FIRCLSSDKFileLog","symbolLocation":396,"imageIndex":2},{"imageOffset":10648220,"symbol":"FIRCLSMachExceptionServer","symbolLocation":964,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126061,"name":"fs-default-0","threadState":{"x":[{"value":4},{"value":0},{"value":3584},{"value":16126062},{"value":8352},{"value":4294967295},{"value":2},{"value":16383},{"value":105553140692775},{"value":105553140692768},{"value":105553140692760},{"value":16126061},{"value":15393162792962},{"value":15393162793218},{"value":4333},{"value":4294934015},{"value":301},{"value":13},{"value":0},{"value":105553140692736},{"value":15393162793218},{"value":3584},{"value":105553140692760},{"value":16126061},{"value":105553140692768},{"value":0},{"value":1},{"value":4680877568},{"value":4536162816}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372249360},"cpsr":{"value":1610616832},"fp":{"value":6106672320},"sp":{"value":6106672272},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372854116},"far":{"value":0}},"frames":[{"imageOffset":13668,"symbol":"__psynch_mutexwait","symbolLocation":8,"imageIndex":16},{"imageOffset":15120,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":80,"imageIndex":17},{"imageOffset":5812,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":216,"imageIndex":17},{"imageOffset":193404,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126062,"name":"fs-default-1","threadState":{"x":[{"value":4},{"value":0},{"value":3840},{"value":16126063},{"value":8352},{"value":21},{"value":0},{"value":6},{"value":105553140692775},{"value":105553140692768},{"value":105553140692760},{"value":16126062},{"value":16492674420994},{"value":16492674421250},{"value":4183820346},{"value":4181721239},{"value":301},{"value":58},{"value":0},{"value":105553140692736},{"value":16492674421250},{"value":3840},{"value":105553140692760},{"value":16126062},{"value":105553140692768},{"value":0},{"value":1},{"value":4680877568},{"value":4536162816}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372249360},"cpsr":{"value":1610616832},"fp":{"value":6107770048},"sp":{"value":6107770000},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372854116},"far":{"value":0}},"frames":[{"imageOffset":13668,"symbol":"__psynch_mutexwait","symbolLocation":8,"imageIndex":16},{"imageOffset":15120,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":80,"imageIndex":17},{"imageOffset":5812,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":216,"imageIndex":17},{"imageOffset":193404,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126063,"name":"fs-default-2","threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":5722481152},{"value":105553131207152},{"value":8352},{"value":16},{"value":105553368078096},{"value":1027},{"value":86531},{"value":18446744073709551615},{"value":34},{"value":2},{"value":0},{"value":0},{"value":0},{"value":16578011835904},{"value":18446744073709551580},{"value":3770871831},{"value":0},{"value":105553151084640},{"value":105553151084576},{"value":18446744073709551615},{"value":105553131207176},{"value":4536162816},{"value":36},{"value":0},{"value":1},{"value":105553131207152},{"value":4536162816}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6108867552},"sp":{"value":6108867536},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}},"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":189376,"imageIndex":5},{"imageOffset":192428,"imageIndex":5},{"imageOffset":193620,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126064,"name":"fs-default-3","threadState":{"x":[{"value":4},{"value":0},{"value":3584},{"value":16126062},{"value":8352},{"value":18},{"value":105553368078096},{"value":6109953296},{"value":105553140692775},{"value":105553140692768},{"value":105553140692760},{"value":16126064},{"value":15393162792706},{"value":15393162792962},{"value":8320164832,"symbolLocation":0,"symbol":"_NSConcreteStackBlock"},{"value":8320164832,"symbolLocation":0,"symbol":"_NSConcreteStackBlock"},{"value":301},{"value":50},{"value":0},{"value":105553140692736},{"value":15393162792962},{"value":3584},{"value":105553140692760},{"value":16126064},{"value":105553140692768},{"value":105553156259936},{"value":1},{"value":105553152744240},{"value":105553152744240}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372249360},"cpsr":{"value":1610616832},"fp":{"value":6109965504},"sp":{"value":6109965456},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372854116},"far":{"value":0}},"frames":[{"imageOffset":13668,"symbol":"__psynch_mutexwait","symbolLocation":8,"imageIndex":16},{"imageOffset":15120,"symbol":"_pthread_mutex_firstfit_lock_wait","symbolLocation":80,"imageIndex":17},{"imageOffset":5812,"symbol":"_pthread_mutex_firstfit_lock_slow","symbolLocation":216,"imageIndex":17},{"imageOffset":193404,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126066,"name":"com.apple.NSURLConnectionLoader","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":279323198095360},{"value":0},{"value":279323198095360},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":65035},{"value":3072},{"value":18446744073709551569},{"value":2199023256066},{"value":0},{"value":4294967295},{"value":2},{"value":279323198095360},{"value":0},{"value":279323198095360},{"value":6110534968},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372914092},"cpsr":{"value":4096},"fp":{"value":6110534816},"sp":{"value":6110534736},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843376},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":16},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":16},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":16},{"imageOffset":588512,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":22},{"imageOffset":565256,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":2137316,"symbol":"+[__CFN_CoreSchedulingSetRunnable _run:]","symbolLocation":372,"imageIndex":26},{"imageOffset":7783128,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":23},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126067,"name":"com.apple.CFStream.LegacyThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":63235},{"value":3072},{"value":18446744073709551569},{"value":28587302328834},{"value":0},{"value":4294967295},{"value":2},{"value":271592256962560},{"value":0},{"value":271592256962560},{"value":6111109112},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372914092},"cpsr":{"value":4096},"fp":{"value":6111108960},"sp":{"value":6111108880},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843376},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":16},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":16},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":16},{"imageOffset":588512,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":22},{"imageOffset":565256,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":712364,"symbol":"_legacyStreamRunLoop_workThread","symbolLocation":260,"imageIndex":22},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126069,"name":"com.facebook.SocketRocket.NetworkThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":202374564020224},{"value":0},{"value":202374564020224},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":47119},{"value":3072},{"value":18446744073709551569},{"value":14293651164418},{"value":0},{"value":4294967295},{"value":2},{"value":202374564020224},{"value":0},{"value":202374564020224},{"value":6111681896},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372914092},"cpsr":{"value":4096},"fp":{"value":6111681744},"sp":{"value":6111681664},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843376},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":16},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":16},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":16},{"imageOffset":588512,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":22},{"imageOffset":565256,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":7623824,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","symbolLocation":208,"imageIndex":23},{"imageOffset":18956048,"symbol":"-[SRRunLoopThread main]","symbolLocation":216,"imageIndex":2},{"imageOffset":7783128,"symbol":"__NSThread__start__","symbolLocation":720,"imageIndex":23},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126071,"name":"com.apple.CFSocket.private","threadState":{"x":[{"value":4},{"value":0},{"value":105553116333216},{"value":0},{"value":0},{"value":0},{"value":9464596091895808},{"value":0},{"value":6112260320},{"value":0},{"value":5659252096},{"value":31},{"value":12},{"value":5659252272},{"value":72057602358283601,"symbolLocation":72057594037927937,"symbol":"OBJC_CLASS_$___NSCFArray"},{"value":8320355664,"symbolLocation":0,"symbol":"OBJC_CLASS_$___NSCFArray"},{"value":93},{"value":6446671120,"symbolLocation":0,"symbol":"-[__NSCFArray objectAtIndex:]"},{"value":0},{"value":64},{"value":8320377784,"symbolLocation":0,"symbol":"__CFActiveSocketsLock"},{"value":2},{"value":5659909760},{"value":53},{"value":105553116333216},{"value":105553116332752},{"value":0},{"value":8115174016,"symbolLocation":0,"symbol":"__kCFNull"},{"value":6112259676}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6446822696},"cpsr":{"value":1610616832},"fp":{"value":6112260032},"sp":{"value":6112226256},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372885400},"far":{"value":0}},"frames":[{"imageOffset":44952,"symbol":"__select","symbolLocation":8,"imageIndex":16},{"imageOffset":648488,"symbol":"__CFSocketManager","symbolLocation":676,"imageIndex":22},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126086,"name":"hades","threadState":{"x":[{"value":260},{"value":0},{"value":0},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6112833192},{"value":0},{"value":0},{"value":2},{"value":2},{"value":0},{"value":0},{"value":0},{"value":305},{"value":0},{"value":0},{"value":105553172023184},{"value":105553172023248},{"value":6112833760},{"value":0},{"value":0},{"value":0},{"value":1},{"value":256},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6112833312},"sp":{"value":6112833168},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":1752524,"symbol":"hermes::vm::HadesGC::Executor::worker()","symbolLocation":112,"imageIndex":14},{"imageOffset":1752368,"symbol":"void* std::__1::__thread_proxy[abi:v160006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*)","symbolLocation":44,"imageIndex":14},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126093,"name":"nitro-thread-1","threadState":{"x":[{"value":4},{"value":0},{"value":11264},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6113406648},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":27},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6113407200},{"value":0},{"value":0},{"value":11264},{"value":11264},{"value":13824},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6113406768},"sp":{"value":6113406624},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126094,"name":"nitro-thread-2","threadState":{"x":[{"value":4},{"value":0},{"value":10752},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6113980088},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":30},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6113980640},{"value":0},{"value":0},{"value":10752},{"value":10752},{"value":13312},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6113980208},"sp":{"value":6113980064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126095,"name":"nitro-thread-3","threadState":{"x":[{"value":4},{"value":0},{"value":10496},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6114553528},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":139},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6114554080},{"value":0},{"value":0},{"value":10496},{"value":10496},{"value":13056},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6114553648},"sp":{"value":6114553504},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126096,"name":"nitro-thread-4","threadState":{"x":[{"value":4},{"value":0},{"value":11264},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6115126968},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":218},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6115127520},{"value":0},{"value":0},{"value":11264},{"value":11264},{"value":13568},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6115127088},"sp":{"value":6115126944},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126098,"name":"nitro-thread-5","threadState":{"x":[{"value":4},{"value":0},{"value":12544},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6115700408},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":27},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6115700960},{"value":0},{"value":0},{"value":12544},{"value":12544},{"value":15104},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6115700528},"sp":{"value":6115700384},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126099,"name":"nitro-thread-6","threadState":{"x":[{"value":4},{"value":0},{"value":12800},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6116273848},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":147},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6116274400},{"value":0},{"value":0},{"value":12800},{"value":12800},{"value":15360},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6116273968},"sp":{"value":6116273824},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126100,"name":"nitro-thread-7","threadState":{"x":[{"value":4},{"value":0},{"value":12288},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6116847288},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":117},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6116847840},{"value":0},{"value":0},{"value":12288},{"value":12288},{"value":14848},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6116847408},"sp":{"value":6116847264},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126101,"name":"nitro-thread-8","threadState":{"x":[{"value":4},{"value":0},{"value":11520},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6117420728},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":36},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6117421280},{"value":0},{"value":0},{"value":11520},{"value":11520},{"value":14080},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6117420848},"sp":{"value":6117420704},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126102,"name":"nitro-thread-9","threadState":{"x":[{"value":4},{"value":0},{"value":11776},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6117994168},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":94},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6117994720},{"value":0},{"value":0},{"value":11776},{"value":11776},{"value":14336},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6117994288},"sp":{"value":6117994144},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126103,"name":"nitro-thread-10","threadState":{"x":[{"value":260},{"value":0},{"value":12032},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6118567608},{"value":0},{"value":6400},{"value":27487790700802},{"value":27487790700802},{"value":6400},{"value":0},{"value":27487790700800},{"value":305},{"value":88},{"value":0},{"value":4487515800,"symbolLocation":72,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":4487515864,"symbolLocation":136,"symbol":"margelo::nitro::ThreadPool::shared()::shared"},{"value":6118568160},{"value":0},{"value":0},{"value":12032},{"value":12032},{"value":14592},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372261560},"cpsr":{"value":1610616832},"fp":{"value":6118567728},"sp":{"value":6118567584},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372856852},"far":{"value":0}},"frames":[{"imageOffset":16404,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":16},{"imageOffset":27320,"symbol":"_pthread_cond_wait","symbolLocation":976,"imageIndex":17},{"imageOffset":131740,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","symbolLocation":24,"imageIndex":24},{"imageOffset":13822020,"symbol":"void* std::__1::__thread_proxy[abi:ne190102]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, margelo::nitro::ThreadPool::addThread()::$_0>>(void*)","symbolLocation":148,"imageIndex":2},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126105,"name":"com.apple.CoreMotion.MotionThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":224313256968192},{"value":0},{"value":224313256968192},{"value":2},{"value":4294967295},{"value":0},{"value":17179869184},{"value":0},{"value":2},{"value":0},{"value":0},{"value":52227},{"value":3072},{"value":18446744073709551569},{"value":2},{"value":0},{"value":4294967295},{"value":2},{"value":224313256968192},{"value":0},{"value":224313256968192},{"value":6119135512},{"value":8589934592},{"value":21592279046},{"value":18446744073709550527},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4372914092},"cpsr":{"value":4096},"fp":{"value":6119135360},"sp":{"value":6119135280},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843376},"far":{"value":0}},"frames":[{"imageOffset":2928,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":73644,"symbol":"mach_msg2_internal","symbolLocation":72,"imageIndex":16},{"imageOffset":35880,"symbol":"mach_msg_overwrite","symbolLocation":480,"imageIndex":16},{"imageOffset":3800,"symbol":"mach_msg","symbolLocation":20,"imageIndex":16},{"imageOffset":588512,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":156,"imageIndex":22},{"imageOffset":565256,"symbol":"__CFRunLoopRun","symbolLocation":1160,"imageIndex":22},{"imageOffset":562948,"symbol":"CFRunLoopRunSpecific","symbolLocation":552,"imageIndex":22},{"imageOffset":566836,"symbol":"CFRunLoopRun","symbolLocation":60,"imageIndex":22},{"imageOffset":1878180,"imageIndex":27},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126109,"name":"futures-timer","threadState":{"x":[{"value":14},{"value":638875131149551367},{"value":148749708},{"value":68719460488},{"value":105553166900928},{"value":0},{"value":105553142681280},{"value":57},{"value":148749708},{"value":12297829382473034411},{"value":13835058055282163714},{"value":28786379996},{"value":2043},{"value":2045},{"value":1753223223},{"value":1751124057},{"value":18446744073709551578},{"value":55},{"value":0},{"value":8471514173316},{"value":105553152737744},{"value":1000000000},{"value":105553142710960},{"value":4380050208},{"value":1},{"value":4380050160},{"value":6160543472},{"value":0},{"value":105553368078184}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011832},"cpsr":{"value":2147487744},"fp":{"value":6160543120},"sp":{"value":6160543088},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843268},"far":{"value":0}},"frames":[{"imageOffset":2820,"symbol":"semaphore_timedwait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16696,"symbol":"_dispatch_sema4_timedwait","symbolLocation":60,"imageIndex":25},{"imageOffset":18172,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":72,"imageIndex":25},{"imageOffset":658260,"imageIndex":5},{"imageOffset":201264,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126110,"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":173804,"imageIndex":5},{"imageOffset":420788,"imageIndex":5},{"imageOffset":405492,"imageIndex":5},{"imageOffset":401560,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}],"threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":18446744073709551584},{"value":105553156632224},{"value":105553156632320},{"value":32},{"value":105553242541056},{"value":1},{"value":54019},{"value":18446744073709551615},{"value":4379460524},{"value":4378741620},{"value":0},{"value":2045},{"value":1960853629},{"value":1958754418},{"value":18446744073709551580},{"value":125},{"value":0},{"value":105553152738544},{"value":105553152738480},{"value":18446744073709551615},{"value":6162527064},{"value":105553130328528},{"value":6162527144},{"value":0},{"value":6162526960},{"value":6},{"value":105553130328528}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6162526704},"sp":{"value":6162526688},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}}},{"id":16126111,"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":173804,"imageIndex":5},{"imageOffset":420788,"imageIndex":5},{"imageOffset":551184,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}],"threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":0},{"value":105553131220512},{"value":105553163308672},{"value":0},{"value":105553117271152},{"value":0},{"value":10515},{"value":18446744073709551615},{"value":4379460524},{"value":4378741620},{"value":0},{"value":0},{"value":3045267485},{"value":3043168282},{"value":18446744073709551580},{"value":29},{"value":0},{"value":105553151125008},{"value":105553151124944},{"value":18446744073709551615},{"value":6164818968},{"value":105553131220512},{"value":6164819048},{"value":0},{"value":6164818864},{"value":3},{"value":105553131220512}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6164818608},"sp":{"value":6164818592},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}}},{"id":16126112,"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":173804,"imageIndex":5},{"imageOffset":420788,"imageIndex":5},{"imageOffset":534160,"imageIndex":5},{"imageOffset":531944,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}],"threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":0},{"value":105553131213456},{"value":105553167406720},{"value":0},{"value":105553117462704},{"value":16383},{"value":61963},{"value":18446744073709551615},{"value":4379460524},{"value":4378741620},{"value":0},{"value":0},{"value":2409801768},{"value":2407702550},{"value":18446744073709551580},{"value":40},{"value":0},{"value":105553152885520},{"value":105553152885456},{"value":18446744073709551615},{"value":6166965608},{"value":105553131213456},{"value":6166965688},{"value":0},{"value":6166965504},{"value":3},{"value":105553131213456}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6166965248},"sp":{"value":6166965232},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}}},{"id":16126113,"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":173804,"imageIndex":5},{"imageOffset":420788,"imageIndex":5},{"imageOffset":507220,"imageIndex":5},{"imageOffset":504812,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}],"threadState":{"x":[{"value":14},{"value":18446744073709551615},{"value":0},{"value":105553131356160},{"value":105553166668288},{"value":0},{"value":105553116390176},{"value":66},{"value":86787},{"value":18446744073709551615},{"value":4379460524},{"value":4378741620},{"value":0},{"value":0},{"value":3829510176},{"value":3827410998},{"value":18446744073709551580},{"value":32},{"value":0},{"value":105553152747424},{"value":105553152747360},{"value":18446744073709551615},{"value":6169104440},{"value":105553131356160},{"value":6169104520},{"value":0},{"value":6169104336},{"value":3},{"value":105553131356160}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6169104080},"sp":{"value":6169104064},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}}},{"id":16126121,"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":16576,"symbol":"_dispatch_sema4_wait","symbolLocation":24,"imageIndex":25},{"imageOffset":18228,"symbol":"_dispatch_semaphore_wait_slow","symbolLocation":128,"imageIndex":25},{"imageOffset":655968,"imageIndex":5},{"imageOffset":173804,"imageIndex":5},{"imageOffset":420788,"imageIndex":5},{"imageOffset":485296,"imageIndex":5},{"imageOffset":671648,"imageIndex":5},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}],"threadState":{"x":[{"value":14},{"value":68615},{"value":171798697235},{"value":289287522222595},{"value":14680198217728},{"value":289287522222080},{"value":48},{"value":0},{"value":0},{"value":1},{"value":4379460524},{"value":4378741620},{"value":0},{"value":2095104},{"value":2043},{"value":4066400402},{"value":18446744073709551580},{"value":4068495501},{"value":0},{"value":105553152726080},{"value":105553152726016},{"value":18446744073709551615},{"value":6171189240},{"value":105553131314784},{"value":6171189320},{"value":0},{"value":6171189136},{"value":2},{"value":105553131314784}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6444011712},"cpsr":{"value":1610616832},"fp":{"value":6171188880},"sp":{"value":6171188864},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}}},{"id":16126143,"name":"caulk.messenger.shared:17","threadState":{"x":[{"value":14},{"value":105553120967034},{"value":0},{"value":6171848810},{"value":105553120967008},{"value":25},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":0},{"value":0},{"value":105553243718288},{"value":105553243718288},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7349146604},"cpsr":{"value":2147487744},"fp":{"value":6171848576},"sp":{"value":6171848544},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}},"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":66540,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":216,"imageIndex":28},{"imageOffset":95896,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":32,"imageIndex":28},{"imageOffset":96012,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":48,"imageIndex":28},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]},{"id":16126144,"name":"caulk.messenger.shared:high","threadState":{"x":[{"value":14},{"value":105553120967164},{"value":0},{"value":6172422252},{"value":105553120967136},{"value":27},{"value":0},{"value":0},{"value":0},{"value":4294967295},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":18446744073709551580},{"value":0},{"value":0},{"value":105553243730560},{"value":105553243730560},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7349146604},"cpsr":{"value":2147487744},"fp":{"value":6172422016},"sp":{"value":6172421984},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4372843244},"far":{"value":0}},"frames":[{"imageOffset":2796,"symbol":"semaphore_wait_trap","symbolLocation":8,"imageIndex":16},{"imageOffset":66540,"symbol":"caulk::semaphore::timed_wait(double)","symbolLocation":216,"imageIndex":28},{"imageOffset":95896,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":32,"imageIndex":28},{"imageOffset":96012,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)","symbolLocation":48,"imageIndex":28},{"imageOffset":26096,"symbol":"_pthread_start","symbolLocation":104,"imageIndex":17},{"imageOffset":6552,"symbol":"thread_start","symbolLocation":8,"imageIndex":17}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4374528000,
    "size" : 638976,
    "uuid" : "3247e185-ced2-36ff-9e29-47a77c23e004",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4371578880,
    "CFBundleShortVersionString" : "9.2.13",
    "CFBundleIdentifier" : "com.expensify.chat.dev",
    "size" : 16384,
    "uuid" : "8900b927-6cf3-3e21-8ef5-d687f23030e3",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/New Expensify Dev",
    "name" : "New Expensify Dev",
    "CFBundleVersion" : "9.2.13.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4454760448,
    "size" : 28803072,
    "uuid" : "60ba6aaa-2c16-3fc5-8645-1e5b8e942575",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/New Expensify Dev.debug.dylib",
    "name" : "New Expensify Dev.debug.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4371808256,
    "CFBundleShortVersionString" : "2.0.0",
    "CFBundleIdentifier" : "com.group-ib.FPAppsCapability",
    "size" : 32768,
    "uuid" : "1474b64a-e77a-3c78-becb-21fbeed36758",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/FPAppsCapability.framework\/FPAppsCapability",
    "name" : "FPAppsCapability",
    "CFBundleVersion" : "1935"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4372086784,
    "CFBundleShortVersionString" : "2.0.0",
    "CFBundleIdentifier" : "com.group-ib.FPCallCapability",
    "size" : 49152,
    "uuid" : "d1df2c0c-33a4-39c5-a93b-6182d3b73c0f",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/FPCallCapability.framework\/FPCallCapability",
    "name" : "FPCallCapability",
    "CFBundleVersion" : "1935"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4378181632,
    "CFBundleShortVersionString" : "1.64.0",
    "CFBundleIdentifier" : "com.fullstory.FullStory",
    "size" : 1851392,
    "uuid" : "836eb5f4-568d-3d7a-86b1-296eccb94c6c",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/FullStory.framework\/FullStory",
    "name" : "FullStory",
    "CFBundleVersion" : "1.64.0.8876729"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4380573696,
    "CFBundleShortVersionString" : "2.0.0",
    "CFBundleIdentifier" : "com.group-ib.GIBMobileSDK",
    "size" : 671744,
    "uuid" : "0c5458ff-4bde-3821-81ee-d5a17a258c13",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/GIBMobileSdk.framework\/GIBMobileSdk",
    "name" : "GIBMobileSdk",
    "CFBundleVersion" : "1935"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4392894464,
    "CFBundleShortVersionString" : "5.6.0",
    "CFBundleIdentifier" : "com.plaid.LinkKit",
    "size" : 6275072,
    "uuid" : "020f208c-d6c7-3008-bdc3-13a5dda6584e",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/LinkKit.framework\/LinkKit",
    "name" : "LinkKit",
    "CFBundleVersion" : "3081.20"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4385505280,
    "CFBundleShortVersionString" : "23.11.2",
    "CFBundleIdentifier" : "com.mapbox.common",
    "size" : 2719744,
    "uuid" : "d0848c35-86af-3322-bd8c-30eb6aa025f0",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/MapboxCommon.framework\/MapboxCommon",
    "name" : "MapboxCommon",
    "CFBundleVersion" : "23.11.2"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4416962560,
    "CFBundleShortVersionString" : "0.0.1",
    "CFBundleIdentifier" : "com.mapbox.maps",
    "size" : 7438336,
    "uuid" : "212a89bf-f66f-3e97-a49f-426f61b66c3a",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/MapboxCoreMaps.framework\/MapboxCoreMaps",
    "name" : "MapboxCoreMaps",
    "CFBundleVersion" : "0.0.1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4408754176,
    "CFBundleShortVersionString" : "10.19.1",
    "CFBundleIdentifier" : "org.cocoapods.MapboxMaps",
    "size" : 1687552,
    "uuid" : "83b0f036-e126-3b4d-801e-2fe0539d8096",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/MapboxMaps.framework\/MapboxMaps",
    "name" : "MapboxMaps",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4372545536,
    "CFBundleShortVersionString" : "2.0.0",
    "CFBundleIdentifier" : "com.mapbox.MapboxMobileEvents",
    "size" : 163840,
    "uuid" : "19475912-a570-3876-b0d9-38771c6bdce8",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/MapboxMobileEvents.framework\/MapboxMobileEvents",
    "name" : "MapboxMobileEvents",
    "CFBundleVersion" : "31"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4565499904,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.onfido.Onfido",
    "size" : 14336000,
    "uuid" : "b6e97eef-b667-3e1f-9c81-5f638a78fc46",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/Onfido.framework\/Onfido",
    "name" : "Onfido",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4376526848,
    "CFBundleShortVersionString" : "2.8.0",
    "CFBundleIdentifier" : "org.cocoapods.Turf",
    "size" : 278528,
    "uuid" : "eda94c83-cb17-3219-914e-957c398c31e1",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/Turf.framework\/Turf",
    "name" : "Turf",
    "CFBundleVersion" : "1"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4436869120,
    "CFBundleShortVersionString" : "0.12.0",
    "CFBundleIdentifier" : "dev.hermesengine.iphonesimulator",
    "size" : 3653632,
    "uuid" : "78012bbd-bc6d-35b8-a9e1-aefa838a50bc",
    "path" : "\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/1C4EAF18-491D-486F-9B11-E253B7105853\/data\/Containers\/Bundle\/Application\/D9AE80CF-1A1A-41F4-8EB4-BA96956D6D42\/New Expensify Dev.app\/Frameworks\/hermes.framework\/hermes",
    "name" : "hermes",
    "CFBundleVersion" : "0.12.0"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4371677184,
    "size" : 32768,
    "uuid" : "43ef9892-7edb-34c5-88d6-2c79fa2e7bd3",
    "path" : "\/usr\/lib\/system\/libsystem_platform.dylib",
    "name" : "libsystem_platform.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4372840448,
    "size" : 245760,
    "uuid" : "0960cf7e-fb2e-3068-998e-131a316ed666",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4372234240,
    "size" : 65536,
    "uuid" : "421e2342-6729-3a9f-a439-29ad130875b3",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4377559040,
    "size" : 49152,
    "uuid" : "a2df0cb8-60af-32a5-8c75-9274d09bdff8",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6628671488,
    "CFBundleShortVersionString" : "1.11",
    "CFBundleIdentifier" : "com.apple.QuartzCore",
    "size" : 3067904,
    "uuid" : "69aa99a4-29f4-3ff3-8413-697f689b61c5",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/QuartzCore.framework\/QuartzCore",
    "name" : "QuartzCore",
    "CFBundleVersion" : "1150.21"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6523031552,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.UIKitCore",
    "size" : 30674944,
    "uuid" : "e83e0347-27d7-34bd-b0d3-51666dfdfd76",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/UIKitCore.framework\/UIKitCore",
    "name" : "UIKitCore",
    "CFBundleVersion" : "8306"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6446174208,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 3989504,
    "uuid" : "6fc1e779-5846-3275-bf66-955738404cf6",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreFoundation.framework\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "3301"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6450683904,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12832768,
    "uuid" : "cf6b28c4-9795-362a-b563-7b1b8c116282",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/Foundation.framework\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "3301"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6445486080,
    "size" : 536564,
    "uuid" : "fb59d1e0-4df5-3571-91cf-f5a90235ba68",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/libc++.1.dylib",
    "name" : "libc++.1.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6443995136,
    "size" : 282624,
    "uuid" : "ef0492a6-8ca5-38f0-97bb-df9bdb54c17a",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6517948416,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 3678208,
    "uuid" : "4a0921b7-6bd8-3dd0-a7b0-17d82dbbc75a",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CFNetwork.framework\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "3826.400.120"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 6777589760,
    "CFBundleShortVersionString" : "2956.0.7",
    "CFBundleIdentifier" : "com.apple.coremotion",
    "size" : 3518464,
    "uuid" : "67164c20-442f-320b-924e-83c661869ab7",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/Frameworks\/CoreMotion.framework\/CoreMotion",
    "name" : "CoreMotion",
    "CFBundleVersion" : "2956.0.7"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 7349080064,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.audio.caulk",
    "size" : 155648,
    "uuid" : "e8850973-2ca5-3837-a40a-61c4db05f6dd",
    "path" : "\/Library\/Developer\/CoreSimulator\/Volumes\/iOS_22D8075\/Library\/Developer\/CoreSimulator\/Profiles\/Runtimes\/iOS 18.3.simruntime\/Contents\/Resources\/RuntimeRoot\/System\/Library\/PrivateFrameworks\/caulk.framework\/caulk",
    "name" : "caulk"
  }
],
  "sharedCache" : {
  "base" : 6442450944,
  "size" : 3881598976,
  "uuid" : "b03b78f5-8eb3-3220-874a-c41af88cf000"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.8G resident=0K(0%) swapped_out_or_unallocated=1.8G(100%)\nWritable regions: Total=2.0G written=2329K(0%) resident=2329K(0%) swapped_out=0K(0%) unallocated=2.0G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nActivity Tracing                   256K        1 \nColorSync                          192K        5 \nCoreAnimation                       16K        1 \nCoreData                            64K        4 \nCoreData Object IDs               4112K        2 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                             2.0G      101 \nMALLOC guard page                  288K       18 \nMach message                        16K        1 \nSQLite page cache                 2560K       20 \nSTACK GUARD                       56.7M       46 \nStack                             43.4M       47 \nVM_ALLOCATE                       34.8M       37 \n__DATA                            45.8M      916 \n__DATA_CONST                     106.7M      934 \n__DATA_DIRTY                        91K       11 \n__FONT_DATA                        2352        1 \n__LINKEDIT                       759.9M       20 \n__OBJC_RW                         2703K        1 \n__TEXT                             1.1G      948 \n__TPRO_CONST                       148K        2 \ndyld private memory                2.5G       13 \nlibnetwork                        1664K       24 \nmapped file                       44.2M       37 \npage table in kernel              2329K        1 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              6.6G     3194 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "aad4ed756efb7c543fe4032e1a2782b7c1544a9c",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "639124e81d92412bfb4880b3",
      "factorPackIds" : {

      },
      "deploymentId" : 240000012
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "28060e10-d4e5-4163-aa2b-d8bd088d5cbf",
      "experimentId" : "6685b283afc7c17197d69eec",
      "deploymentId" : 400000012
    }
  ]
}
}

Model: MacBookPro18,3, BootROM 11881.140.96, proc 10:8:2 processors, 32 GB, SMC 
Graphics: Apple M1 Pro, Apple M1 Pro, Built-In
Display: Color LCD, 3024 x 1964 Retina, Main, MirrorOff, Online
Display: HP 24mh, 1920 x 1080 (1080p FHD - Full High Definition), MirrorOff, Online
Memory Module: LPDDR5, Hynix
AirPort: spairport_wireless_card_type_wifi (0x14E4, 0x4387), wl0: Mar 23 2025 19:56:28 version 20.130.17.0.8.7.197 FWID 01-764e34b7
IO80211_driverkit-1485.7 "IO80211_driverkit-1485.7" Jul 15 2025 20:46:41
AirPort: 
Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB31Bus
USB Device: USB31Bus
USB Device: USB3.0 Hub
USB Device: AX88179A
USB Device: NS1081
USB Device: USB2.0 Hub
USB Device: USB Optical Mouse
USB Device: USB Billboard Device
USB Device: USB31Bus
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.
Thunderbolt Bus: MacBook Pro, Apple Inc.

@fabioh8010 fabioh8010 changed the title [No QA] Bump Fullstory libraries [WIP][No QA] Bump Fullstory libraries Sep 15, 2025
@fabioh8010
Copy link
Contributor Author

@fabioh8010 fabioh8010 changed the title [WIP][No QA] Bump Fullstory libraries [No QA] Bump Fullstory libraries Sep 29, 2025
@fabioh8010 fabioh8010 marked this pull request as ready for review September 29, 2025 10:30
@fabioh8010 fabioh8010 requested a review from a team as a code owner September 29, 2025 10:30
@melvin-bot melvin-bot bot requested a review from DylanDylann September 29, 2025 10:30
@melvin-bot
Copy link

melvin-bot bot commented Sep 29, 2025

@DylanDylann Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button]

@melvin-bot melvin-bot bot removed the request for review from a team September 29, 2025 10:30
@fabioh8010
Copy link
Contributor Author

@danieldoglas Could you generate AdHoc builds here?

@danieldoglas
Copy link
Contributor

running adhoc build!

@github-actions
Copy link
Contributor

🚧 @danieldoglas has triggered a test Expensify/App build. You can view the workflow run here.

@github-actions
Copy link
Contributor

🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
Built from App PR #70452 Mobile-Expensify PR Expensify/Mobile-Expensify#13693.

Android 🤖 iOS 🍎
https://ad-hoc-expensify-cash.s3.amazonaws.com/android/70452/index.html https://ad-hoc-expensify-cash.s3.amazonaws.com/ios/70452/index.html
Android iOS
Desktop 💻 Web 🕸️
https://ad-hoc-expensify-cash.s3.amazonaws.com/desktop/70452/NewExpensify.dmg https://70452.pr-testing.expensify.com
Desktop Web

👀 View the workflow run that generated this build 👀

@DylanDylann
Copy link
Contributor

Reviewer Checklist

  • I have verified the author checklist is complete (all boxes are checked off).
  • I verified the correct issue is linked in the ### Fixed Issues section above
  • I verified testing steps are clear and they cover the changes made in this PR
    • I verified the steps for local testing are in the Tests section
    • I verified the steps for Staging and/or Production testing are in the QA steps section
    • I verified the steps cover any possible failure scenarios (i.e. verify an input displays the correct error message if the entered data is not correct)
    • I turned off my network connection and tested it while offline to ensure it matches the expected behavior (i.e. verify the default avatar icon is displayed if app is offline)
  • I checked that screenshots or videos are included for tests on all platforms
  • I included screenshots or videos for tests on all platforms
  • I verified that the composer does not automatically focus or open the keyboard on mobile unless explicitly intended. This includes checking that returning the app from the background does not unexpectedly open the keyboard.
  • I verified tests pass on all platforms & I tested again on:
    • Android: HybridApp
    • Android: mWeb Chrome
    • iOS: HybridApp
    • iOS: mWeb Safari
    • MacOS: Chrome / Safari
    • MacOS: Desktop
  • If there are any errors in the console that are unrelated to this PR, I either fixed them (preferred) or linked to where I reported them in Slack
  • I verified there are no new alerts related to the canBeMissing param for useOnyx
  • I verified proper code patterns were followed (see Reviewing the code)
    • I verified that any callback methods that were added or modified are named for what the method does and never what callback they handle (i.e. toggleReport and not onIconClick).
    • I verified that comments were added to code that is not self explanatory
    • I verified that any new or modified comments were clear, correct English, and explained "why" the code was doing something instead of only explaining "what" the code was doing.
    • I verified any copy / text shown in the product is localized by adding it to src/languages/* files and using the translation method
    • I verified all numbers, amounts, dates and phone numbers shown in the product are using the localization methods
    • I verified any copy / text that was added to the app is grammatically correct in English. It adheres to proper capitalization guidelines (note: only the first word of header/labels should be capitalized), and is either coming verbatim from figma or has been approved by marketing (in order to get marketing approval, ask the Bug Zero team member to add the Waiting for copy label to the issue)
    • I verified proper file naming conventions were followed for any new files or renamed files. All non-platform specific files are named after what they export and are not named "index.js". All platform-specific files are named for the platform the code supports as outlined in the README.
    • I verified the JSDocs style guidelines (in STYLE.md) were followed
  • If a new code pattern is added I verified it was agreed to be used by multiple Expensify engineers
  • I verified that this PR follows the guidelines as stated in the Review Guidelines
  • I verified other components that can be impacted by these changes have been tested, and I retested again (i.e. if the PR modifies a shared library or component like Avatar, I verified the components using Avatar have been tested & I retested again)
  • I verified all code is DRY (the PR doesn't include any logic written more than once, with the exception of tests)
  • I verified any variables that can be defined as constants (ie. in CONST.ts or at the top of the file that uses the constant) are defined as such
  • If a new component is created I verified that:
    • A similar component doesn't exist in the codebase
    • All props are defined accurately and each prop has a /** comment above it */
    • The file is named correctly
    • The component has a clear name that is non-ambiguous and the purpose of the component can be inferred from the name alone
    • The only data being stored in the state is data necessary for rendering and nothing else
    • For Class Components, any internal methods passed to components event handlers are bound to this properly so there are no scoping issues (i.e. for onClick={this.submit} the method this.submit should be bound to this in the constructor)
    • Any internal methods bound to this are necessary to be bound (i.e. avoid this.submit = this.submit.bind(this); if this.submit is never passed to a component event handler like onClick)
    • All JSX used for rendering exists in the render method
    • The component has the minimum amount of code necessary for its purpose, and it is broken down into smaller components in order to separate concerns and functions
  • If any new file was added I verified that:
    • The file has a description of what it does and/or why is needed at the top of the file if the code is not self explanatory
  • If a new CSS style is added I verified that:
    • A similar style doesn't already exist
    • The style can't be created with an existing StyleUtils function (i.e. StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
  • If the PR modifies code that runs when editing or sending messages, I tested and verified there is no unexpected behavior for all supported markdown - URLs, single line code, code blocks, quotes, headings, bold, strikethrough, and italic.
  • If the PR modifies a generic component, I tested and verified that those changes do not break usages of that component in the rest of the App (i.e. if a shared library or component like Avatar is modified, I verified that Avatar is working as expected in all cases)
  • If the PR modifies a component related to any of the existing Storybook stories, I tested and verified all stories for that component are still working as expected.
  • If the PR modifies a component or page that can be accessed by a direct deeplink, I verified that the code functions as expected when the deeplink is used - from a logged in and logged out account.
  • If the PR modifies the UI (e.g. new buttons, new UI components, changing the padding/spacing/sizing, moving components, etc) or modifies the form input styles:
    • I verified that all the inputs inside a form are aligned with each other.
    • I added Design label and/or tagged @Expensify/design so the design team can review the changes.
  • If a new page is added, I verified it's using the ScrollView component to make it scrollable when more elements are added to the page.
  • For any bug fix or new feature in this PR, I verified that sufficient unit tests are included to prevent regressions in this flow.
  • If the main branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to the Test steps.
  • I have checked off every checkbox in the PR reviewer checklist, including those that don't apply to this PR.

Screenshots/Videos

Android: HybridApp
Screen.Recording.2025-09-30.at.11.11.21.mov
Android: mWeb Chrome
Screen.Recording.2025-09-30.at.11.13.01.mov
iOS: HybridApp
iOS: mWeb Safari
Screen.Recording.2025-09-30.at.11.13.28.mov
MacOS: Chrome / Safari
Screen.Recording.2025-09-30.at.10.58.39.mov
MacOS: Desktop
Screen.Recording.2025-09-30.at.11.19.49.mov

@DylanDylann
Copy link
Contributor

@danieldoglas could you help add me to adhoc provisioning profiles? Like #41801, #35995

Copy link
Contributor

@c3024 c3024 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coming from here

Tests well on iOS device
fulliOS1.mp4
fulliOS2.MP4

cc: @DylanDylann

@melvin-bot melvin-bot bot requested a review from danieldoglas September 30, 2025 15:45
@danieldoglas
Copy link
Contributor

@fabioh8010 there's some kind of conflict going on here, can you please check?

@danieldoglas danieldoglas merged commit 9a2976b into Expensify:main Sep 30, 2025
26 of 27 checks passed
@OSBotify
Copy link
Contributor

✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release.

@OSBotify
Copy link
Contributor

🚀 Deployed to staging by https://github.com/danieldoglas in version: 9.2.21-0 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented Oct 2, 2025

🚀 Deployed to production by https://github.com/Julesssss in version: 9.2.21-4 🚀

platform result
🖥 desktop 🖥 failure ❌
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented Oct 2, 2025

🚀 Deployed to production by https://github.com/Julesssss in version: 9.2.21-4 🚀

platform result
🖥 desktop 🖥 success ✅
🕸 web 🕸 success ✅
🤖 android 🤖 success ✅
🍎 iOS 🍎 success ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants