software-mansion / react-native-gesture-handler

Declarative API exposing platform native touch and gesture system to React Native.
https://docs.swmansion.com/react-native-gesture-handler/
MIT License
6.03k stars 971 forks source link

[Android] [Expo 44] [Bare] GestureStateManager TypeError: undefined is not a function #2293

Closed garrettg123 closed 1 year ago

garrettg123 commented 1 year ago

Description

I just got Android to build and execute, and the first red error in the app is in the title.

Here are my dependencies:

"dependencies": {
    "@apollo/client": "^3.6.9",
    "@blogcast/shared": "^1.0.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.36",
    "@fortawesome/free-brands-svg-icons": "^5.15.4",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/pro-duotone-svg-icons": "^5.15.4",
    "@fortawesome/pro-light-svg-icons": "^5.15.4",
    "@fortawesome/react-native-fontawesome": "^0.2.7",
    "@react-native-async-storage/async-storage": "~1.15.0",
    "@react-navigation/bottom-tabs": "^6.3.3",
    "@react-navigation/native": "^6.0.12",
    "@react-navigation/native-stack": "^6.8.0",
    "@react-navigation/stack": "^6.2.3",
    "@segment/analytics-react-native": "^2.1.11",
    "@segment/analytics-react-native-plugin-amplitude-session": "^0.2.1",
    "@segment/sovran-react-native": "^0.2.6",
    "@sentry/react-native": "^3.2.10",
    "apollo-link-logger": "^2.0.0",
    "apollo-link-scalars": "^3.0.0",
    "babel-plugin-inline-dotenv": "^1.6.0",
    "dayjs": "^1.10.7",
    "dotenv": "^10.0.0",
    "expo": "^44.0.0",
    "expo-app-loading": "~1.3.0",
    "expo-apple-authentication": "~4.1.0",
    "expo-application": "~4.0.1",
    "expo-auth-session": "~3.5.0",
    "expo-constants": "~13.0.1",
    "expo-dev-client": "0.8.6",
    "expo-device": "~4.1.0",
    "expo-in-app-purchases": "~12.1.0",
    "expo-linking": "~3.0.0",
    "expo-notifications": "~0.14.0",
    "expo-random": "~12.1.1",
    "expo-splash-screen": "~0.14.1",
    "expo-status-bar": "~1.2.0",
    "expo-updates": "~0.11.7",
    "firebase": "^9.12.1",
    "graphql": "^16.0.1",
    "graphql-scalars": "^1.13.6",
    "native-base": "^3.4.16",
    "patch-package": "^6.4.7",
    "pluralize": "^8.0.0",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-native": "0.64.3",
    "react-native-email-link": "^1.14.1",
    "react-native-gesture-handler": "~2.1.0",
    "react-native-iap": "^8.1.3",
    "react-native-reanimated": "2.3.1",
    "react-native-safe-area-context": "3.3.2",
    "react-native-screens": "~3.10.1",
    "react-native-svg": "12.1.1",
    "react-native-swiper-flatlist": "^3.0.17",
    "react-native-track-player": "^3.1.0",
    "recoil": "^0.5.2",
    "regexp.escape": "^1.1.0",
    "sentry-expo": "^4.0.0",
    "use-count-up": "^3.0.1",
    "react-native-web": "0.17.1"
  },

I've tried clearing my cache with sudo rm -rf ~/.gradle && sudo rm -rf ./build && ./gradlew clean. For some reason I can only start the app with expo run:android, expo start doesn't connect to the app even after it's installed on the simulator.

Steps to reproduce

expo run:android

Snack or a link to a repository

...

Gesture Handler version

~2.1.0

React Native version

0.64.3

Platforms

Android

JavaScript runtime

Hermes

Workflow

Expo bare workflow

Architecture

Paper (Old Architecture)

Build type

Debug mode

Device

Android emulator

Device model

Pixel 6 (Android 33)

Acknowledgements

Yes

github-actions[bot] commented 1 year ago

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

garrettg123 commented 1 year ago
Screen Shot 2022-10-27 at 1 50 52 PM
m-bert commented 1 year ago

Hi @garrett-gottlieb 👋

Info that you've provided says that you're using old version of GestureHandler. Could you please update it to the current one and check if this error still occurs?

garrettg123 commented 1 year ago

Hi Michał, thanks for the response! I just tried it with "react-native-gesture-handler": "^2.8.0", and am getting the exact same error, except it's on line 21 instead of 11 this time: Screenshot_1666989894

garrettg123 commented 1 year ago

Here's the full ADB Logcat from starting the app to crash:

10-31 17:41:28.050   527  2227 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.blogcast/.MainActivity bnds=[37,369][238,666]} from uid 10137
10-31 17:41:28.050   527   565 D EventSequenceValidator: Transition from ACTIVITY_FINISHED to INTENT_STARTED
10-31 17:41:28.057   527  2228 I system_server: oneway function results will be dropped but finished with status OK and parcel size 4
10-31 17:41:28.057   527  2228 I chatty  : uid=1000(system) Binder:527_1E identical 1 line
10-31 17:41:28.058   527  2228 I system_server: oneway function results will be dropped but finished with status OK and parcel size 4
10-31 17:41:28.066   423   423 I perfetto: ing_service_impl.cc:758 Configured tracing session 10, #sources:1, duration:5000 ms, #buffers:1, total buffer size:4096 KB, total sessions:1, uid:1071 session name: ""
10-31 17:41:28.067   527   527 W ActivityManager: Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
10-31 17:41:28.067   527   527 W RemoteAppPredictionService: could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
10-31 17:41:28.079   414   414 I perfetto: probes_producer.cc:230  Ftrace setup (target_buf=10)
10-31 17:41:28.081   360   468 D AudioFlinger: mixer(0xf51f9030) throttle end: throttle time(41)
10-31 17:41:28.095   527   565 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10155; state: DISABLED
10-31 17:41:28.096   527   572 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10155; state: ENABLED
10-31 17:41:28.101   527   565 D EventSequenceValidator: Transition from INTENT_STARTED to ACTIVITY_LAUNCHED
10-31 17:41:28.104   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f5c2f000 0x3f6594000]
10-31 17:41:28.161   360   468 D AF::Track: interceptBuffer: took 8588us to intercept 0 tracks
10-31 17:41:28.193   303   303 D Zygote  : Forked child process 12631
10-31 17:41:28.195   527   561 I system_server: oneway function results will be dropped but finished with status OK and parcel size 4
10-31 17:41:28.206   527   572 W ActivityManager: Slow operation: 112ms so far, now at startProcess: returned from zygote!
10-31 17:41:28.206   527   572 W ActivityManager: Slow operation: 112ms so far, now at startProcess: done updating battery stats
10-31 17:41:28.207   527   572 W ActivityManager: Slow operation: 112ms so far, now at startProcess: building log message
10-31 17:41:28.207   527   572 I ActivityManager: Start proc 12631:com.blogcast/u0a155 for pre-top-activity {com.blogcast/com.blogcast.MainActivity}
10-31 17:41:28.207   527   572 W ActivityManager: Slow operation: 112ms so far, now at startProcess: starting to update pids map
10-31 17:41:28.208   527   572 W ActivityManager: Slow operation: 113ms so far, now at startProcess: done updating pids map
10-31 17:41:28.214   414   414 I perfetto: ftrace_procfs.cc:176    enabled ftrace
10-31 17:41:28.259 12631 12631 I com.blogcast: Late-enabling -Xcheck:jni
10-31 17:41:28.301 12631 12631 I com.blogcast: Unquickening 12 vdex files!
10-31 17:41:28.304 12631 12631 W com.blogcast: Unexpected CPU variant for X86 using defaults: x86
10-31 17:41:28.320  1922  1968 I adbd    : jdwp connection from 12631
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.344   527  1296 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.345   527  1296 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.345   527  1296 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.346   527  1296 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
10-31 17:41:28.406   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.410   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.422   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.427   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.439   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.443   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.454   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.458   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.471   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.475   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.488   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.493   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.504   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.508   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.522   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.526   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.539   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.543   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.556   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.561   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.574   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.579   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.588   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.592   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.604   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.608   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.621   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.626   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.637   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.641   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.656   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.661   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.670   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.675   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.689   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.695   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.706   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.712   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.724   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.730   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.738   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.742   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0f10
10-31 17:41:28.756   323   323 W EmuHWC2 : validate: layer 33 CompositionType 1, fallback
10-31 17:41:28.762   323   323 W EmuHWC2 : No layers, exit, buffer 0xf21c0d10
10-31 17:41:28.838   368   368 E Layer   : [Surface(name=Task=11)/@0xef9d50c - animation-leash#0] No local sync point found
10-31 17:41:28.838   368   368 E Layer   : [Surface(name=Task=11)/@0xef9d50c - animation-leash#0] No local sync point found
10-31 17:41:28.838   368   368 E Layer   : [Surface(name=Task=1)/@0x4acbdfe - animation-leash#0] No local sync point found
10-31 17:41:28.838   368   368 E Layer   : [Surface(name=Task=1)/@0x4acbdfe - animation-leash#0] No local sync point found
10-31 17:41:29.042 12631 12631 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-31 17:41:29.043 12631 12631 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-31 17:41:29.455 12631 12631 W FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
10-31 17:41:29.455 12631 12631 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
10-31 17:41:29.483 12631 12631 D Sentry  : io.sentry.auto-init read: false
10-31 17:41:29.483 12631 12631 I Sentry  : Retrieving auto-init from AndroidManifest.xml
10-31 17:41:29.494 12631 12631 D SoLoader: init start
10-31 17:41:29.496 12631 12631 D SoLoader: adding system library source: /vendor/lib
10-31 17:41:29.497 12631 12631 D SoLoader: adding system library source: /system/lib
10-31 17:41:29.499 12631 12631 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86 flags = 0]
10-31 17:41:29.505 12631 12631 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.blogcast/lib-main flags = 1]
10-31 17:41:29.505 12631 12631 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
10-31 17:41:29.505 12631 12631 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
10-31 17:41:29.506 12631 12631 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86 flags = 0]
10-31 17:41:29.506 12631 12631 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.blogcast/lib-main flags = 1]
10-31 17:41:29.509 12631 12631 V fb-UnpackingSoSource: locked dso store /data/user/0/com.blogcast/lib-main
10-31 17:41:29.512 12631 12631 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.blogcast/lib-main
10-31 17:41:29.513 12631 12631 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.blogcast/lib-main
10-31 17:41:29.513 12631 12631 D SoLoader: init finish: 4 SO sources prepared
10-31 17:41:29.513 12631 12631 D SoLoader: init exiting
10-31 17:41:29.591 12631 12631 D SoLoader: init exiting
10-31 17:41:29.592 12631 12631 D SoLoader: About to load: libjscexecutor.so
10-31 17:41:29.593 12631 12631 D SoLoader: libjscexecutor.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:29.593 12631 12631 D SoLoader: libjscexecutor.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:29.593 12631 12631 D SoLoader: Not resolving dependencies for libjscexecutor.so
10-31 17:41:29.596 12631 12631 W System.err: java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so" not found: needed by /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86/libjscexecutor.so in namespace classloader-namespace
10-31 17:41:29.596 12631 12631 W System.err:    at java.lang.Runtime.load0(Runtime.java:939)
10-31 17:41:29.596 12631 12631 W System.err:    at java.lang.System.load(System.java:1628)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader$1.load(SoLoader.java:400)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.DirectorySoSource.loadLibraryFrom(DirectorySoSource.java:77)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.DirectorySoSource.loadLibrary(DirectorySoSource.java:50)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.ApplicationSoSource.loadLibrary(ApplicationSoSource.java:89)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:838)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader.loadLibraryBySoNameImpl(SoLoader.java:725)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:649)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:629)
10-31 17:41:29.597 12631 12631 W System.err:    at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
10-31 17:41:29.598 12631 12631 W System.err:    at com.facebook.react.ReactInstanceManagerBuilder.getDefaultJSExecutorFactory(ReactInstanceManagerBuilder.java:297)
10-31 17:41:29.598 12631 12631 W System.err:    at com.facebook.react.ReactInstanceManagerBuilder.build(ReactInstanceManagerBuilder.java:270)
10-31 17:41:29.598 12631 12631 W System.err:    at com.facebook.react.ReactNativeHost.createReactInstanceManager(ReactNativeHost.java:87)
10-31 17:41:29.598 12631 12631 W System.err:    at expo.modules.ReactNativeHostWrapper.createReactInstanceManager(ReactNativeHostWrapper.kt:33)
10-31 17:41:29.598 12631 12631 W System.err:    at com.facebook.react.ReactNativeHost.getReactInstanceManager(ReactNativeHost.java:39)
10-31 17:41:29.598 12631 12631 W System.err:    at com.blogcast.MainApplication.onCreate(MainApplication.java:66)
10-31 17:41:29.598 12631 12631 W System.err:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1192)
10-31 17:41:29.598 12631 12631 W System.err:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6712)
10-31 17:41:29.598 12631 12631 W System.err:    at android.app.ActivityThread.access$1300(ActivityThread.java:237)
10-31 17:41:29.598 12631 12631 W System.err:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
10-31 17:41:29.598 12631 12631 W System.err:    at android.os.Handler.dispatchMessage(Handler.java:106)
10-31 17:41:29.598 12631 12631 W System.err:    at android.os.Looper.loop(Looper.java:223)
10-31 17:41:29.599 12631 12631 W System.err:    at android.app.ActivityThread.main(ActivityThread.java:7656)
10-31 17:41:29.599 12631 12631 W System.err:    at java.lang.reflect.Method.invoke(Native Method)
10-31 17:41:29.599 12631 12631 W System.err:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
10-31 17:41:29.600 12631 12631 W System.err:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947)
10-31 17:41:29.600 12631 12631 E SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: dlopen failed: library "libjsc.so" not found: needed by /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86/libjscexecutor.so in namespace classloader-namespace result: 0
10-31 17:41:29.613 12631 12631 D SoLoader: init exiting
10-31 17:41:29.720 12631 12631 W com.blogcast: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed)
10-31 17:41:29.721 12631 12631 W com.blogcast: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
10-31 17:41:29.721 12631 12631 W com.blogcast: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed)
10-31 17:41:29.779 12631 12659 D SoLoader: About to load: libfbjni.so
10-31 17:41:29.780 12631 12659 D SoLoader: libfbjni.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:29.780 12631 12659 D SoLoader: libfbjni.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:29.780 12631 12659 D SoLoader: Not resolving dependencies for libfbjni.so
10-31 17:41:29.787 12631 12659 D SoLoader: Loaded: libfbjni.so
10-31 17:41:29.788 12631 12659 D SoLoader: About to load: libflipper.so
10-31 17:41:29.789 12631 12659 D SoLoader: libflipper.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:29.789 12631 12659 D SoLoader: libflipper.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:29.789 12631 12659 D SoLoader: Not resolving dependencies for libflipper.so
10-31 17:41:29.815 12631 12659 D SoLoader: Loaded: libflipper.so
10-31 17:41:29.909 12631 12631 W com.blogcast: Accessing hidden field Landroid/view/View;->mKeyedTags:Landroid/util/SparseArray; (greylist, reflection, allowed)
10-31 17:41:29.910 12631 12631 W com.blogcast: Accessing hidden field Landroid/view/View;->mListenerInfo:Landroid/view/View$ListenerInfo; (greylist, reflection, allowed)
10-31 17:41:29.910 12631 12631 W com.blogcast: Accessing hidden field Landroid/view/View$ListenerInfo;->mOnClickListener:Landroid/view/View$OnClickListener; (greylist, reflection, allowed)
10-31 17:41:29.944 12631 12631 I flipper : flipper: FlipperClient::addPlugin Inspector
10-31 17:41:29.944 12631 12631 I flipper : flipper: FlipperClient::addPlugin React
10-31 17:41:29.951 12631 12631 I flipper : flipper: FlipperClient::addPlugin Databases
10-31 17:41:29.957 12631 12631 I flipper : flipper: FlipperClient::addPlugin Preferences
10-31 17:41:29.960 12631 12631 I flipper : flipper: FlipperClient::addPlugin CrashReporter
10-31 17:41:29.967 12631 12631 I flipper : flipper: FlipperClient::addPlugin Network
10-31 17:41:30.002 12631 12671 D libEGL  : loaded /vendor/lib/egl/libEGL_emulation.so
10-31 17:41:30.012 12631 12671 D libEGL  : loaded /vendor/lib/egl/libGLESv1_CM_emulation.so
10-31 17:41:30.019 12631 12671 D libEGL  : loaded /vendor/lib/egl/libGLESv2_emulation.so
10-31 17:41:30.340 12631 12631 W com.blogcast: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (greylist, reflection, allowed)
10-31 17:41:30.341 12631 12631 W com.blogcast: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (greylist, reflection, allowed)
10-31 17:41:30.645 12631 12631 W unknown:ReactNative: Packager connection already open, nooping.
10-31 17:41:30.679 12631 12669 D HostConnection: HostConnection::get() New Host Connection established 0xf2bef250, tid 12669
10-31 17:41:30.689 12631 12669 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
10-31 17:41:30.694   179   179 I hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device manifest.
10-31 17:41:30.695 12631 12669 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
10-31 17:41:30.696 12631 12669 D EGL_emulation: eglCreateContext: 0xf2beec30: maj 3 min 0 rcv 3
10-31 17:41:30.698 12631 12669 D EGL_emulation: eglMakeCurrent: 0xf2beec30: ver 3 0 (tinfo 0xf2f14cd0) (first time)
10-31 17:41:30.719   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f4965000 0x3f52ca000]
10-31 17:41:30.724   179   179 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
10-31 17:41:30.725 12631 12669 I Gralloc4: mapper 4.x is not supported
10-31 17:41:30.728 12631 12669 D HostConnection: createUnique: call
10-31 17:41:30.728 12631 12669 D HostConnection: HostConnection::get() New Host Connection established 0xf2beeed0, tid 12669
10-31 17:41:30.730 12631 12669 D goldfish-address-space: allocate: Ask for block of size 0x100
10-31 17:41:30.730 12631 12669 D goldfish-address-space: allocate: ioctl allocate returned offset 0x3f3ffe000 size 0x2000
10-31 17:41:30.742 12631 12669 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_YUV_Cache ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_gles_max_version_3_0
10-31 17:41:30.749   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f6594000 0x3f6ef9000]
10-31 17:41:30.752   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f931b000 0x3f9c80000]
10-31 17:41:30.815   527   570 D ArtManagerInternalImpl: /data/misc/iorapd/com.blogcast/1/com.blogcast.MainActivity/compiled_traces/compiled_trace.pb doesn't exist
10-31 17:41:30.817   527   565 D EventSequenceValidator: Transition from ACTIVITY_LAUNCHED to ACTIVITY_FINISHED
10-31 17:41:30.817   527   570 I ActivityTaskManager: Displayed com.blogcast/.MainActivity: +2s763ms
10-31 17:41:30.916   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7e61000 0x3f7ead000]
10-31 17:41:30.932   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7ead000 0x3f7ef9000]
10-31 17:41:30.933   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7ef9000 0x3f7f45000]
10-31 17:41:31.021   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7ead000 0x3f7ef9000]
10-31 17:41:31.036   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7ef9000 0x3f7f45000]
10-31 17:41:31.107 12261 12609 I PBSessionCacheImpl: (REDACTED) Deleted sessionId[%d] from persistence.
10-31 17:41:31.124 12261 12308 I A       : getLocaleToModelSpecsMap
10-31 17:41:31.124 12261 12308 I A       : Using proto config with mendel
10-31 17:41:31.127 12261 12308 I A       : getLocaleToModelSpecsMap
10-31 17:41:31.127 12261 12308 I A       : Using proto config with mendel
10-31 17:41:31.128 12261 12308 W SearchServiceCore: Abort, client detached.
10-31 17:41:31.133 12261 12308 I MicroDetectionState: (REDACTED) Should stop hotword detection immediately - %b
10-31 17:41:31.134 12261 12308 I A       : getLocaleToModelSpecsMap
10-31 17:41:31.135 12261 12308 I A       : Using proto config with mendel
10-31 17:41:31.135 12261 12308 I A       : getLocaleToModelSpecsMap
10-31 17:41:31.137 12261 12308 I A       : Using proto config with mendel
10-31 17:41:31.174   527  2227 I system_server: oneway function results will be dropped but finished with status OK and parcel size 4
10-31 17:41:32.084   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f7e61000 0x3f7ead000]
10-31 17:41:33.073   414   414 I perfetto: probes_producer.cc:329  Producer stop (id=10)
10-31 17:41:33.077   423   423 I perfetto: ng_service_impl.cc:1948 Tracing session 10 ended, total sessions:0
10-31 17:41:33.079   414   414 I perfetto: ftrace_procfs.cc:183    disabled ftrace
10-31 17:41:35.948 12631 12661 D SoLoader: About to load: libreactnativejni.so
10-31 17:41:35.949 12631 12661 D SoLoader: libreactnativejni.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:35.949 12631 12661 D SoLoader: libreactnativejni.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:35.949 12631 12661 D SoLoader: Not resolving dependencies for libreactnativejni.so
10-31 17:41:35.999 12631 12661 D SoLoader: Loaded: libreactnativejni.so
10-31 17:41:36.021  1358  1422 I PeriodicStatsRunner: PeriodicStatsRunner.call():180 call()
10-31 17:41:36.021  1358  1422 I PeriodicStatsRunner: PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
10-31 17:41:39.291 12631 12645 I com.blogcast: Background young concurrent copying GC freed 3795(406KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 20MB/20MB, paused 1.779ms total 129.600ms
10-31 17:41:39.779 12631 12682 D SoLoader: About to load: libhermes.so
10-31 17:41:39.779 12631 12682 D SoLoader: libhermes.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:39.779 12631 12682 D SoLoader: libhermes.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:39.780 12631 12682 D SoLoader: Not resolving dependencies for libhermes.so
10-31 17:41:39.783 12631 12682 D SoLoader: Loaded: libhermes.so
10-31 17:41:39.783 12631 12682 D SoLoader: About to load: libhermes-executor-debug.so
10-31 17:41:39.783 12631 12682 D SoLoader: libhermes-executor-debug.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:39.783 12631 12682 D SoLoader: libhermes-executor-debug.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:39.783 12631 12682 D SoLoader: Not resolving dependencies for libhermes-executor-debug.so
10-31 17:41:39.790 12631 12682 D SoLoader: Loaded: libhermes-executor-debug.so
10-31 17:41:39.817 12631 12682 V AsyncStorageExpoMigration: No scoped database found
10-31 17:41:41.071 12631 12687 I ReactNativeJNI: Inspector::Inspector transitioning to initial state RunningDetached
10-31 17:41:41.118 12261 12308 I WorkerManager: dispose()
10-31 17:41:41.120 12261 12308 W A       : (REDACTED) Queue length for executor %s is now %d. Perhaps some tasks are too long, or the pool is too small.
10-31 17:41:41.201 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager
10-31 17:41:41.210 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode
10-31 17:41:41.217 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
10-31 17:41:41.218 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager
10-31 17:41:41.219 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
10-31 17:41:41.224 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
10-31 17:41:41.226 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
10-31 17:41:41.228 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode
10-31 17:41:41.231 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager
10-31 17:41:41.234 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager
10-31 17:41:41.236 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode
10-31 17:41:41.237 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager
10-31 17:41:41.241 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode
10-31 17:41:41.242 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
10-31 17:41:41.246 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
10-31 17:41:41.246 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
10-31 17:41:41.250 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager
10-31 17:41:41.252 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager
10-31 17:41:41.253 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode
10-31 17:41:41.254 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager
10-31 17:41:41.254 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode
10-31 17:41:41.255 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager
10-31 17:41:41.263 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode
10-31 17:41:41.269 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager
10-31 17:41:41.274 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode
10-31 17:41:41.276 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager
10-31 17:41:41.280 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager
10-31 17:41:41.281 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode
10-31 17:41:41.281 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.unimplementedview.ReactUnimplementedViewManager
10-31 17:41:41.282 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager
10-31 17:41:41.283 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager
10-31 17:41:41.284 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager
10-31 17:41:41.285 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager
10-31 17:41:41.286 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewShadowNode
10-31 17:41:41.287 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager
10-31 17:41:41.289 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager
10-31 17:41:41.290 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager
10-31 17:41:41.291 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager
10-31 17:41:41.299 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager
10-31 17:41:41.301 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.SearchBarManager
10-31 17:41:41.302 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager
10-31 17:41:41.306 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RenderableShadowNode
10-31 17:41:41.309 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager
10-31 17:41:41.310 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager
10-31 17:41:41.313 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager
10-31 17:41:41.314 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager
10-31 17:41:41.319 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager
10-31 17:41:41.323 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager
10-31 17:41:41.326 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager
10-31 17:41:41.328 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager
10-31 17:41:41.330 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager
10-31 17:41:41.332 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager
10-31 17:41:41.333 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager
10-31 17:41:41.334 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager
10-31 17:41:41.336 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager
10-31 17:41:41.338 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager
10-31 17:41:41.340 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager
10-31 17:41:41.342 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager
10-31 17:41:41.343 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager
10-31 17:41:41.345 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager
10-31 17:41:41.346 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager
10-31 17:41:41.348 12631 12682 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager
10-31 17:41:41.369 12631 12682 W com.blogcast: Accessing hidden field Ljava/lang/reflect/Field;->accessFlags:I (greylist, reflection, allowed)
10-31 17:41:41.386 12631 12682 D SoLoader: About to load: libturbomodulejsijni.so
10-31 17:41:41.386 12631 12682 D SoLoader: libturbomodulejsijni.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:41.386 12631 12682 D SoLoader: libturbomodulejsijni.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:41.386 12631 12682 D SoLoader: Not resolving dependencies for libturbomodulejsijni.so
10-31 17:41:41.389 12631 12682 D SoLoader: Loaded: libturbomodulejsijni.so
10-31 17:41:41.413 12631 12688 D AnalyticsReactNative: onHostResume = Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.blogcast/.MainActivity bnds=[37,369][238,666] }
10-31 17:41:41.413 12631 12688 D AnalyticsReactNative: No Intent data found
10-31 17:41:41.413 12631 12631 W unknown:ReactNative: Packager connection already open, nooping.
10-31 17:41:41.442 12631 12688 D SoLoader: About to load: libyoga.so
10-31 17:41:41.443 12631 12688 D SoLoader: libyoga.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:41.443 12631 12688 D SoLoader: libyoga.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:41.443 12631 12688 D SoLoader: Not resolving dependencies for libyoga.so
10-31 17:41:41.447 12631 12688 D SoLoader: Loaded: libyoga.so
10-31 17:41:41.527 12631 12688 V SovranModule: onInitialized queue: 0
10-31 17:41:41.671 12631 12688 I flipper : flipper: FlipperClient::addPlugin Fresco
10-31 17:41:42.121 12631 12687 I ReactNativeJNI: received didPause for reason: 0 in state: RunningDetached
10-31 17:41:42.369 12631 12687 D SoLoader: About to load: libreactnativeblob.so
10-31 17:41:42.370 12631 12687 D SoLoader: libreactnativeblob.so not found on /data/data/com.blogcast/lib-main
10-31 17:41:42.370 12631 12687 D SoLoader: libreactnativeblob.so found on /data/app/~~5JuNG_a-pXEA3cShdPcAvA==/com.blogcast-uzEKBBaXr8bKDFCS9-L7eg==/lib/x86
10-31 17:41:42.370 12631 12687 D SoLoader: Not resolving dependencies for libreactnativeblob.so
10-31 17:41:42.376 12631 12687 D SoLoader: Loaded: libreactnativeblob.so
10-31 17:41:42.410 12631 12688 I WebViewFactory: Loading com.google.android.webview version 83.0.4103.106 (code 410410681)
10-31 17:41:42.424 12631 12688 I com.blogcast: The ClassLoaderContext is a special shared library.
10-31 17:41:42.428 12631 12688 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
10-31 17:41:42.526 12631 12688 I com.blogcast: The ClassLoaderContext is a special shared library.
10-31 17:41:42.527 12631 12688 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
10-31 17:41:42.644   527  1296 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10114; state: DISABLED
10-31 17:41:42.644   527   572 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10114; state: ENABLED
10-31 17:41:42.650 12631 12688 I cr_LibraryLoader: Loaded native library version number "83.0.4103.106"
10-31 17:41:42.650 12631 12688 I cr_CachingUmaRecorder: Flushed 3 samples from 3 histograms.
10-31 17:41:42.656   303   303 D Zygote  : Forked child process 12708
10-31 17:41:42.659   527   572 I ActivityManager: Start proc 12708:com.google.android.webview:webview_service/u0a114 for service {com.google.android.webview/org.chromium.android_webview.services.VariationsSeedServer}
10-31 17:41:42.674 12708 12708 W webview_servic: Unexpected CPU variant for X86 using defaults: x86
10-31 17:41:42.689 12708 12708 E webview_servic: Not starting debugger since process cannot load the jdwp agent.
10-31 17:41:42.710   527  2227 D CompatibilityChangeReporter: Compat change id reported: 136274596; UID 10155; state: ENABLED
10-31 17:41:42.733 12708 12708 I webview_servic: The ClassLoaderContext is a special shared library.
10-31 17:41:42.741 12708 12708 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
10-31 17:41:42.747 12708 12708 I webview_servic: The ClassLoaderContext is a special shared library.
10-31 17:41:42.749 12708 12708 D nativeloader: classloader namespace configured for unbundled product apk. library_path=/product/app/WebViewGoogle/lib/x86:/product/app/WebViewGoogle/WebViewGoogle.apk!/lib/x86:/product/app/TrichromeLibrary/TrichromeLibrary.apk!/lib/x86:/product/lib:/system/product/lib
10-31 17:41:42.766 12708 12708 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-31 17:41:42.767 12708 12708 D NetworkSecurityConfig: No Network Security Config specified, using platform default
10-31 17:41:43.532 12631 12687 E ReactNativeJS: TypeError: undefined is not a function, js engine: hermes
10-31 17:41:43.608 12631 12687 I ReactNativeJS: Running "main" with {"rootTag":1}
10-31 17:41:43.751   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f4000000 0x3f4965000]
10-31 17:41:43.761   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f6ef9000 0x3f785e000]
10-31 17:41:43.763   322   383 D goldfish-address-space: claimShared: Ask to claim region [0x3f52ca000 0x3f5c2f000]
10-31 17:41:44.576 12631 12631 W com.blogcast: Accessing hidden field Landroid/widget/HorizontalScrollView;->mScroller:Landroid/widget/OverScroller; (greylist, reflection, allowed)
10-31 17:41:45.210 12631 12631 W com.blogcast: Accessing hidden field Landroid/widget/ScrollView;->mScroller:Landroid/widget/OverScroller; (greylist, reflection, allowed)
10-31 17:41:45.420 12631 12631 E unknown:FabricViewStateManager: setState called without a StateWrapper
10-31 17:41:45.477 12631 12631 E unknown:FabricViewStateManager: setState called without a StateWrapper
10-31 17:41:46.108 10024 10024 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.inappreach.service.START dat=chimera-action:com.google.android.gms.inappreach.service.START cmp=com.google.android.gms/.chimera.GmsApiService }
10-31 17:41:48.842  1358  1422 I PeriodicStatsRunner: PeriodicStatsRunner.call():180 call()
10-31 17:41:48.842  1358  1422 I PeriodicStatsRunner: PeriodicStatsRunner.call():184 No submit PeriodicStats since input started.
j-piasecki commented 1 year ago

Another thing you can try is updating Reanimated, as this part of Gesture Handler is heavily intertwined with it. If that doesn't help, I don't know if I will be able to help without a reproduction.

garrettg123 commented 1 year ago

I haven't stopped working on this, unfortunately. I'm in the process of updating to Expo v47 which uses the following versions:

    "react-native-gesture-handler": "~2.8.0",
    "react-native-reanimated": "~2.12.0",

However, updating from Expo v44 to v47 has been very tedious and many other things are breaking along the way. I will report back when finished, hopefully saying that this upgrade worked. Until then, I will wait 10 minutes for this build to finish and hopefully not crash before starting for the nth time...