facebook / hermes

A JavaScript engine optimized for running React Native.
https://hermesengine.dev/
MIT License
9.5k stars 604 forks source link

Fatal signal 11 on RN 0.61.1 #117

Closed diegolmello closed 4 years ago

diegolmello commented 4 years ago

Here's stack trace:

09-25 16:48:04.616 18199 18304 F libc    : Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x742e907fb0 in tid 18304 (mqt_js), pid 18199 (ket.reactnative)
09-25 16:48:04.709 18315 18315 I crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
09-25 16:48:04.709  1051  1051 I /system/bin/tombstoned: received crash request for pid 18304
09-25 16:48:04.711 18315 18315 I crash_dump64: performing dump of process 18199 (target tid = 18304)
09-25 16:48:04.727 18315 18315 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-25 16:48:04.727 18315 18315 F DEBUG   : Build fingerprint: 'xiaomi/jasmine/jasmine_sprout:9/PKQ1.180904.001/V10.0.14.0.PDIMIXM:user/release-keys'
09-25 16:48:04.727 18315 18315 F DEBUG   : Revision: '0'
09-25 16:48:04.727 18315 18315 F DEBUG   : ABI: 'arm64'
09-25 16:48:04.727 18315 18315 F DEBUG   : pid: 18199, tid: 18304, name: mqt_js  >>> chat.rocket.reactnative <<<
09-25 16:48:04.727 18315 18315 F DEBUG   : signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x742e907fb0
09-25 16:48:04.727 18315 18315 F DEBUG   :     x0  00000074345b1b88  x1  000000744ee8fc00  x2  000000742fb1e888  x3  0000000000000003
09-25 16:48:04.727 18315 18315 F DEBUG   :     x4  0000000000000000  x5  000000742e908038  x6  000000000000004c  x7  0000000000000000
09-25 16:48:04.727 18315 18315 F DEBUG   :     x8  000000742fb1e860  x9  00000000ffffffff  x10 0000000000000001  x11 000000743356085e
09-25 16:48:04.727 18315 18315 F DEBUG   :     x12 000000000000007c  x13 0000000000001040  x14 0000000000000080  x15 aaaaaaaaaaaaaaab
09-25 16:48:04.727 18315 18315 F DEBUG   :     x16 00000074d37d3bd0  x17 00000074d3756894  x18 0000000000000000  x19 000000742fb1e888
09-25 16:48:04.727 18315 18315 F DEBUG   :     x20 000000742e908038  x21 00000074345b1b88  x22 0000000000000003  x23 000000742fb1e800
09-25 16:48:04.727 18315 18315 F DEBUG   :     x24 000000742fb1e888  x25 000000742ea0b588  x26 000000742ea0b588  x27 000000742ea092e8
09-25 16:48:04.728 18315 18315 F DEBUG   :     x28 000000742ea0b588  x29 000000742e908020
09-25 16:48:04.728 18315 18315 F DEBUG   :     sp  000000742e907fa0  lr  00000074d3786c48  pc  00000074d375d1a0
09-25 16:48:04.737 18315 18315 F DEBUG   :
09-25 16:48:04.737 18315 18315 F DEBUG   : backtrace:
09-25 16:48:04.737 18315 18315 F DEBUG   :     #00 pc 00000000000991a0  /system/lib64/libc.so (je_arena_tcache_fill_small+4)
09-25 16:48:04.737 18315 18315 F DEBUG   :     #01 pc 00000000000c2c44  /system/lib64/libc.so (je_tcache_alloc_small_hard+32)
09-25 16:48:04.737 18315 18315 F DEBUG   :     #02 pc 00000000000b242c  /system/lib64/libc.so (je_malloc+752)
09-25 16:48:04.737 18315 18315 F DEBUG   :     #03 pc 0000000000094d2c  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libc++_shared.so (operator new(unsigned long)+32)
09-25 16:48:04.737 18315 18315 F DEBUG   :     #04 pc 0000000000109a5c  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
09-25 16:48:04.737 18315 18315 F DEBUG   :     #05 pc 00000000001071c8  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
09-25 16:48:04.737 18315 18315 F DEBUG   :     #06 pc 0000000000106838  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
09-25 16:48:04.737 18315 18315 F DEBUG   :     #07 pc 000000000010610c  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
09-25 16:48:04.737 18315 18315 F DEBUG   :     #08 pc 000000000010616c  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
...
09-25 16:48:04.743 18315 18315 F DEBUG   :     #255 pc 000000000010616c  /data/app/chat.rocket.reactnative-TnMvBvHg5QupivSrSFJfuQ==/lib/arm64/libhermes.so
mhorowitz commented 4 years ago

Thanks for reporting this. Unfortunately, the data Android includes in logcat is often insufficient on its own to debug native crashes.

If you can reproduce this bug under Android Studio and send a stack trace which includes symbols and line numbers, that would help us understand what's happening here. That said, I'm not sure if the libraries Hermes ships have enough information included for Android Studio to do this. This is something we'll need to look into.

Another possibility is that I notice you've elided many frames, and the full stack appears to be larger than 256 frames. So another possibility is a very deep recursion in JavaScript code. Hermes has some checks for this, but they are not foolproof.

diegolmello commented 4 years ago

It works on development, but not on release. It works fine without Hermes. This is the whole stack trace:

2019-09-26 15:21:48.773 1489-6264/? I/ActivityManager: START u0 {flg=0x10100000 cmp=chat.rocket.reactnative/.MainActivity} from uid 2000
2019-09-26 15:21:48.785 1489-6264/? D/ActivityTrigger: activityStartTrigger: Activity is Triggerred in full screen ApplicationInfo{30dc135 chat.rocket.reactnative}
2019-09-26 15:21:48.785 1489-6264/? E/ActivityTrigger: activityStartTrigger: not whiteListedchat.rocket.reactnative/chat.rocket.reactnative.MainActivity/999999999
2019-09-26 15:21:48.787 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:48.787 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:48.787 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:48.792 1489-6264/? D/ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{30dc135 chat.rocket.reactnative} is now in focus and seems to be in full-screen mode
2019-09-26 15:21:48.792 1489-6264/? E/ActivityTrigger: activityResumeTrigger: not whiteListedchat.rocket.reactnative/chat.rocket.reactnative.MainActivity/999999999
2019-09-26 15:21:48.792 1489-6264/? D/ActivityTrigger: ActivityTrigger activityPauseTrigger 
2019-09-26 15:21:48.803 1489-2274/? D/ActivityTrigger: activityResumeTrigger: The activity in ApplicationInfo{30dc135 chat.rocket.reactnative} is now in focus and seems to be in full-screen mode
2019-09-26 15:21:48.803 1489-2274/? E/ActivityTrigger: activityResumeTrigger: not whiteListedchat.rocket.reactnative/chat.rocket.reactnative.MainActivity/999999999
2019-09-26 15:21:48.822 1489-1571/? I/ActivityManager: Start proc 30994:chat.rocket.reactnative/u0a290 for activity chat.rocket.reactnative/.MainActivity
2019-09-26 15:21:48.835 30994-30994/? E/ket.reactnativ: Not starting debugger since process cannot load the jdwp agent.
2019-09-26 15:21:48.846 1489-2572/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:48.846 1489-2572/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:48.846 1489-2572/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:48.855 1489-2572/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:48.855 1489-2572/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:48.855 1489-2572/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:48.861 829-3205/? V/APM_AudioPolicyManager: AudioPolicyManager:setRecordSilenced(uid:10290, silenced:0)
2019-09-26 15:21:48.861 829-3205/? V/AudioFlinger: AudioFlinger::setRecordSilenced(uid:10290, silenced:0)
2019-09-26 15:21:48.886 30994-30994/? I/Perf: Connecting to perf service.
2019-09-26 15:21:48.924 30994-30994/? W/zzd: Application name is not set. Call Builder#setApplicationName.
2019-09-26 15:21:48.929 30994-30994/? D/isEnabled: No perf enable meta data found in manifest.
2019-09-26 15:21:48.930 30994-31016/? W/zzd: Application name is not set. Call Builder#setApplicationName.
2019-09-26 15:21:48.939 30994-30994/? D/FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
2019-09-26 15:21:48.939 30994-30994/? D/FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
2019-09-26 15:21:48.939 30994-30994/? I/FirebaseInitProvider: FirebaseApp initialization successful
2019-09-26 15:21:48.964 2601-5018/? I/DPMJ: |REQ:RCVR| DPM creating socket
2019-09-26 15:21:48.974 30994-30994/? I/CrashlyticsCore: Initializing Crashlytics 2.6.8.32
2019-09-26 15:21:48.990 30994-30994/? I/CrashlyticsInitProvider: CrashlyticsInitProvider initialization successful
2019-09-26 15:21:48.996 30994-31025/? D/NetworkSecurityConfig: No Network Security Config specified, using platform default
2019-09-26 15:21:48.997 30994-31025/? I/DpmTcmClient: RegisterTcmMonitor from: com.android.okhttp.TcmIdleTimerMonitor
2019-09-26 15:21:49.001 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.001 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.001 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.004 30994-30994/? D/SoLoader: init start
2019-09-26 15:21:49.004 30994-30994/? D/SoLoader: adding system library source: /vendor/lib
2019-09-26 15:21:49.004 30994-30994/? D/SoLoader: adding system library source: /system/lib
2019-09-26 15:21:49.004 30994-30994/? D/SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64 flags = 0]
2019-09-26 15:21:49.005 30994-30994/? D/SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/chat.rocket.reactnative/lib-main flags = 1]
2019-09-26 15:21:49.005 30994-30994/? D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
2019-09-26 15:21:49.005 30994-30994/? D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
2019-09-26 15:21:49.005 30994-30994/? D/SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64 flags = 0]
2019-09-26 15:21:49.005 30994-30994/? D/SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/chat.rocket.reactnative/lib-main flags = 1]
2019-09-26 15:21:49.005 30994-30994/? V/fb-UnpackingSoSource: locked dso store /data/user/0/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.006 30994-30994/? I/fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.006 30994-30994/? V/fb-UnpackingSoSource: releasing dso store lock for /data/user/0/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.007 30994-30994/? D/SoLoader: init finish: 4 SO sources prepared
2019-09-26 15:21:49.007 30994-30994/? D/SoLoader: init exiting
2019-09-26 15:21:49.016 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_flimit_time'.
2019-09-26 15:21:49.016 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_flimit_events'.
2019-09-26 15:21:49.016 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_blimit_time'.
2019-09-26 15:21:49.017 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'trace_blimit_events'.
2019-09-26 15:21:49.017 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_flimit_time'.
2019-09-26 15:21:49.017 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_flimit_events'.
2019-09-26 15:21:49.017 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_blimit_time'.
2019-09-26 15:21:49.017 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'network_blimit_events'.
2019-09-26 15:21:49.025 30994-31020/? I/FirebaseRemoteConfig: Fetch succeeded!
2019-09-26 15:21:49.040 30994-31014/? I/FA: App measurement is starting up, version: 16250
2019-09-26 15:21:49.040 30994-31014/? I/FA: To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
2019-09-26 15:21:49.040 30994-31014/? I/FA: To enable faster debug mode event logging run:
      adb shell setprop debug.firebase.analytics.app chat.rocket.reactnative
2019-09-26 15:21:49.071 30994-30994/? D/OpenGLRenderer: Skia GL Pipeline
2019-09-26 15:21:49.088 30994-30994/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
2019-09-26 15:21:49.088 30994-30994/? D/FirebasePerformance: Creating a new Non Verbose Session: 8ce1daa142b44731884847b85ebcc595
2019-09-26 15:21:49.088 30994-30994/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
2019-09-26 15:21:49.089 30994-30994/? D/FirebasePerformance: Creating a new Non Verbose Session: ef514e65d2494ff4a410fcad2320980c
2019-09-26 15:21:49.094 30994-30994/? D/SoLoader: About to load: libjscexecutor.so
2019-09-26 15:21:49.095 30994-30994/? D/SoLoader: libjscexecutor.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.095 30994-30994/? D/SoLoader: libjscexecutor.so not found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.095 30994-30994/? D/SoLoader: libjscexecutor.so not found on /vendor/lib
2019-09-26 15:21:49.095 30994-30994/? D/SoLoader: libjscexecutor.so not found on /system/lib
2019-09-26 15:21:49.095 30994-30994/? E/SoLoader: couldn't find DSO to load: libjscexecutor.so
2019-09-26 15:21:49.096 30994-30994/? D/ReactNative: ReactInstanceManager.ctor()
2019-09-26 15:21:49.096 30994-30994/? D/SoLoader: init exiting
2019-09-26 15:21:49.098 30994-30994/? D/ReactNative: ReactInstanceManager.createReactContextInBackground()
2019-09-26 15:21:49.098 30994-30994/? D/ReactNative: ReactInstanceManager.recreateReactContextInBackgroundInner()
2019-09-26 15:21:49.098 30994-30994/? D/ReactNative: ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
2019-09-26 15:21:49.098 30994-30994/? D/ReactNative: ReactInstanceManager.recreateReactContextInBackground()
2019-09-26 15:21:49.098 30994-30994/? D/ReactNative: ReactInstanceManager.runCreateReactContextOnNewThread()
2019-09-26 15:21:49.099 30994-31051/? D/SoLoader: About to load: libhermes.so
2019-09-26 15:21:49.099 30994-31051/? D/SoLoader: libhermes.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.099 30994-31051/? D/SoLoader: libhermes.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.099 30994-31051/? D/SoLoader: Not resolving dependencies for libhermes.so
2019-09-26 15:21:49.103 30994-31051/? D/SoLoader: Loaded: libhermes.so
2019-09-26 15:21:49.104 30994-31051/? D/SoLoader: About to load: libhermes-executor-release.so
2019-09-26 15:21:49.104 30994-31051/? D/SoLoader: libhermes-executor-release.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.104 30994-31051/? D/SoLoader: libhermes-executor-release.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.104 30994-31051/? D/SoLoader: Not resolving dependencies for libhermes-executor-release.so
2019-09-26 15:21:49.111 30994-30994/? I/FirebasePerformance: Session ID - ef514e65d2494ff4a410fcad2320980c
2019-09-26 15:21:49.113 30994-30994/? D/FirebasePerformance: onResume(): chat.rocket.reactnative.MainActivity: 221187 microseconds
2019-09-26 15:21:49.116 30994-31051/? D/SoLoader: Loaded: libhermes-executor-release.so
2019-09-26 15:21:49.116 30994-31051/? D/SoLoader: About to load: libfb.so
2019-09-26 15:21:49.116 30994-31051/? D/SoLoader: libfb.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.116 30994-31051/? D/SoLoader: libfb.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.116 30994-31051/? D/SoLoader: Not resolving dependencies for libfb.so
2019-09-26 15:21:49.117 30994-31044/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_feature_enabled'.
2019-09-26 15:21:49.117 30994-30994/? W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 'sessions_max_length_minutes'.
2019-09-26 15:21:49.117 30994-31051/? D/SoLoader: About to load: libfb.so
2019-09-26 15:21:49.117 30994-31051/? D/SoLoader: libfb.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.117 30994-31051/? D/SoLoader: libfb.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.117 30994-31051/? D/SoLoader: Not resolving dependencies for libfb.so
2019-09-26 15:21:49.117 30994-31051/? I/ket.reactnativ: Thread[34,tid=31051,Native,Thread*=0x7d58389c00,peer=0x12e3d228,"create_react_context"] recursive attempt to load library "/data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libfb.so"
2019-09-26 15:21:49.117 30994-31051/? D/SoLoader: Loaded: libfb.so
2019-09-26 15:21:49.118 30994-31051/? D/SoLoader: Loaded: libfb.so
2019-09-26 15:21:49.118 30994-31051/? D/ReactNative: ReactInstanceManager.createReactContext()
2019-09-26 15:21:49.120 2269-2375/? D/NetworkController.MobileSignalController(1): notifyListeners mAlwasyShowTypeIcon=false  mDataNetType:13/LTE voiceNetType=13/LTE showDataIcon=false mConfig.alwaysShowDataRatIcon=false icons.mDataType=2131231028 mShowVolteIcon=false isEnhanced4gLteModeSettingEnabled=true volteIcon=0 mCurrentState.dataConnected=true !mCurrentState.carrierNetworkChangeMode=true mCurrentState.activityInfalse mCurrentState.activityOut=false
2019-09-26 15:21:49.122 30994-31014/? I/FA: Tag Manager is not found and thus will not be used
2019-09-26 15:21:49.132 30994-31051/? W/InstanceID: Instance ID SDK is deprecated, chat.rocket.reactnative should update to use Firebase Instance ID
2019-09-26 15:21:49.138 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.138 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.138 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.142 30994-31051/? I/WebViewFactory: Loading com.android.chrome version 77.0.3865.92 (code 386509237)
2019-09-26 15:21:49.142 30994-31050/? I/Adreno: QUALCOMM build                   : cf57c9c, I1cb5c4d1cc
    Build Date                       : 09/23/18
    OpenGL ES Shader Compiler Version: EV031.25.03.01
    Local Branch                     : 
    Remote Branch                    : 
    Remote Branch                    : 
    Reconstruct Branch               : 
2019-09-26 15:21:49.142 30994-31050/? I/Adreno: Build Config                     : S L 6.0.7 AArch64
2019-09-26 15:21:49.150 30994-31050/? I/Adreno: PFP: 0x005ff112, ME: 0x005ff066
2019-09-26 15:21:49.158 30994-31050/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
2019-09-26 15:21:49.159 30994-31050/? I/ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
2019-09-26 15:21:49.160 30994-31050/? I/OpenGLRenderer: Initialized EGL, version 1.4
2019-09-26 15:21:49.160 30994-31050/? D/OpenGLRenderer: Swap behavior 2
2019-09-26 15:21:49.195 831-831/? D/SurfaceFlinger: duplicate layer name: changing chat.rocket.reactnative/chat.rocket.reactnative.MainActivity to chat.rocket.reactnative/chat.rocket.reactnative.MainActivity#1
2019-09-26 15:21:49.197 30994-31051/? I/cr_LibraryLoader: Time to load native libraries: 2 ms (timestamps 3050-3052)
2019-09-26 15:21:49.231 831-896/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{dc54ffe token=Token{e4c5fb9 ActivityRecord{7293d80 u0 chat.rocket.reactnative/.MainActivity t4707}}})/@0x218c72d - animation-leash#0
2019-09-26 15:21:49.231 831-896/? W/SurfaceFlinger: Attempting to set client state on removed layer: Surface(name=AppWindowToken{d3d284d token=Token{f3c3be4 ActivityRecord{9f99377 u0 com.android.launcher3/com.android.a1launcher.AndroidOneLauncher t2}}})/@0x2b0389 - animation-leash#0
2019-09-26 15:21:49.231 831-896/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{dc54ffe token=Token{e4c5fb9 ActivityRecord{7293d80 u0 chat.rocket.reactnative/.MainActivity t4707}}})/@0x218c72d - animation-leash#0
2019-09-26 15:21:49.231 831-896/? W/SurfaceFlinger: Attempting to destroy on removed layer: Surface(name=AppWindowToken{d3d284d token=Token{f3c3be4 ActivityRecord{9f99377 u0 com.android.launcher3/com.android.a1launcher.AndroidOneLauncher t2}}})/@0x2b0389 - animation-leash#0
2019-09-26 15:21:49.260 30994-30994/? I/chromium: [INFO:library_loader_hooks.cc(51)] Chromium logging enabled: level = 0, default verbosity = 0
2019-09-26 15:21:49.261 30994-30994/? I/cr_LibraryLoader: Expected native library version number "77.0.3865.92", actual native library version number "77.0.3865.92"
2019-09-26 15:21:49.264 1489-1589/? I/ActivityManager: Displayed chat.rocket.reactnative/.MainActivity: +458ms
2019-09-26 15:21:49.290 30994-31061/? W/cr_ChildProcLH: Create a new ChildConnectionAllocator with package name = com.android.chrome, sandboxed = true
2019-09-26 15:21:49.294 30994-30994/? I/cr_BrowserStartup: Initializing chromium process, singleProcess=false
2019-09-26 15:21:49.307 1489-1571/? I/ActivityManager: Start proc 31064:com.android.chrome:sandboxed_process0/u0i35 for webview_service chat.rocket.reactnative/org.chromium.content.app.SandboxedProcessService0
2019-09-26 15:21:49.313 31064-31064/? E/dboxed_process: Not starting debugger since process cannot load the jdwp agent.
2019-09-26 15:21:49.329 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.329 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.329 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.333 1489-2179/? D/WIFI: got request NetworkRequest [ TRACK_DEFAULT id=310, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10290] ] with score 60
2019-09-26 15:21:49.333 1489-2179/? D/WIFI_UT: got request NetworkRequest [ TRACK_DEFAULT id=310, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10290] ] with score 60
2019-09-26 15:21:49.334 2647-2647/? D/PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=310, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10290] ] with score 60
2019-09-26 15:21:49.334 1489-2227/? D/Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=310, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Unwanted:  Uid: 10290] ] with score 60
2019-09-26 15:21:49.335 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 1
2019-09-26 15:21:49.336 2738-2738/? I/QcrilOemhookMsgTunnel: [0]invokeOemRilRequestRaw: serial=1701 length=24
2019-09-26 15:21:49.337 2738-2780/? I/QcrilOemhookMsgTunnel: [0]processOemHookResponse serial no: 1701 error: 0length=0
2019-09-26 15:21:49.337 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 2
2019-09-26 15:21:49.338 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 1
2019-09-26 15:21:49.339 2738-2780/? I/QcrilOemhookMsgTunnel: [0]processOemHookIndication length=28
2019-09-26 15:21:49.341 2738-2738/? I/QcrilOemhookMsgTunnel: [1]invokeOemRilRequestRaw: serial=1702 length=24
2019-09-26 15:21:49.341 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2019-09-26 15:21:49.342 2738-2780/? I/QcrilOemhookMsgTunnel: [1]processOemHookResponse serial no: 1702 error: 0length=0
2019-09-26 15:21:49.347 2738-2780/? I/QcrilOemhookMsgTunnel: [1]processOemHookIndication length=28
2019-09-26 15:21:49.357 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.357 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.357 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.360 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 2
2019-09-26 15:21:49.360 2738-2738/? D/QcrilMsgTunnelIfaceManager: handleMessage what = 0
2019-09-26 15:21:49.364 1489-4151/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.364 1489-4151/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.364 1489-4151/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.365 829-3205/? V/APM_AudioPolicyManager: AudioPolicyManager:setRecordSilenced(uid:99035, silenced:0)
2019-09-26 15:21:49.366 829-3205/? V/AudioFlinger: AudioFlinger::setRecordSilenced(uid:99035, silenced:0)
2019-09-26 15:21:49.372 1489-2146/? D/ActivityTrigger: ActivityTrigger activityStopTrigger 
2019-09-26 15:21:49.379 30994-31051/? D/RNFirebaseCrashlytics: New instance
2019-09-26 15:21:49.379 30994-31051/? D/RNFirebaseAnalytics: New instance
2019-09-26 15:21:49.379 30994-31051/? D/RNFirebasePerformance: New instance
2019-09-26 15:21:49.389 30994-31051/? D/SoLoader: About to load: libreactnativejni.so
2019-09-26 15:21:49.390 30994-31051/? D/SoLoader: libreactnativejni.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.390 30994-31051/? D/SoLoader: libreactnativejni.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.390 30994-31051/? D/SoLoader: Not resolving dependencies for libreactnativejni.so
2019-09-26 15:21:49.392 30994-31051/? D/SoLoader: Loaded: libreactnativejni.so
2019-09-26 15:21:49.392 30994-31051/? D/ReactNative: Initializing React Xplat Bridge.
2019-09-26 15:21:49.393 3581-3652/? E/AudioSource: Stop listening is called on already closed AudioSource
2019-09-26 15:21:49.394 30994-31051/? D/ReactNative: Initializing React Xplat Bridge before initializeBridge
2019-09-26 15:21:49.397 30994-31051/? D/ReactNative: Initializing React Xplat Bridge after initializeBridge
2019-09-26 15:21:49.397 30994-31051/? D/ReactNative: CatalystInstanceImpl.runJSBundle()
2019-09-26 15:21:49.403 3581-3652/? W/SearchServiceCore: Abort, client detached.
2019-09-26 15:21:49.403 3581-3652/? I/chatty: uid=10047(com.google.android.googlequicksearchbox) EventBus0 identical 1 line
2019-09-26 15:21:49.403 3581-3652/? W/SearchServiceCore: Abort, client detached.
2019-09-26 15:21:49.404 3581-3652/? I/StreamController: cleanUpControllerScope(nowcards-15-bdd51a-8dd9)
2019-09-26 15:21:49.405 3581-30885/? I/PBSessionCacheImpl: Deleted sessionId[5719411656008] from persistence.
2019-09-26 15:21:49.413 1489-1569/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.413 1489-1569/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.413 1489-1569/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.415 1489-2146/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.415 1489-2146/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.415 1489-2146/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.419 3581-3652/? W/SearchServiceCore: Abort, client detached.
2019-09-26 15:21:49.419 3581-3652/? W/SearchServiceCore: Abort, client detached.
2019-09-26 15:21:49.428 831-896/? W/SurfaceFlinger: Attempting to set client state on removed layer: Splash Screen chat.rocket.reactnative#0
2019-09-26 15:21:49.428 831-896/? W/SurfaceFlinger: Attempting to destroy on removed layer: Splash Screen chat.rocket.reactnative#0
2019-09-26 15:21:49.432 30994-31102/? D/ReactNative: ReactInstanceManager.setupReactContext()
2019-09-26 15:21:49.432 30994-31102/? D/ReactNative: CatalystInstanceImpl.initialize()
2019-09-26 15:21:49.435 30994-31102/? D/ReactNativeNotifs: onHostResume
2019-09-26 15:21:49.435 30994-31102/? D/ReactNativeNotifs: App is now visible
2019-09-26 15:21:49.436 30994-31102/? D/ReactNative: ReactInstanceManager.attachRootViewToInstance()
2019-09-26 15:21:49.443 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupViewManager
2019-09-26 15:21:49.443 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTGroupShadowNode
2019-09-26 15:21:49.444 31064-31064/? I/LoadedApk: No resource references to update in package com.android.chrome.autofill_assistant
2019-09-26 15:21:49.445 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeViewManager
2019-09-26 15:21:49.445 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTShapeShadowNode
2019-09-26 15:21:49.446 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextViewManager
2019-09-26 15:21:49.447 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTTextShadowNode
2019-09-26 15:21:49.447 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.checkbox.ReactCheckBoxManager
2019-09-26 15:21:49.450 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.LayoutShadowNode
2019-09-26 15:21:49.451 31064-31064/? I/cr_ChildProcessService: Creating new ChildProcessService pid=31064
2019-09-26 15:21:49.452 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager
2019-09-26 15:21:49.455 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
2019-09-26 15:21:49.460 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager
2019-09-26 15:21:49.461 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
2019-09-26 15:21:49.465 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
2019-09-26 15:21:49.467 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
2019-09-26 15:21:49.469 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ProgressBarShadowNode
2019-09-26 15:21:49.470 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager
2019-09-26 15:21:49.472 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager
2019-09-26 15:21:49.475 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$ReactSliderShadowNode
2019-09-26 15:21:49.475 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager
2019-09-26 15:21:49.477 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$ReactSwitchShadowNode
2019-09-26 15:21:49.477 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
2019-09-26 15:21:49.480 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewManager
2019-09-26 15:21:49.480 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.art.ARTSurfaceViewShadowNode
2019-09-26 15:21:49.481 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
2019-09-26 15:21:49.481 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageShadowNode
2019-09-26 15:21:49.483 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager
2019-09-26 15:21:49.485 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager
2019-09-26 15:21:49.486 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ModalHostShadowNode
2019-09-26 15:21:49.487 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager
2019-09-26 15:21:49.488 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextShadowNode
2019-09-26 15:21:49.489 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager
2019-09-26 15:21:49.491 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputShadowNode
2019-09-26 15:21:49.493 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager
2019-09-26 15:21:49.493 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextShadowNode
2019-09-26 15:21:49.494 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager
2019-09-26 15:21:49.496 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.viewpager.ReactViewPagerManager
2019-09-26 15:21:49.498 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager
2019-09-26 15:21:49.498 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextShadowNode
2019-09-26 15:21:49.498 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.dylanvann.fastimage.FastImageViewManager
2019-09-26 15:21:49.499 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager
2019-09-26 15:21:49.500 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager
2019-09-26 15:21:49.501 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativejitsimeet.RNJitsiMeetViewManager
2019-09-26 15:21:49.502 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager
2019-09-26 15:21:49.502 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager
2019-09-26 15:21:49.503 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager
2019-09-26 15:21:49.504 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager
2019-09-26 15:21:49.504 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager
2019-09-26 15:21:49.505 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager
2019-09-26 15:21:49.507 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.brentvatne.react.ReactVideoViewManager
2019-09-26 15:21:49.509 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.webview.RNCWebViewManager
2019-09-26 15:21:49.510 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.wix.reactnativekeyboardinput.CustomKeyboardRootViewManager
2019-09-26 15:21:49.511 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.viewpager.ReactViewPagerManager
2019-09-26 15:21:49.512 30994-31102/? W/unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.unimodules.adapters.react.views.SimpleViewManagerAdapter
2019-09-26 15:21:49.514 30994-31102/? D/SoLoader: About to load: libyoga.so
2019-09-26 15:21:49.514 30994-31102/? D/SoLoader: libyoga.so not found on /data/data/chat.rocket.reactnative/lib-main
2019-09-26 15:21:49.514 30994-31102/? D/SoLoader: libyoga.so found on /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64
2019-09-26 15:21:49.514 30994-31102/? D/SoLoader: Not resolving dependencies for libyoga.so
2019-09-26 15:21:49.515 30994-31102/? D/SoLoader: Loaded: libyoga.so
2019-09-26 15:21:49.522 30994-31102/? D/SoLoader: init exiting
2019-09-26 15:21:49.528 30994-31102/? D/JitsiMeet: Initialize is deprecated in v2
2019-09-26 15:21:49.528 30994-31102/? D/ReactNativeNotifs: Native module init
2019-09-26 15:21:49.529 1489-6264/? D/CompatibilityInfo: mCompatibilityFlags - 0
2019-09-26 15:21:49.529 1489-6264/? D/CompatibilityInfo: applicationDensity - 408
2019-09-26 15:21:49.529 1489-6264/? D/CompatibilityInfo: applicationScale - 1.0
2019-09-26 15:21:49.531 30994-31105/? I/ReactNativeNotifs: App initialized => asking for new token
2019-09-26 15:21:49.533 30994-30994/? I/ReactNativeNotifs: FCM has a new token=f12R7uGEubk:APA91bEtbRK6_9-ktClyjU37T_oQxgpH3olpzorDEslpqSYGrtws6rSz3oGFdTJ4tXd3LVlPXTiIIUYOyCzPZRwej-6jhDDlUyysotADRFJAItrwHDqwBtS40nhXZa7JDakLxvp9ufCY
2019-09-26 15:21:49.639 30994-31101/? A/libc: Fatal signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7d426f3fb0 in tid 31101 (mqt_js), pid 30994 (ket.reactnative)
2019-09-26 15:21:49.749 31109-31109/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2019-09-26 15:21:49.750 987-987/? I//system/bin/tombstoned: received crash request for pid 31101
2019-09-26 15:21:49.752 31109-31109/? I/crash_dump64: performing dump of process 30994 (target tid = 31101)
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: Build fingerprint: 'xiaomi/jasmine/jasmine_sprout:9/PKQ1.180904.001/V10.0.14.0.PDIMIXM:user/release-keys'
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: Revision: '0'
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: ABI: 'arm64'
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: pid: 30994, tid: 31101, name: mqt_js  >>> chat.rocket.reactnative <<<
2019-09-26 15:21:49.775 31109-31109/? A/DEBUG: signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7d426f3fb0
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x0  0000007d480ec488  x1  0000007d6288fc00  x2  0000007d42c49c88  x3  0000000000000003
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x4  0000000000000000  x5  0000007d426f4038  x6  000000000000003a  x7  0000000000000000
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x8  0000007d42c49c60  x9  00000000ffffffff  x10 0000000000000001  x11 0000007d4726b85e
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x12 000000000000007c  x13 0000000000001dc0  x14 0000000000000030  x15 aaaaaaaaaaaaaaab
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x16 0000007de78f2bd0  x17 0000007de7875894  x18 0000000000000001  x19 0000007d42c49c88
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x20 0000007d426f4038  x21 0000007d480ec488  x22 0000000000000003  x23 0000007d42c49c00
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x24 0000007d42c49c88  x25 0000007d427f7588  x26 0000007d427f7588  x27 0000007d427f52e8
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     x28 0000007d427f7588  x29 0000007d426f4020
2019-09-26 15:21:49.776 31109-31109/? A/DEBUG:     sp  0000007d426f3fa0  lr  0000007de78a5c48  pc  0000007de787c1a0
2019-09-26 15:21:49.787 31109-31109/? A/DEBUG: backtrace:
2019-09-26 15:21:49.787 31109-31109/? A/DEBUG:     #00 pc 00000000000991a0  /system/lib64/libc.so (je_arena_tcache_fill_small+4)
2019-09-26 15:21:49.787 31109-31109/? A/DEBUG:     #01 pc 00000000000c2c44  /system/lib64/libc.so (je_tcache_alloc_small_hard+32)
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #02 pc 00000000000b242c  /system/lib64/libc.so (je_malloc+752)
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #03 pc 0000000000094d2c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libc++_shared.so (operator new(unsigned long)+32)
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #04 pc 0000000000109a5c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #05 pc 00000000001071c8  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #06 pc 0000000000106838  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #07 pc 000000000010610c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #08 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #09 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #10 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #11 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #12 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #13 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #14 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #15 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #16 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #17 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #18 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #19 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #20 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #21 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #22 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #23 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #24 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #25 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #26 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #27 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #28 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #29 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #30 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #31 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #32 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #33 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #34 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #35 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #36 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #37 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #38 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #39 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #40 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.788 31109-31109/? A/DEBUG:     #41 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #42 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #43 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #44 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #45 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #46 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #47 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #48 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #49 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #50 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #51 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #52 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #53 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #54 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #55 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #56 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #57 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #58 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #59 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #60 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #61 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #62 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #63 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #64 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #65 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #66 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #67 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #68 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #69 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #70 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #71 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #72 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #73 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #74 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #75 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #76 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #77 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.789 31109-31109/? A/DEBUG:     #78 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #79 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #80 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #81 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #82 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #83 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #84 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #85 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #86 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #87 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #88 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #89 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #90 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #91 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #92 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #93 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #94 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #95 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #96 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #97 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #98 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #99 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #100 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #101 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #102 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #103 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #104 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #105 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #106 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #107 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #108 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #109 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #110 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #111 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #112 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.790 31109-31109/? A/DEBUG:     #113 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #114 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #115 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #116 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #117 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #118 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #119 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #120 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #121 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #122 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #123 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #124 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #125 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #126 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #127 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #128 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #129 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #130 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #131 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #132 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #133 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #134 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #135 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #136 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #137 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #138 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #139 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #140 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #141 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #142 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #143 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #144 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #145 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #146 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #147 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #148 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #149 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #150 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #151 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #152 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.791 31109-31109/? A/DEBUG:     #153 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #154 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #155 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #156 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #157 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #158 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #159 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #160 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #161 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #162 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #163 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #164 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #165 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #166 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #167 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #168 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #169 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #170 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #171 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #172 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #173 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #174 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #175 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #176 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #177 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #178 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #179 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #180 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #181 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #182 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #183 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #184 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #185 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.792 31109-31109/? A/DEBUG:     #186 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #187 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #188 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #189 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #190 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #191 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #192 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #193 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #194 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #195 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #196 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #197 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #198 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #199 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #200 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #201 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #202 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #203 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #204 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #205 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #206 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #207 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #208 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #209 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #210 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #211 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #212 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #213 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #214 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #215 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #216 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #217 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #218 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #219 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #220 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #221 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #222 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #223 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.793 31109-31109/? A/DEBUG:     #224 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #225 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #226 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #227 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #228 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #229 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #230 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #231 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #232 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #233 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #234 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #235 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #236 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #237 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #238 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #239 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #240 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #241 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #242 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #243 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #244 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #245 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #246 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #247 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #248 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #249 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #250 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #251 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #252 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #253 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #254 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
2019-09-26 15:21:49.794 31109-31109/? A/DEBUG:     #255 pc 000000000010616c  /data/app/chat.rocket.reactnative-FP9dEob7CWJwQToQ4IDfuA==/lib/arm64/libhermes.so
mhorowitz commented 4 years ago

Unfortunately, adb stacks do not include C++ files and line numbers. Without that, we cannot debug this. We will try to improve the tooling to make it easier to generate such stacks. For now, I recommend you try reproducing this in Android Studio, but I don't know if it will produce a useful stack trace, either.

diegolmello commented 4 years ago

Yep, I just wanted to post the whole stack. It's hard to figure where is the error. Thanks.

Alaa-Ben commented 4 years ago

Same issue in production.

compojoom commented 4 years ago

I just managed to compile from sources and integrated the compiled lib in our project and got the same error (used those docs: https://github.com/facebook/hermes/blob/master/doc/ReactNativeIntegration.md)

A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x1000104 in tid 21333 (mqt_js), pid 21265 

Version 0.2.1 works fine, but the self-build one fails.

mhorowitz commented 4 years ago

@compojoom are you able to run in Android Studio and generate a symbolicated stack? Unfortunately, the info android includes in logcat is insufficient to identify the bug.

alexciarlillo commented 4 years ago

Also experiencing a similar issue, same signal but different code. Not sure if this warrants it's own issue though? My logcat output seems to be more detailed/verbose (specifically the last 20 lines or so) than the one above but I am not sure if it is any more helpful:

2019-12-28 19:03:37.533 22738-22786/? I/HermesGC: OOM: [HermesRuntime] reason =                                                                                                                             Max heap size was exceeded (1 from category:                               vm_allocate_category), numCollections = 1229, heapSize = 538722304, allocated = 535036386, va = 532676608.
2019-12-28 19:03:37.533 22738-22786/? I/HermesGC: NCGen OOM: #segments = 127, !materialize = 0, maxHeapSize = 538722304
2019-12-28 19:03:37.534 22738-22786/? A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 22786 (mqt_js), pid 22738 (lded.redactedapp)
2019-12-28 19:03:37.715 23955-23955/? I/crash_dump64: obtaining output fd from tombstoned, type: kDebuggerdTombstone
2019-12-28 19:03:37.721 1015-1015/? I//system/bin/tombstoned: received crash request for pid 22786
2019-12-28 19:03:37.723 23955-23955/? I/crash_dump64: performing dump of process 22738 (target tid = 22786)
2019-12-28 19:03:37.733 23955-23955/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2019-12-28 19:03:37.733 23955-23955/? A/DEBUG: Build fingerprint: 'google/walleye/walleye:10/QQ1A.191205.008/5974827:user/release-keys'
2019-12-28 19:03:37.733 23955-23955/? A/DEBUG: Revision: 'MP1'
2019-12-28 19:03:37.733 23955-23955/? A/DEBUG: ABI: 'arm64'
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG: Timestamp: 2019-12-28 19:03:37-0500
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG: pid: 22738, tid: 22786, name: mqt_js  >>> com.redacted.redactedapp <<<
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG: uid: 10286
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG: Cause: null pointer dereference
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x0  0000000000000000  x1  0000007572f75860  x2  0000000000000000  x3  00000075d8420550
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x4  00000075d84204d1  x5  00000075d84205b1  x6  726f67657461635f  x7  617373656d202c79
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x8  0000000000000000  x9  000000000000002a  x10 652073617720657a  x11 2964656465656378
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x12 614d203d20656761  x13 7320706165682078  x14 000000756fc00000  x15 ffffffffffffffff
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x16 0000007579172718  x17 000000766c61d380  x18 0000000000000000  x19 0000007572f758f8
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x20 0000000000000001  x21 0000000000000000  x22 0000007579175c28  x23 0000007578fdd154
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x24 0000000000000020  x25 0000007572f7c020  x26 0000007572f75aa8  x27 0000007572f75ab8
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     x28 000000756eda8d90  x29 0000007572f758e0
2019-12-28 19:03:37.738 23955-23955/? A/DEBUG:     sp  0000007572f75830  lr  00000075790df1d0  pc  0000007578fdd170
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG: backtrace:
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #00 pc 000000000001a170  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (facebook::hermes::detail::hermesFatalErrorHandler(void*, std::__ndk1::basic_string<char, std::__ndk1::char_traits<char>, std::__ndk1::allocator<char>> const&, bool)+28) (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #01 pc 000000000011c1cc  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #02 pc 000000000011c0c4  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #03 pc 00000000000f4fcc  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #04 pc 000000000002968c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #05 pc 0000000000077a2c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #06 pc 0000000000029fa8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #07 pc 000000000002a1e8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #08 pc 000000000002a0c4  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #09 pc 000000000002a530  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #10 pc 000000000002eb3c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #11 pc 000000000002eff8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #12 pc 00000000000309f8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #13 pc 0000000000083a60  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #14 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #15 pc 000000000007be74  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #16 pc 000000000002f39c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #17 pc 0000000000086ef0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #18 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #19 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #20 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #21 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #22 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #23 pc 000000000007be74  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #24 pc 000000000002f39c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:37.999 23955-23955/? A/DEBUG:       #25 pc 0000000000086ef0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #26 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #27 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #28 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #29 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #30 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #31 pc 000000000007be74  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #32 pc 000000000002f39c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #33 pc 0000000000086ef0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #34 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #35 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #36 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #37 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #38 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #39 pc 000000000007be74  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #40 pc 000000000002f39c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #41 pc 0000000000086ef0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #42 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #43 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #44 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #45 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #46 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #47 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #48 pc 0000000000085930  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #49 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #50 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #51 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #52 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #53 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #54 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #55 pc 0000000000085930  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #56 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #57 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #58 pc 0000000000085930  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #59 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #60 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #61 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #62 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #63 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #64 pc 000000000005d8f8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #65 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #66 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #67 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #68 pc 000000000005dda8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #69 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #70 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #71 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #72 pc 000000000005d8f8  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #73 pc 000000000007cd88  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #74 pc 0000000000085910  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #75 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #76 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #77 pc 0000000000085930  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #78 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #79 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #80 pc 0000000000085930  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #81 pc 000000000007d07c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #82 pc 000000000007c854  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #83 pc 0000000000021090  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes.so (facebook::hermes::HermesRuntimeImpl::call(facebook::jsi::Function const&, facebook::jsi::Value const&, facebook::jsi::Value const*, unsigned long)+420) (BuildId: 30a16f27ae7787834bd2bb33a48b813359309c31)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #84 pc 0000000000028828  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes-executor-release.so (_ZNK8facebook3jsi8Function4callIJRKdNS0_5ValueEEEES5_RNS0_7RuntimeEDpOT_+120) (BuildId: 628a5022987f48adcd3441b7a41b4f558716da5d)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #85 pc 0000000000028668  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libhermes-executor-release.so (facebook::react::JSIExecutor::invokeCallback(double, folly::dynamic const&)+164) (BuildId: 628a5022987f48adcd3441b7a41b4f558716da5d)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #86 pc 00000000000a7dc0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libreactnativejni.so (BuildId: 901678dca457916040ebf9c9f3d10d2ccb86d680)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #87 pc 00000000000a8de0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libreactnativejni.so (BuildId: 901678dca457916040ebf9c9f3d10d2ccb86d680)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #88 pc 000000000006b8bc  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libreactnativejni.so (BuildId: 901678dca457916040ebf9c9f3d10d2ccb86d680)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #89 pc 000000000005ac74  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libreactnativejni.so (_ZN8facebook3jni6detail13MethodWrapperIMNS_5react15JNativeRunnableEFvvEXadL_ZNS4_3runEvEES4_vJEE8dispatchENS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassIS4_NS3_8RunnableEE8JavaPartESB_vE11_javaobjectEEE+32) (BuildId: 901678dca457916040ebf9c9f3d10d2ccb86d680)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #90 pc 000000000005abf0  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/lib/arm64/libreactnativejni.so (_ZN8facebook3jni6detail15FunctionWrapperIPFvNS0_9alias_refIPNS1_8JTypeForINS0_11HybridClassINS_5react15JNativeRunnableENS6_8RunnableEE8JavaPartES8_vE11_javaobjectEEEEXadL_ZNS1_13MethodWrapperIMS7_FvvEXadL_ZNS7_3runEvEES7_vJEE8dispatchESE_EESD_vJEE4callEP7_JNIEnvP8_jobject+56) (BuildId: 901678dca457916040ebf9c9f3d10d2ccb86d680)
2019-12-28 19:03:38.000 23955-23955/? A/DEBUG:       #91 pc 000000000003f35c  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/oat/arm64/base.odex (art_jni_trampoline+124)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #92 pc 000000000073318c  /system/framework/arm64/boot-framework.oat (android.os.Handler.dispatchMessage+76) (BuildId: e6bec6e88e3e25f9df0aaf0aaefea5f13c785217)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #93 pc 000000000201a3ac  /memfd:/jit-cache (deleted) (com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage+60)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #94 pc 00000000007367a0  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+1440) (BuildId: e6bec6e88e3e25f9df0aaf0aaefea5f13c785217)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #95 pc 00000000001365b8  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #96 pc 00000000001450cc  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+276) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #97 pc 00000000002e2698  /apex/com.android.runtime/lib64/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread*, art::ArtMethod*, art::ShadowFrame*, unsigned short, art::JValue*)+384) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #98 pc 00000000002dd724  /apex/com.android.runtime/lib64/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod*, art::Thread*, art::ShadowFrame&, art::Instruction const*, unsigned short, art::JValue*)+900) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #99 pc 00000000005a34a0  /apex/com.android.runtime/lib64/libart.so (MterpInvokeStatic+368) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #100 pc 0000000000130994  /apex/com.android.runtime/lib64/libart.so (mterp_op_invoke_static+20) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #101 pc 00000000003088b6  /data/app/com.redacted.redactedapp--QYXoAIEI2mSK2a2twcvDQ==/oat/arm64/base.vdex (com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run+74)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #102 pc 00000000002b2fc8  /apex/com.android.runtime/lib64/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEbb.llvm.2102722076887518264+240) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #103 pc 0000000000591d98  /apex/com.android.runtime/lib64/libart.so (artQuickToInterpreterBridge+1024) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #104 pc 000000000013f468  /apex/com.android.runtime/lib64/libart.so (art_quick_to_interpreter_bridge+88) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #105 pc 00000000001a50b8  /system/framework/arm64/boot.oat (java.lang.Thread.run+72) (BuildId: e0aafdcfd2295a7dd5ea81b8466db4de2bd5fcfb)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #106 pc 0000000000136334  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_stub+548) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #107 pc 00000000001450ac  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+244) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #108 pc 00000000004b0e58  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #109 pc 00000000004b1f08  /apex/com.android.runtime/lib64/libart.so (art::InvokeVirtualOrInterfaceWithJValues(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, jvalue const*)+416) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #110 pc 00000000004f2450  /apex/com.android.runtime/lib64/libart.so (art::Thread::CreateCallback(void*)+1176) (BuildId: a2d27163b21dccb407d00dc2f85709a8)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #111 pc 00000000000e2364  /apex/com.android.runtime/lib64/bionic/libc.so (__pthread_start(void*)+36) (BuildId: b58d049709674405423a8d8de1a37f56)
2019-12-28 19:03:38.001 23955-23955/? A/DEBUG:       #112 pc 0000000000083d98  /apex/com.android.runtime/lib64/bionic/libc.so (__start_thread+64) (BuildId: b58d049709674405423a8d8de1a37f56)
2019-12-28 19:03:38.585 1015-1015/? E//system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_09
mhorowitz commented 4 years ago

@alexciarlillo The stack is not immediately helpful, but the first line says what's going wrong:

2019-12-28 19:03:37.533 22738-22786/? I/HermesGC: OOM: [HermesRuntime] reason = Max heap size was exceeded (1 from category: vm_allocate_category), numCollections = 1229, heapSize = 538722304, allocated = 535036386, va = 532676608.

The default JS heap size for an RN app is 512mb, and you are exceeding it. This is likely not a hermes issue at all, but an application memory leak. If you actually expect a working set over a half a gigabyte, it is possible to increase the max heap size, but if there's a leak, then this will just delay the inevitable.

Another possibility is that you are running into a known issue with WeakMap. https://github.com/facebook/hermes/commit/84d61df16430a10c3a2d1a13340f6534a85e4f5f attempted to fix this on master, but it was causing crashes, so we're working on revised fix.

diegolmello commented 4 years ago

On our case, we were using emoji-toolkit, but it creates a huge regex with +3000 conditions (:emoji1:|:emoji2:|...). We replaced it with our own parsing method and now the error is gone.

tcodes0 commented 4 years ago

hermes release is choking on this lib, I also had this problem. node-emoji is a sweet replacement

tcodes0 commented 4 years ago

@mhorowitz maybe consider reopening this or maybe a new issue? It seems the emoji lib in question causes hermes to crash. Version is the current dependency of RN 0.61.5, major is 2, dont remember the minor or the patch.

mhorowitz commented 4 years ago

@Thomazella If you could submit a new issue with enough information to reproduce that would be great. Just loading the js for the library does not cause any issues. emoji-toolkit has over a dozen functions, and I don't know which functions cause failures, or with what input. Thanks!