Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.62-RC: Release version instacrash on Android #28163

Closed
bmbmjmdm opened this issue Feb 23, 2020 · 31 comments
Closed

0.62-RC: Release version instacrash on Android #28163

bmbmjmdm opened this issue Feb 23, 2020 · 31 comments
Labels
Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.

Comments

@bmbmjmdm
Copy link

bmbmjmdm commented Feb 23, 2020

Overview

I am able to run my app perfectly fine with react-native run-android after creating a dev bundle.

However when I try to run react-native run-android --variant=release after creating a release bundle, the app crashes immediately when started.

Bundle command being used for release: react-native bundle --platform android --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle

React Native version:

System:
OS: Windows 10 10.0.18362
CPU: (12) x64 AMD Ryzen 5 3600 6-Core Processor
Memory: 7.01 GB / 15.93 GB
Binaries:
Node: 10.16.2 - C:\Program Files\nodejs\node.EXE
npm: 6.9.0 - C:\Program Files\nodejs\npm.CMD
IDEs:
Android Studio: Version 3.4.0.0 AI-183.6156.11.34.5692245
npmPackages:
react: 16.11.0 => 16.11.0
react-native: 0.62.0-rc.1 => 0.62.0-rc.1

Package.json

{
  "name": "wesleyapp",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest"
  },
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "react": "16.11.0",
    "react-native": "0.62.0-rc.1",
    "react-native-audio": "^4.3.0",
    "react-native-image-picker": "^1.1.0",
    "react-native-sound": "^0.11.0",
    "react-native-tts": "^3.0.0",
    "vue-native-core": "0.0.8",
    "vue-native-helper": "0.0.11",
    "vuex": "^3.1.1"
  },
  "devDependencies": {
    "@babel/core": "^7.6.2",
    "@babel/runtime": "^7.6.2",
    "@react-native-community/eslint-config": "^0.0.5",
    "babel-jest": "^24.9.0",
    "jest": "^24.9.0",
    "metro-react-native-babel-preset": "^0.56.0",
    "react-test-renderer": "16.11.0",
    "vue-native-scripts": "0.0.16"
  },
  "jest": {
    "preset": "react-native"
  }
}

Logs

When I build release bundle and deploy it, then the app installs and crashes immediately with the following logs:

[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.ctor()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.createReactContextInBackground()
                           └ ReactInstanceManager.recreateReactContextInBackgroundInner()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
                           │ ReactInstanceManager.recreateReactContextInBackground()
                           └ ReactInstanceManager.runCreateReactContextOnNewThread()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.createReactContext()
[21:38:37] D | ReactNative ▶︎ Initializing React Xplat Bridge.
[21:38:37] D | ReactNative ▶︎ Initializing React Xplat Bridge before initializeBridge
[21:38:37] D | ReactNative ▶︎ Initializing React Xplat Bridge after initializeBridge
                           └ CatalystInstanceImpl.runJSBundle()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.setupReactContext()
[21:38:37] D | ReactNative ▶︎ CatalystInstanceImpl.initialize()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.attachRootViewToInstance()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.createReactContextInBackground()
[21:38:37] D | ReactNative ▶︎ ReactInstanceManager.attachRootViewToInstance()
[21:38:38] I | ReactNativeJS ▶︎ Running "wesleyapp" with {"rootTag":1}
[21:38:38] E | ReactNativeJS ▶︎ RangeError: Maximum call stack size exceeded.

ReactNativeJS ▶︎ RangeError: Maximum call stack size exceeded. has a stack trace of

get
index.android.bundle:394:5662
addDep
index.android.bundle:394:15002
depend
index.android.bundle:394:4355
get
index.android.bundle:394:5662
...
@hramos
Copy link
Contributor

hramos commented Feb 28, 2020

Thanks for the report. We're currently tracking this as one of the known issues for the 0.62 RC in react-native-community/releases#157

@hramos hramos changed the title React Native app release version broken 0.62-RC: Release version instacrash on Android Feb 28, 2020
@kelset
Copy link
Contributor

kelset commented Mar 9, 2020

It looks like this issue is still being reported up to RC5, but seems that

For those having issues with android builds or experiencing crashes, it its worth invalidating caches in android studio, this solved these issues I was having, so it may (or may not) also help others.

from @owinter86 may be the solution.

@alloy
Copy link
Contributor

alloy commented Mar 9, 2020

Have you been able to build this project with 0.61.5, i.e. is the problem introduced in 0.62?

@hsjoberg
Copy link
Contributor

hsjoberg commented Mar 9, 2020

@alloy Yes 0.61.5 was working fine for me.

Removing the iml-files and invalidating cache did not fix it.

@owinter86
Copy link

Invalidating the caches solved the issue on my end, deleting the build folder was not enough in these cases. This was a direct upgrade from 61.5, to RRC.3 and RC.5.

Both hermes enabled and disabled work, both on my machine and external CI.

My config is slightly different to the RN init, due to various third party packages, I have dumped my info below, it may help others debug their issues.

I am happy to add anything else if people need to compare.

info Fetching system and libraries information...
System:
    OS: macOS 10.15.3
    CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
    Memory: 3.27 GB / 16.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 10.19.0 - ~/.nvm/versions/node/v10.19.0/bin/node
    Yarn: 1.22.0 - /usr/local/bin/yarn
    npm: 6.13.4 - ~/.nvm/versions/node/v10.19.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
    Android SDK:
      API Levels: 23, 26, 27, 28, 29
      Build Tools: 26.0.3, 27.0.3, 28.0.2, 28.0.3, 29.0.2
      System Images: android-22 | Google APIs Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom
  IDEs:
    Android Studio: 3.6 AI-192.7142.36.36.6241897
    Xcode: 11.2.1/11B53 - /usr/bin/xcodebuild
  npmPackages:
    react: 16.11.0 => 16.11.0
    react-native: 0.62.0-rc.5 => 0.62.0-rc.3

app/build.gradle

    ext {
        buildToolsVersion = "28.0.3"
        minSdkVersion = 23
        compileSdkVersion = 29
        targetSdkVersion = 28
    }

gradle.properties

org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

@hsjoberg
Copy link
Contributor

hsjoberg commented Mar 9, 2020

My issue seems to be unrelated to this one.
It seems to be related to ProGuard, as I get it to work without it. I'll investigate more.

@Naturalclar
Copy link
Contributor

Naturalclar commented Mar 9, 2020

Not sure if it helps, but I've experienced a similar crash when bumping from 0.62.rc-2 to 0.62.rc-5
The crash didn't happen if I create a new project in 0.62.rc-5 from npx react-native init

It seems to crash around Flipper with the following log

--------- beginning of crash
03-09 23:17:15.919  8757  8785 E AndroidRuntime: FATAL EXCEPTION: FlipperConnectionThread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.919  8757  8785 E AndroidRuntime: java.lang.NoClassDefFoundError: <clinit> failed for class com.facebook.flipper.android.EventBase; see exception in other thread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
03-09 23:17:15.920  8757  8784 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.920  8757  8784 E AndroidRuntime: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:789)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:639)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:525)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.NativeLoaderToSoLoaderDelegate.loadLibrary(NativeLoaderToSoLoaderDelegate.java:24)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.nativeloader.NativeLoader.loadLibrary(NativeLoader.java:43)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.jni.HybridData.<clinit>(HybridData.java:34)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 I Process : Sending signal. PID: 8757 SIG: 9
Here is the full adb log of it below.
--------- beginning of system
03-09 23:16:37.299 31846  6696 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763392278 duration=0
--------- beginning of main
03-09 23:16:38.198 31789  8633 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:39.221 31789  8635 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:40.229 31789  8636 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:41.242 31789  8640 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:42.302 31846   689 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763397299 duration=0
03-09 23:16:42.315 31789  8641 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:43.258 31789  8643 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:44.369 31789  8644 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:45.263 31789  8646 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:46.454 31789  8647 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:47.279 31789  8649 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:47.323 31846 32556 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763402302 duration=0
03-09 23:16:48.548 31789  8650 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:49.289 31789  8655 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:50.621 31789  8656 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:50.889  1905  1905 E netmgr  : Failed to open QEMU pipe 'qemud:network': Invalid argument
03-09 23:16:50.890  1905  1905 E netmgr  : WifiForwarder unable to open QEMU pipe: Invalid argument
03-09 23:16:51.304 31789  8658 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:52.347 31846 32556 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763407323 duration=0
03-09 23:16:52.706 31789  8659 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:53.322 31789  8661 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:54.793 31789  8662 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:55.343 31789  8664 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:56.973 31789  8665 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:57.394 31789  8667 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:58.358 31846   689 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763412347 duration=0
03-09 23:16:58.995 31789  8668 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:16:59.408 31789  8670 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:00.014 31986 31986 D KeyguardClockSwitch: Updating clock: 1117
03-09 23:17:01.054 31789  8671 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:01.443 31789  8673 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:03.089 31789  8675 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:03.355 31846   689 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763418359 duration=0
03-09 23:17:03.467 31789  8678 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:05.168 31789  8682 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:05.476 31789  8683 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:07.258 31789  8684 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:07.530 31789  8685 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:07.602 31846   689 W system_server: JNI critical lock held for 71.221ms on Thread[114,tid=689,Runnable,Thread*=0xd6eb0c00,peer=0x132c8b58,"Binder:31846_14"]
03-09 23:17:08.383 31846   689 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763423355 duration=0
03-09 23:17:09.364 31789  8686 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:09.654 31789  8687 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:11.456 31789  8688 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:11.674 31789  8689 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:13.384 31846 32556 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763428383 duration=0
03-09 23:17:13.499 31789  8702 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:13.644 31846 31872 I ActivityManager: Force stopping com.rn062 appid=10140 user=-1: installPackageLI
03-09 23:17:13.645 31846 31872 I ActivityManager: Killing 8458:com.rn062/u0a140 (adj 0): stop com.rn062
03-09 23:17:13.647 31846 31872 W ActivityTaskManager: Force removing ActivityRecord{6b5379a u0 com.rn062/.MainActivity t84 f}: app died, no saved state
03-09 23:17:13.645 31846 31884 I PackageManager: Update package com.rn062 code path from /data/app/com.rn062-luRdq9HNEcpRIJPCiU1lGQ== to /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==; Retain data and using new
03-09 23:17:13.651 31846 31884 I PackageManager: Update package com.rn062 resource path from /data/app/com.rn062-luRdq9HNEcpRIJPCiU1lGQ== to /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==; Retain data and using new
03-09 23:17:13.652 31846 31872 W InputReader: Device has associated, but no associated display id.
03-09 23:17:13.652 31846 31872 I chatty  : uid=1000(system) ActivityManager identical 8 lines
03-09 23:17:13.652 31846 31872 W InputReader: Device has associated, but no associated display id.
03-09 23:17:13.735 31785 31785 I Zygote  : Process 8458 exited due to signal 9 (Killed)
03-09 23:17:13.737 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_DOCUMENTS from package com.google.android.youtube (protectionLevel=262146 flags=0x30dbbe45)
03-09 23:17:13.738 31846 31884 I PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45)
03-09 23:17:13.738 31846 31884 I PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl from package com.android.providers.calendar (protectionLevel=2 flags=0x30883e45)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.WRITE_SECURE_SETTINGS from package com.google.android.apps.enterprise.dmagent (protectionLevel=50 flags=0x30083e05)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.CONNECTIVITY_INTERNAL from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_USB from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.CHANGE_COMPONENT_ENABLED_STATE from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_CA_CERTIFICATES from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05)
03-09 23:17:13.739 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_USERS from package com.google.android.apps.enterprise.dmagent (protectionLevel=18 flags=0x30083e05)
03-09 23:17:13.740 31846 31884 I PackageManager: Un-granting permission com.google.android.setupwizard.READ_DEVICE_ORIGIN from package com.google.android.apps.messaging (protectionLevel=18 flags=0x38cbbe45)
03-09 23:17:13.741 31846 31884 I PackageManager: Un-granting permission android.permission.BIND_WALLPAPER from package com.android.camera2 (protectionLevel=18 flags=0x20d8bc45)
03-09 23:17:13.742 31846 31884 I PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.gm (protectionLevel=66 flags=0x38cbbe45)
03-09 23:17:13.754 31846 31884 I PackageManager: Un-granting permission android.permission.BIND_JOB_SERVICE from package com.google.android.music (protectionLevel=2 flags=0x38cbbe65)
03-09 23:17:13.772 31846 31884 I PackageManager: Un-granting permission android.permission.CONNECTIVITY_USE_RESTRICTED_NETWORKS from package com.google.android.captiveportallogin (protectionLevel=18 flags=0x38c8be45)
03-09 23:17:13.772 31846 31874 I libprocessgroup: Successfully killed process cgroup uid 10140 pid 8458 in 125ms
03-09 23:17:13.772 31846 31884 I PackageManager: Un-granting permission android.permission.NETWORK_BYPASS_PRIVATE_DNS from package com.google.android.captiveportallogin (protectionLevel=2 flags=0x38c8be45)
03-09 23:17:13.772 31846 31884 I PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.google.android.apps.docs (protectionLevel=66 flags=0x38cbbe45)
03-09 23:17:13.773 31846 31884 I PackageManager: Un-granting permission android.permission.SYSTEM_ALERT_WINDOW from package host.exp.exponent (protectionLevel=1250 flags=0x38d8be44)
03-09 23:17:13.773 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_DOCUMENTS from package host.exp.exponent (protectionLevel=262146 flags=0x38d8be44)
03-09 23:17:13.773 31846 31884 I PackageManager: Un-granting permission android.permission.WRITE_SETTINGS from package host.exp.exponent (protectionLevel=1218 flags=0x38d8be44)
03-09 23:17:13.773 31846 31884 I PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package host.exp.exponent (protectionLevel=66 flags=0x38d8be44)
03-09 23:17:13.775 31846 31884 I PackageManager: Un-granting permission android.permission.INTERACT_ACROSS_USERS from package com.google.android.syncadapters.contacts (protectionLevel=50 flags=0x20883e45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission android.permission.REQUEST_INSTALL_PACKAGES from package com.android.chrome (protectionLevel=66 flags=0xa0cbbe45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission com.google.android.apps.now.CURRENT_ACCOUNT_ACCESS from package com.android.chrome (protectionLevel=2 flags=0xa0cbbe45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission android.permission.CAPTURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xb0cabe45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_DEVICE_ADMINS from package com.google.android.gms (protectionLevel=2 flags=0xb0cabe45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission android.permission.MANAGE_ACTIVITY_STACKS from package com.google.android.gms (protectionLevel=2 flags=0xb0cabe45)
03-09 23:17:13.776 31846 31884 I PackageManager: Un-granting permission android.permission.CAPTURE_SECURE_VIDEO_OUTPUT from package com.google.android.gms (protectionLevel=2 flags=0xb0cabe45)
03-09 23:17:13.777 31846 31884 I PackageManager: Un-granting permission com.google.android.googleapps.permission.GOOGLE_AUTH from package com.google.android.videos (protectionLevel=2 flags=0x30dbbe45)
03-09 23:17:13.777 31846 31884 I PackageManager: Un-granting permission android.permission.WRITE_MEDIA_STORAGE from package com.google.android.apps.photos (protectionLevel=18 flags=0x38d9be45)
03-09 23:17:13.780 31846 31884 I PackageManager: Un-granting permission android.permission.SYSTEM_ALERT_WINDOW from package com.reactnativeplaygroundrc (protectionLevel=1250 flags=0x38883e46)
03-09 23:17:13.780 31846 31884 I PackageManager: Un-granting permission android.permission.SYSTEM_ALERT_WINDOW from package com.rn062 (protectionLevel=1250 flags=0x38083e46)
03-09 23:17:13.820 31846 31884 D PackageManager: Instant App installer not found with android.intent.action.INSTALL_INSTANT_APP_PACKAGE
03-09 23:17:13.820 31846 31884 D PackageManager: Clear ephemeral installer activity
03-09 23:17:13.825 31846 31872 W InputReader: Device has associated, but no associated display id.
03-09 23:17:13.825 31846 31872 I chatty  : uid=1000(system) ActivityManager identical 8 lines
03-09 23:17:13.825 31846 31872 W InputReader: Device has associated, but no associated display id.
03-09 23:17:13.840 31846 31864 W system_server: Long monitor contention with owner ActivityManager (31872) at void com.android.server.am.ActivityManagerService$MainHandler.handleMessage(android.os.Message)(ActivityManagerService.java:1726) waiters=0 in void com.android.server.am.ActivityManagerService.dispatchUidsChanged() for 193ms
03-09 23:17:13.842 31846 31864 W Looper  : Slow dispatch took 195ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53
03-09 23:17:13.850 31846 31871 E memtrack: Couldn't load memtrack module
03-09 23:17:13.850 31846 31871 W android.os.Debug: failed to get memory consumption info: -1
03-09 23:17:13.856  1746  3296 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:13.883 31846 31866 W ActivityManager: setHasOverlayUi called on unknown pid: 8458
03-09 23:17:13.909  1746  3296 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:13.909   697   796 D EGL_emulation: eglMakeCurrent: 0xd6e1ade0: ver 3 0 (tinfo 0xd6e0f9f0)
03-09 23:17:13.910  1779  1779 E         : Couldn't opendir /data/app/vmdl1230776623.tmp: No such file or directory
03-09 23:17:13.911  1779  1779 E installd: Failed to delete /data/app/vmdl1230776623.tmp: No such file or directory
03-09 23:17:13.918  1746  3296 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:13.932 31846 31884 I ActivityManager: Force stopping com.rn062 appid=10140 user=0: pkg removed
03-09 23:17:13.981 31846 31846 W ActivityManager: Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
03-09 23:17:13.981 31846 31846 W RemoteAppPredictionService: could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
03-09 23:17:13.939  1746  3296 I chatty  : uid=1000(system) HwBinder:1746_3 identical 1 line
03-09 23:17:13.985  1746  3296 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:13.992 32255 32588 D EGL_emulation: eglMakeCurrent: 0xea27f8e0: ver 3 0 (tinfo 0xdf014a10)
03-09 23:17:14.020  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:14.028 31846 31929 I InputReader: Reconfiguring input devices.  changes=0x00000010
03-09 23:17:14.072 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver
03-09 23:17:14.081   697   697 W ThreadPoolDumper: Queue length for executor EventBus is now 11. Perhaps some tasks are too long, or the pool is too small.
03-09 23:17:14.103   697   830 W SessionLifecycleManager: Handover failed. Creating new session controller.
03-09 23:17:14.116 31846 31929 I InputReader: Reconfiguring input devices.  changes=0x00000010
03-09 23:17:14.125 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
03-09 23:17:14.125 31846 31864 W Looper  : Slow dispatch took 152ms android.ui h=com.android.server.am.ActivityManagerService$UiHandler c=null m=53
03-09 23:17:14.135 31846 31846 W Looper  : Slow dispatch took 138ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@2e872c6 m=0
03-09 23:17:14.159 31986 32316 D EGL_emulation: eglMakeCurrent: 0xd6e1a5a0: ver 3 0 (tinfo 0xd6e0f150)
03-09 23:17:14.174 31846 31929 I InputReader: Reconfiguring input devices.  changes=0x00000010
03-09 23:17:14.176 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.packageinstaller/com.android.packageinstaller.PackageInstalledReceiver
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.games.chimera.GamesSystemBroadcastReceiverProxy
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
03-09 23:17:14.185 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.android.musicfx/.Compatibility$Receiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.FetchAccountPropertiesAppUpgradeBroadcastReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.apps.photos/.account.full.SyncAccountsForLoginBroadcastReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.apps.photos/.experiments.phenotype.full.PhenotypeAppUpgradeBroadcastReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.apps.photos/.notificationchannels.AppUpdateBroadcastReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.gass.chimera.PackageChangeBroadcastReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
03-09 23:17:14.186 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.PACKAGE_REPLACED dat=package:com.rn062 flg=0x4000010 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.apps.gsa.googlequicksearchbox.GelStubAppWatcher
03-09 23:17:14.191 31986 32316 D EGL_emulation: eglMakeCurrent: 0xd6e1a5a0: ver 3 0 (tinfo 0xd6e0f150)
03-09 23:17:14.324 31846 31863 W Looper  : Slow dispatch took 129ms android.fg h=android.os.Handler c=<recycled PooledLambda@2069780> m=0
03-09 23:17:14.348 31846 31846 W Looper  : Slow dispatch took 158ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@76fd698 m=0
03-09 23:17:14.348 31846 31846 W Looper  : Slow delivery took 237ms main h=android.app.ActivityThread$H c=android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA@f90def1 m=0
03-09 23:17:14.348 31846 31846 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now com.google.android.dialer: DDC.oR@APo
03-09 23:17:14.349 31986 32316 I chatty  : uid=10105(com.android.systemui) RenderThread identical 2 lines
03-09 23:17:14.359 31986 32316 D EGL_emulation: eglMakeCurrent: 0xd6e1a5a0: ver 3 0 (tinfo 0xd6e0f150)
03-09 23:17:14.367   697   830 W ThreadPoolDumper: Queue length for executor Lightweight is now 11. Perhaps some tasks are too long, or the pool is too small.
03-09 23:17:14.419 31986 32316 D EGL_emulation: eglMakeCurrent: 0xd6e1a5a0: ver 3 0 (tinfo 0xd6e0f150)
03-09 23:17:14.425 32493  8732 I Auth    : [SupervisedAccountIntentOperation] onHandleIntent(): android.intent.action.PACKAGE_ADDED
03-09 23:17:14.426 32493  8732 I Auth    : [SupervisedAccountIntentOperation] This operation is disabled
03-09 23:17:14.426 31986 32316 D EGL_emulation: eglMakeCurrent: 0xd6e1a5a0: ver 3 0 (tinfo 0xd6e0f150)
03-09 23:17:14.431 32493  8730 I ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=android.intent.action.PACKAGE_ADDED dat=package:com.rn062 flg=0x4000010 cmp=com.google.android.gms/.chimera.GmsIntentOperationService (has extras) }.
03-09 23:17:14.462 31846 31846 W Looper  : Drained
03-09 23:17:14.480 32493  8738 I FontsPackageChangeOp: Package com.rn062 has no metadata
03-09 23:17:14.485 32255   343 E ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api
03-09 23:17:14.503 32493  8733 I gle.android.gm: IncrementDisableThreadFlip blocked for 23.985ms
03-09 23:17:14.512 32493  8731 I gle.android.gm: IncrementDisableThreadFlip blocked for 23.626ms
03-09 23:17:14.567 32255 32273 I s.nexuslaunche: Background concurrent copying GC freed 6386(375KB) AllocSpace objects, 1(88KB) LOS objects, 49% free, 3303KB/6606KB, paused 333us total 503.524ms
03-09 23:17:14.584 32493  8738 W PeopleContactsSync: CP2 sync disabled by gservices.
03-09 23:17:14.687 32493 32571 I gle.android.gm: Waiting for a blocking GC ProfileSaver
03-09 23:17:14.716   697  8750 W LocationOracle: No location history returned by ContextManager
03-09 23:17:14.767 32493 32531 I gle.android.gm: Background concurrent copying GC freed 19548(1387KB) AllocSpace objects, 0(0B) LOS objects, 42% free, 8389KB/14MB, paused 8.441ms total 806.311ms
03-09 23:17:14.767 32493 32571 I gle.android.gm: WaitForGcToComplete blocked ProfileSaver on HeapTrim for 79.937ms
03-09 23:17:14.775   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:14.777   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:14.777   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:14.777   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:14.799 32357 32357 D CarrierSvcBindHelper: No carrier app for: 0
03-09 23:17:14.839 32357 32357 D CarrierSvcBindHelper: No carrier app for: 0
03-09 23:17:14.864 32357 32357 D CarrierConfigLoader: mHandler: 9 phoneId: 0
03-09 23:17:14.970 31846  6696 I ActivityTaskManager: START u0 {flg=0x10000000 cmp=com.rn062/.MainActivity} from uid 2000
03-09 23:17:14.995 31846  6696 W InputReader: Device has associated, but no associated display id.
03-09 23:17:14.997 31846  6696 I chatty  : uid=1000(system) Binder:31846_1F identical 8 lines
03-09 23:17:14.997 31846  6696 W InputReader: Device has associated, but no associated display id.
03-09 23:17:15.083 31846 31866 W system_server: Long monitor contention with owner Binder:31846_C (32563) at int com.android.server.am.ActivityManagerService.bindIsolatedService(android.app.IApplicationThread, android.os.IBinder, android.content.Intent, java.lang.String, android.app.IServiceConnection, int, java.lang.String, java.lang.String, int)(ActivityManagerService.java:14067) waiters=0 in void com.android.server.am.ActivityManagerService$LocalService.updateCpuStats() for 101ms
03-09 23:17:15.117  8757  8757 I com.rn062: Not late-enabling -Xcheck:jni (already on)
03-09 23:17:15.135 31785 31785 D Zygote  : Forked child process 8757
03-09 23:17:15.140 31846 31873 W ActivityManager: Slow operation: 56ms so far, now at startProcess: returned from zygote!
03-09 23:17:15.140 31846 31873 W ActivityManager: Slow operation: 56ms so far, now at startProcess: done updating battery stats
03-09 23:17:15.140 31846 31873 W ActivityManager: Slow operation: 56ms so far, now at startProcess: building log message
03-09 23:17:15.140 31846 31873 I ActivityManager: Start proc 8757:com.rn062/u0a140 for activity {com.rn062/com.rn062.MainActivity}
03-09 23:17:15.140 31846 31873 W ActivityManager: Slow operation: 57ms so far, now at startProcess: starting to update pids map
03-09 23:17:15.141 31846 31873 W ActivityManager: Slow operation: 57ms so far, now at startProcess: done updating pids map
03-09 23:17:15.208  8757  8757 E com.rn062: Unknown bits set in runtime_flags: 0x8000
03-09 23:17:15.261  8757  8757 W com.rn062: Unexpected CPU variant for X86 using defaults: x86
03-09 23:17:15.274 31846 31867 W system_server: Long monitor contention with owner android.bg (31871) at android.content.res.Resources android.app.ResourcesManager.getOrCreateResources(android.os.IBinder, android.content.res.ResourcesKey, java.lang.ClassLoader)(ResourcesManager.java:762) waiters=0 in android.app.LoadedApk android.app.ActivityThread.getPackageInfo(java.lang.String, android.content.res.CompatibilityInfo, int, int) for 246ms
03-09 23:17:15.276 31846 31867 E system_server: Invalid ID 0x00000000.
03-09 23:17:15.278 31846  6696 W InputReader: Device has associated, but no associated display id.
03-09 23:17:15.283 31846  6696 I chatty  : uid=1000(system) Binder:31846_1F identical 28 lines
03-09 23:17:15.283 31846  6696 W InputReader: Device has associated, but no associated display id.
03-09 23:17:15.300 32493  8031 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
03-09 23:17:15.334 32493  7550 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
03-09 23:17:15.442  8757  8757 D SoLoader: init start
03-09 23:17:15.442  8757  8757 D SoLoader: adding system library source: /vendor/lib
03-09 23:17:15.443  8757  8757 D SoLoader: adding system library source: /system/lib
03-09 23:17:15.443  8757  8757 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86 flags = 0]
03-09 23:17:15.445  8757  8757 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.rn062/lib-main flags = 1]
03-09 23:17:15.445  8757  8757 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
03-09 23:17:15.445  8757  8757 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
03-09 23:17:15.445  8757  8757 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86 flags = 0]
03-09 23:17:15.445  8757  8757 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.rn062/lib-main flags = 1]
03-09 23:17:15.446  8757  8757 V fb-UnpackingSoSource: locked dso store /data/user/0/com.rn062/lib-main
03-09 23:17:15.450  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:15.463  8757  8757 V fb-UnpackingSoSource: deps mismatch on deps store: regenerating
03-09 23:17:15.463  8757  8757 V fb-UnpackingSoSource: so store dirty: regenerating
03-09 23:17:15.487 31846 31867 W InputReader: Device has associated, but no associated display id.
03-09 23:17:15.487 31846 31867 I chatty  : uid=1000(system) android.anim identical 8 lines
03-09 23:17:15.487 31846 31867 W InputReader: Device has associated, but no associated display id.
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libevent-2.1.so: deferring to libdir
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libevent_core-2.1.so: deferring to libdir
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libevent_extra-2.1.so: deferring to libdir
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libflipper.so: deferring to libdir
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libhermes-executor-debug.so: deferring to libdir
03-09 23:17:15.523  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libhermes-executor-release.so: deferring to libdir
03-09 23:17:15.526  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libimagepipeline.so: deferring to libdir
03-09 23:17:15.526  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libjsc.so: deferring to libdir
03-09 23:17:15.526  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libnative-filters.so: deferring to libdir
03-09 23:17:15.529  8757  8757 D ApkSoSource: not allowing consideration of lib/x86/libnative-imagetranscoder.so: deferring to libdir
03-09 23:17:15.532  8757  8757 V fb-UnpackingSoSource: regenerating DSO store com.facebook.soloader.ApkSoSource
03-09 23:17:15.542  8757  8757 V fb-UnpackingSoSource: Finished regenerating DSO store com.facebook.soloader.ApkSoSource
03-09 23:17:15.544  8757  8757 V fb-UnpackingSoSource: starting syncer worker
03-09 23:17:15.554  8757  8757 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.rn062/lib-main (from syncer thread)
03-09 23:17:15.554  8757  8757 V fb-UnpackingSoSource: not releasing dso store lock for /data/user/0/com.rn062/lib-main (syncer thread started)
03-09 23:17:15.554  8757  8757 D SoLoader: init finish: 4 SO sources prepared
03-09 23:17:15.554  8757  8757 D SoLoader: init exiting
03-09 23:17:15.608  8757  8757 D SoLoader: init exiting
03-09 23:17:15.608  8757  8757 D SoLoader: About to load: libjscexecutor.so
03-09 23:17:15.609  8757  8757 D SoLoader: libjscexecutor.so not found on /data/data/com.rn062/lib-main
03-09 23:17:15.609  8757  8757 D SoLoader: libjscexecutor.so not found on /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86
03-09 23:17:15.609  8757  8757 D SoLoader: libjscexecutor.so not found on /vendor/lib
03-09 23:17:15.609  8757  8757 D SoLoader: libjscexecutor.so not found on /system/lib
03-09 23:17:15.611  8757  8757 E SoLoader: couldn't find DSO to load: libjscexecutor.so
03-09 23:17:15.612  8757  8757 D ReactNative: ReactInstanceManager.ctor()
03-09 23:17:15.612  8757  8757 D SoLoader: init exiting
03-09 23:17:15.628 32428 32428 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
03-09 23:17:15.642 32428 32428 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
03-09 23:17:15.643 31789  8779 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:15.681  8757  8757 D NetworkSecurityConfig: No Network Security Config specified, using platform default
03-09 23:17:15.688  8757  8757 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.688  8757  8757 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.688  8757  8757 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.688  8757  8757 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.690  8757  8757 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.690  8757  8757 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.690  8757  8757 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:15.800   697   796 D EGL_emulation: eglMakeCurrent: 0xd6e1ade0: ver 3 0 (tinfo 0xd6e0f9f0)
03-09 23:17:15.814 32255 32588 D EGL_emulation: eglMakeCurrent: 0xea27f8e0: ver 3 0 (tinfo 0xdf014a10)
03-09 23:17:15.843 32428 32428 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
03-09 23:17:15.903  8757  8784 D SoLoader: About to load: libfbjni.so
03-09 23:17:15.913  8757  8784 D SoLoader: libfbjni.so not found on /data/data/com.rn062/lib-main
03-09 23:17:15.913  8757  8784 D SoLoader: libfbjni.so not found on /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86
03-09 23:17:15.913  8757  8784 D SoLoader: libfbjni.so not found on /vendor/lib
03-09 23:17:15.913  8757  8784 D SoLoader: libfbjni.so not found on /system/lib
03-09 23:17:15.918  8757  8784 E SoLoader: couldn't find DSO to load: libfbjni.so
--------- beginning of crash
03-09 23:17:15.919  8757  8785 E AndroidRuntime: FATAL EXCEPTION: FlipperConnectionThread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.919  8757  8785 E AndroidRuntime: java.lang.NoClassDefFoundError: <clinit> failed for class com.facebook.flipper.android.EventBase; see exception in other thread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
03-09 23:17:15.920  8757  8784 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.920  8757  8784 E AndroidRuntime: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:789)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:639)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:525)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.NativeLoaderToSoLoaderDelegate.loadLibrary(NativeLoaderToSoLoaderDelegate.java:24)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.nativeloader.NativeLoader.loadLibrary(NativeLoader.java:43)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.jni.HybridData.<clinit>(HybridData.java:34)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 I Process : Sending signal. PID: 8757 SIG: 9
03-09 23:17:16.054 31785 31785 I Zygote  : Process 8757 exited due to signal 9 (Killed)
03-09 23:17:16.055 31846   689 I ActivityManager: Process com.rn062 (pid 8757) has died: fore TOP 
03-09 23:17:16.055 32493  7905 I Icing   : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
03-09 23:17:16.055 31846 31874 I libprocessgroup: Successfully killed process cgroup uid 10140 pid 8757 in 0ms
03-09 23:17:16.083 31785 31785 D Zygote  : Forked child process 8787
03-09 23:17:16.087 31846 31873 I ActivityManager: Start proc 8787:com.rn062/u0a140 for activity {com.rn062/com.rn062.MainActivity}
03-09 23:17:16.100  8787  8787 I com.rn062: Not late-enabling -Xcheck:jni (already on)
03-09 23:17:16.118  8787  8787 E com.rn062: Unknown bits set in runtime_flags: 0x8000
03-09 23:17:16.118  8787  8787 W com.rn062: Unexpected CPU variant for X86 using defaults: x86
03-09 23:17:16.159 31846 32244 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.167 31846 32244 I chatty  : uid=1000(system) Binder:31846_A identical 28 lines
03-09 23:17:16.167 31846 32244 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.185 32493  7905 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
03-09 23:17:16.186 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763433967 duration=-1583723534581
03-09 23:17:16.242 31846 32244 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763436186 duration=0
03-09 23:17:16.343  8787  8787 D SoLoader: init start
03-09 23:17:16.343  8787  8787 D SoLoader: adding system library source: /vendor/lib
03-09 23:17:16.344  8787  8787 D SoLoader: adding system library source: /system/lib
03-09 23:17:16.345  8787  8787 D SoLoader: adding application source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86 flags = 0]
03-09 23:17:16.347  8787  8787 D SoLoader: adding backup source from : com.facebook.soloader.ApkSoSource[root = /data/data/com.rn062/lib-main flags = 1]
03-09 23:17:16.347  8787  8787 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /system/lib flags = 2]
03-09 23:17:16.347  8787  8787 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /vendor/lib flags = 2]
03-09 23:17:16.347  8787  8787 D SoLoader: Preparing SO source: com.facebook.soloader.DirectorySoSource[root = /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86 flags = 0]
03-09 23:17:16.347  8787  8787 D SoLoader: Preparing SO source: com.facebook.soloader.ApkSoSource[root = /data/data/com.rn062/lib-main flags = 1]
03-09 23:17:16.348  8787  8787 V fb-UnpackingSoSource: locked dso store /data/user/0/com.rn062/lib-main
03-09 23:17:16.349  8787  8787 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.rn062/lib-main
03-09 23:17:16.349  8787  8787 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.rn062/lib-main
03-09 23:17:16.349  8787  8787 D SoLoader: init finish: 4 SO sources prepared
03-09 23:17:16.349  8787  8787 D SoLoader: init exiting
03-09 23:17:16.359 32428  7682 I ctxmgr  : [ProducerStatusImpl] updateStateForNewContextData: inactive, contextName=7 [CONTEXT service_id=47 ]
03-09 23:17:16.367  8787  8787 D SoLoader: init exiting
03-09 23:17:16.367  8787  8787 D SoLoader: About to load: libjscexecutor.so
03-09 23:17:16.371  8787  8787 D SoLoader: libjscexecutor.so not found on /data/data/com.rn062/lib-main
03-09 23:17:16.371  8787  8787 D SoLoader: libjscexecutor.so not found on /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86
03-09 23:17:16.372  8787  8787 D SoLoader: libjscexecutor.so not found on /vendor/lib
03-09 23:17:16.373  8787  8787 D SoLoader: libjscexecutor.so not found on /system/lib
03-09 23:17:16.376  8787  8787 E SoLoader: couldn't find DSO to load: libjscexecutor.so
03-09 23:17:16.377  8787  8787 D ReactNative: ReactInstanceManager.ctor()
03-09 23:17:16.378  8787  8787 D SoLoader: init exiting
03-09 23:17:16.397 32428  8807 I PlaceInferenceEngine: [anon] Changed inference mode: 0
03-09 23:17:16.399 32428  8807 I PlaceInferenceEngine: [account#303780718] Changed inference mode: 0
03-09 23:17:16.408 32428 32428 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
03-09 23:17:16.413 32428 32428 I GeofencerStateMachine: removeGeofences: removeRequest=RemoveGeofencingRequest[REMOVE_BY_PENDING_INTENT pendingIntent=PendingIntent[creatorPackage=com.google.android.gms], packageName=com.google.android.gms]
03-09 23:17:16.446  8787  8787 D NetworkSecurityConfig: No Network Security Config specified, using platform default
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->get()Ldalvik/system/CloseGuard; (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->open(Ljava/lang/String;)V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.460  8787  8787 W com.rn062: Accessing hidden method Ldalvik/system/CloseGuard;->warnIfOpen()V (greylist,core-platform-api, reflection, allowed)
03-09 23:17:16.476 32493  8031 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=36
03-09 23:17:16.476 32493  3144 I Icing   : IndexChimeraService.getServiceInterface callingPackage=com.google.android.gms componentName=AppsCorpus serviceId=32
03-09 23:17:16.500  8787  8818 D SoLoader: About to load: libfbjni.so
03-09 23:17:16.501  8787  8818 D SoLoader: libfbjni.so not found on /data/data/com.rn062/lib-main
03-09 23:17:16.501  8787  8818 D SoLoader: libfbjni.so not found on /data/app/com.rn062-3ZIOQ1hTNb_pJueekl4RvA==/lib/x86
03-09 23:17:16.501  8787  8818 D SoLoader: libfbjni.so not found on /vendor/lib
03-09 23:17:16.501  8787  8818 D SoLoader: libfbjni.so not found on /system/lib
03-09 23:17:16.508  8787  8818 E SoLoader: couldn't find DSO to load: libfbjni.so
03-09 23:17:16.510  8787  8818 E AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
03-09 23:17:16.510  8787  8818 E AndroidRuntime: Process: com.rn062, PID: 8787
03-09 23:17:16.510  8787  8818 E AndroidRuntime: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:789)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:639)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:525)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.NativeLoaderToSoLoaderDelegate.loadLibrary(NativeLoaderToSoLoaderDelegate.java:24)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.soloader.nativeloader.NativeLoader.loadLibrary(NativeLoader.java:43)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.jni.HybridData.<clinit>(HybridData.java:34)
03-09 23:17:16.510  8787  8818 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:16.515 31846 31862 W ActivityTaskManager:   Force finishing activity com.rn062/.MainActivity
03-09 23:17:16.518 31846 31862 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.523 31846  8820 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
03-09 23:17:16.518 31846 31862 I chatty  : uid=1000(system) Binder:31846_2 identical 8 lines
03-09 23:17:16.518 31846 31862 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.523  8787  8819 I Process : Sending signal. PID: 8787 SIG: 9
03-09 23:17:16.528 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
03-09 23:17:16.528 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
03-09 23:17:16.547 31785 31785 I Zygote  : Process 8787 exited due to signal 9 (Killed)
03-09 23:17:16.587 31846  2578 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763434976 duration=-1
03-09 23:17:16.599 31846  2578 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436587 duration=0
03-09 23:17:16.613 31846  2578 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436599 duration=0
03-09 23:17:16.626 31846 31862 I ActivityManager: Process com.rn062 (pid 8787) has died: vis+99 TOP 
03-09 23:17:16.637 31846 31862 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.638 31846 32563 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436613 duration=0
03-09 23:17:16.646 31846 31867 W WindowManager: Failed looking up window callers=com.android.server.wm.WindowManagerService.windowForClientLocked:5281 com.android.server.wm.WindowManagerService.removeWindow:1753 com.android.server.wm.Session.remove:176 
03-09 23:17:16.644 31846 31862 I chatty  : uid=1000(system) Binder:31846_2 identical 18 lines
03-09 23:17:16.644 31846 31862 W InputReader: Device has associated, but no associated display id.
03-09 23:17:16.657  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.670  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.677   697   796 D EGL_emulation: eglMakeCurrent: 0xd6e1ade0: ver 3 0 (tinfo 0xd6e0f9f0)
03-09 23:17:16.682  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.692 31846 32563 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436638 duration=0
03-09 23:17:16.695 31846 32563 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436692 duration=0
03-09 23:17:16.731 31846 31862 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436695 duration=0
03-09 23:17:16.733  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.754 32255 32588 D EGL_emulation: eglMakeCurrent: 0xea27f8e0: ver 3 0 (tinfo 0xdf014a10)
03-09 23:17:16.780  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.781 31846 31862 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436731 duration=0
03-09 23:17:16.799 31846 31862 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436781 duration=0
03-09 23:17:16.816 31846 31846 W ActivityManager: Unable to start service Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } U=0: not found
03-09 23:17:16.836 31846 31846 W RemoteAppPredictionService: could not bind to Intent { act=android.service.appprediction.AppPredictionService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiPredictionService } using flags 67108865
03-09 23:17:16.789  1746  1825 D gralloc_ranchu: gralloc_alloc: Creating ashmem region of size 8298496
03-09 23:17:16.848   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:16.851   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:16.855   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:16.855   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:16.913 31846 31874 I libprocessgroup: Successfully killed process cgroup uid 10140 pid 8787 in 286ms
03-09 23:17:16.987 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763436242 duration=0
03-09 23:17:17.016 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763436987 duration=0
03-09 23:17:17.019 31846 31866 W ActivityTaskManager: Activity top resumed state loss timeout for ActivityRecord{c50700c u0 com.rn062/.MainActivity t-1 f}
03-09 23:17:17.027 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437016 duration=0
03-09 23:17:17.044 32428 32439 I .gms.persisten: Background young concurrent copying GC freed 78531(4124KB) AllocSpace objects, 33(1280KB) LOS objects, 27% free, 10059KB/13MB, paused 4.042ms total 108.368ms
03-09 23:17:17.060   697  8750 W earchbox:searc: Long monitor contention with owner NonUserFacing59 (8709) at boolean com.google.android.apps.gsa.staticplugins.ad.aw.d()(SourceFile:-1) waiters=1 in void com.google.android.apps.gsa.staticplugins.ad.aw.a(com.google.android.libraries.gcoreclient.f.h) for 448ms
03-09 23:17:17.066   697  8823 W earchbox:searc: Long monitor contention with owner NonUserFacing59 (8709) at boolean com.google.android.apps.gsa.staticplugins.ad.aw.d()(SourceFile:-1) waiters=4 in void com.google.android.apps.gsa.staticplugins.ad.aw.a(com.google.android.libraries.gcoreclient.f.h) for 286ms
03-09 23:17:17.069 31846  6696 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437027 duration=0
03-09 23:17:17.075   697  8827 W earchbox:searc: Long monitor contention with owner NonUserFacing59 (8709) at boolean com.google.android.apps.gsa.staticplugins.ad.aw.d()(SourceFile:-1) waiters=7 in void com.google.android.apps.gsa.staticplugins.ad.aw.a(com.google.android.libraries.gcoreclient.f.h) for 208ms
03-09 23:17:17.110 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763433967 duration=-1583723534581
03-09 23:17:17.128 31846 31862 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 79 time=1583762761695 duration=6721771
03-09 23:17:17.147 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437069 duration=0
03-09 23:17:17.153 31846  2578 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437147 duration=0
03-09 23:17:17.194 32428  8807 I Places  : ?: PlacesBleScanner start() with priority 2
03-09 23:17:17.194 32428  8807 I PlaceInferenceEngine: [anon] Changed inference mode: 1
03-09 23:17:17.195 32428  8807 I PlaceInferenceEngine: [account#303780718] Changed inference mode: 1
03-09 23:17:17.209 32428 32428 E BeaconBle: Missing BluetoothAdapter
03-09 23:17:17.209 32428 32428 I BeaconBle: BLE 'KK+' software access layer enabled
03-09 23:17:17.214 32428  8807 I Places  : Converted 1 out of 1 WiFi scans
03-09 23:17:17.227 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437153 duration=0
03-09 23:17:17.247 31846  6696 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437227 duration=0
03-09 23:17:17.253 31846  6696 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437247 duration=0
03-09 23:17:17.261 32428  8807 I PlaceInferenceEngine: [account#303780718] Changed inference mode: 1
03-09 23:17:17.261 32428  8807 I PlaceInferenceEngine: [anon] Changed inference mode: 1
03-09 23:17:17.267 32428 32428 I BeaconBle: Client requested scan, settings=BleSettings [scanMode=ZERO_POWER, callbackType=ALL_MATCHES, reportDelayMillis=0, 1 filters, 0 clients, callingClientName=Places]
03-09 23:17:17.267 32428 32428 I BeaconBle: Scan : No clients left, canceling alarm.
03-09 23:17:17.268 32428 32428 E BeaconBle: Scan couldn't start for Places
03-09 23:17:17.268 32428 32428 W Places  : BLE failure while scanning - code 5
03-09 23:17:17.311 32428  7682 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
03-09 23:17:17.322 31846  2578 I DropBoxManagerService: add tag=platform_stats_bookmark isTagEnabled=true flags=0x2
03-09 23:17:17.330 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.stats.service.DropBoxEntryAddedReceiver
03-09 23:17:17.331 31846 31872 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.DROPBOX_ENTRY_ADDED flg=0x10 (has extras) } to com.google.android.gms/.chimera.GmsIntentOperationService$PersistentTrustedReceiver
03-09 23:17:17.364 32493  7952 I Icing   : Usage reports ok 1, Failed Usage reports 0, indexed 0, rejected 0
03-09 23:17:17.374 31846 31857 I system_server: Background young concurrent copying GC freed 55857(3831KB) AllocSpace objects, 22(1340KB) LOS objects, 27% free, 13MB/18MB, paused 391us total 141.497ms
03-09 23:17:17.412 32428  7682 I PlaceInferenceEngine: No beacon scan available - ignoring candidates.
03-09 23:17:17.426 32428 32439 I .gms.persisten: Background young concurrent copying GC freed 34679(1840KB) AllocSpace objects, 3(256KB) LOS objects, 9% free, 12MB/13MB, paused 375us total 182.260ms
03-09 23:17:17.487 32493  7952 I Icing   : Usage reports ok 0, Failed Usage reports 0, indexed 0, rejected 0
03-09 23:17:17.497 31846  6696 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 41 time=1583763436799 duration=0
03-09 23:17:17.500 32493  7952 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
03-09 23:17:17.726 31789  8832 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:17.892 31846  6696 W system_server: JNI critical lock held for 46.409ms on Thread[130,tid=6696,Runnable,Thread*=0xb9e06c00,peer=0x132c92c8,"Binder:31846_1F"]
03-09 23:17:17.936 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437253 duration=0
03-09 23:17:17.997 31846 31862 W system_server: JNI critical lock held for 20.074ms on Thread[12,tid=31862,Runnable,Thread*=0xd6e29400,peer=0x13240540,"Binder:31846_2"]
03-09 23:17:18.019 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763437936 duration=0
03-09 23:17:18.083 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763438020 duration=0
03-09 23:17:18.118 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763438083 duration=0
03-09 23:17:18.144 31846 32563 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 79 time=1583763438118 duration=0
03-09 23:17:18.158 32493  7952 I Icing   : Indexing com.google.android.gms-internal.3p:MobileApplication from com.google.android.gms
03-09 23:17:18.182 31846 32563 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 79 time=1583763437128 duration=0
03-09 23:17:18.199 31846 32563 W AppOps  : Noting op not finished: uid 10106 pkg com.google.android.googlequicksearchbox code 79 time=1583763438182 duration=0
03-09 23:17:18.236 32428 32439 I .gms.persisten: Background concurrent copying GC freed 62074(2933KB) AllocSpace objects, 6(756KB) LOS objects, 38% free, 9982KB/15MB, paused 463us total 346.693ms
03-09 23:17:18.314 32493  7952 I Icing   : Indexing com.google.android.gms-internal.3p:Event from com.google.android.gms
03-09 23:17:18.377 32493  7952 W gle.android.gm: JNI critical lock held for 20.190ms on Thread[52,tid=7952,Runnable,Thread*=0xb955c200,peer=0x13202e60,"lowpool[27]"]
03-09 23:17:18.432 31846 31862 W system_server: JNI critical lock held for 18.531ms on Thread[12,tid=31862,Runnable,Thread*=0xd6e29400,peer=0x13240540,"Binder:31846_2"]
03-09 23:17:18.439 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763437110 duration=0
03-09 23:17:18.446 32493  7952 I Icing   : Indexing done com.google.android.gms-apps
03-09 23:17:18.450 32493  7952 I Icing   : Indexing done com.google.android.gms-internal.3p:MobileApplication
03-09 23:17:18.464 32493  7952 I Icing   : Indexing done com.google.android.gms-internal.3p:Event
03-09 23:17:18.465 32493  7952 I Icing   : Indexing com.google.android.gms-apps from com.google.android.gms
03-09 23:17:18.467 32493  7952 I Icing   : Indexing done com.google.android.gms-apps
03-09 23:17:19.493 32255   343 E ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api
03-09 23:17:19.890 31789  8833 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:19.912   697   929 I earchbox:searc: IncrementDisableThreadFlip blocked for 5.180ms
03-09 23:17:21.873   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:21.877   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:21.878   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:21.878   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:21.983 31789  8834 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:23.428 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763438439 duration=0
03-09 23:17:24.068 31789  8835 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:26.155 31789  8838 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:26.882   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:26.883   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:26.883   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:26.883   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:28.241 31789  8839 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:28.433 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763433967 duration=-1
03-09 23:17:30.334 31789  8840 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:31.888   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:31.891   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:31.891   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:31.891   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:32.379 31789  8841 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:33.445 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763448433 duration=0
03-09 23:17:34.443 31789  8842 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:34.513 32255   343 E ActivityThread: Failed to find provider info for com.google.android.apps.wellbeing.api
03-09 23:17:36.596 31789  8843 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:36.898   697   830 I MicroDetectionWorker: #startMicroDetector [speakerMode: 0]
03-09 23:17:36.901   697   830 W ErrorReporter: reportError [type: 211, code: 393244, bug: 0]: errorCode: 393244, engine: 0
03-09 23:17:36.902   697   830 I MicroDetector: Keeping mic open: false
03-09 23:17:36.902   697   830 I MicroDetectionWorker: #onError(false)
03-09 23:17:38.460 31846 31862 W AppOps  : Noting op not finished: uid 10098 pkg com.google.android.gms code 41 time=1583763453445 duration=0
03-09 23:17:38.650 31789  8844 E ResolverController: No valid NAT64 prefix (100, <unspecified>/0)
03-09 23:17:39.818 31846 31871 E memtrack: Couldn't load memtrack module
03-09 23:17:39.818 31846 31871 W android.os.Debug: failed to get memory consumption info: -1

@mweststrate
Copy link
Contributor

@Naturalclar I had the same crash after the same update. However, after running init again for a fresh project, I ended up with a working app with exactly the same sources, so it seems to be purely an android caching issue.

@kelset
Copy link
Contributor

kelset commented Mar 9, 2020

I'm experiencing the same crash after generating a fresh app via npx react-native init RN062 --version 0.62.0-rc.5 on a completely fresh machine 😅

So yeah I don't really understand what's going on... since I don't have any pre-existing cache.

Error log:

Error log:

2020-03-09 16:58:33.121 8400-8400/? E/SoLoader: couldn't find DSO to load: libc++_shared.so caused by: dlopen failed: "/data/data/com.rn062/lib-main/libc++_shared.so" has unexpected e_machine: 40 (EM_ARM)
2020-03-09 16:58:33.128 8400-8400/? E/SoLoader: couldn't find DSO to load: libfb.so caused by: APK was built for a different platform
2020-03-09 16:58:33.131 8400-8400/? E/SoLoader: couldn't find DSO to load: libjscexecutor.so caused by: couldn't find DSO to load: libfb.so caused by: APK was built for a different platform
2020-03-09 16:58:33.237 8400-8421/? E/SoLoader: couldn't find DSO to load: libfbjni.so caused by: dlopen failed: "/data/data/com.rn062/lib-main/libfbjni.so" has unexpected e_machine: 40 (EM_ARM)
2020-03-09 16:58:33.238 8400-8422/? E/AndroidRuntime: FATAL EXCEPTION: FlipperConnectionThread
    Process: com.rn062, PID: 8400
    java.lang.NoClassDefFoundError: <clinit> failed for class com.facebook.flipper.android.EventBase; see exception in other thread
        at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
2020-03-09 16:58:33.238 8400-8421/? E/AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
    Process: com.rn062, PID: 8400
    com.facebook.soloader.SoLoader$WrongAbiError: APK was built for a different platform
        at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:645)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
        at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:525)
        at com.facebook.soloader.NativeLoaderToSoLoaderDelegate.loadLibrary(NativeLoaderToSoLoaderDelegate.java:24)
        at com.facebook.soloader.nativeloader.NativeLoader.loadLibrary(NativeLoader.java:43)
        at com.facebook.jni.HybridData.<clinit>(HybridData.java:34)
        at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
     Caused by: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so caused by: dlopen failed: "/data/data/com.rn062/lib-main/libfbjni.so" has unexpected e_machine: 40 (EM_ARM)
        at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:789)
        at com.facebook.soloader.SoLoader.loadLibraryBySoName

That said, if I open the project from Android Studio and build it from there, it works just fine... 😅

@alloy
Copy link
Contributor

alloy commented Mar 9, 2020

@kelset I’m new to Android/Java, but judging from your crash log it’s a different one from e.g. @Naturalclar. Yours appears to be about a lib being built for a different arch than the one you’re trying to run it on, whereas @Naturalclar’s appears to be about the loader not being able to find the lib in the first place.

@alloy
Copy link
Contributor

alloy commented Mar 10, 2020

@bmbmjmdm Can you update this issue with the results of removing all build/cache artefacts?

@bmbmjmdm
Copy link
Author

bmbmjmdm commented Mar 11, 2020

Tried invalidating cache via Android Studio, deleting all .iml files in ./android, ./android/app and ./android/.ide, deleting android/app/build files and ran a clean+build in Android Studio. Reran react-native bundle and run-android, getting white screen on launch, stack overflow in logs. This is still on rc-1.


[20:52:15] D | ReactNative ▶︎ ReactInstanceManager.ctor()

[20:52:15] D | ReactNative ▶︎ ReactInstanceManager.createReactContextInBackground()
                           │ ReactInstanceManager.recreateReactContextInBackgroundInner()
                           │ ReactInstanceManager.recreateReactContextInBackgroundFromBundleLoader()
                           │ ReactInstanceManager.recreateReactContextInBackground()
                           └ ReactInstanceManager.runCreateReactContextOnNewThread()

[20:52:15] D | ReactNative ▶︎ ReactInstanceManager.createReactContext()

[20:52:15] D | ReactNative ▶︎ Initializing React Xplat Bridge.

[20:52:15] D | ReactNative ▶︎ Initializing React Xplat Bridge before initializeBridge

[20:52:15] D | ReactNative ▶︎ Initializing React Xplat Bridge after initializeBridge

[20:52:15] D | ReactNative ▶︎ CatalystInstanceImpl.runJSBundle()

[20:52:15] D | ReactNative ▶︎ ReactInstanceManager.setupReactContext()
                           │ CatalystInstanceImpl.initialize()
                           └ ReactInstanceManager.attachRootViewToInstance()

[20:52:16] I | ReactNativeJS ▶︎ Running "wesleyapp" with {"rootTag":1}

[20:52:16] E | ReactNativeJS ▶︎ RangeError: Maximum call stack size exceeded.

then this repeated a bunch

2020-03-10` 19:56:36.303 30690-30714/? E/unknown:ReactNative: RangeError: Maximum call stack size exceeded., stack:
    get@394:5662
    addDep@394:15002
    depend@394:4355

@alloy
Copy link
Contributor

alloy commented Mar 11, 2020

Being naive about Android builds, I’d venture to say it appears to be a pure JS issue. Can you try to find the call-site that leads to the exception and the code/libs involved? Even better would be a fresh sample app that has just the code to demonstrate the exception.

@alloy
Copy link
Contributor

alloy commented Mar 11, 2020

Btw, I see I didn’t mention this before, but @Naturalclar’s crash log is very different from @bmbmjmdm’s. @Naturalclar’s looks more similar to #28270, in that a lib can’t be found.

@bmbmjmdm
Copy link
Author

@alloy I can't say I fully understand that request, so I probably wouldn't be able to find that on my own

@hsjoberg
Copy link
Contributor

Yes, @Naturalclar issue seems similar to #28270, in that key libs (libjscexecutor.so, libfbjni.so) wasn't able to loaded.

For @bmbmjmdm's issue, could the issue perhaps be related to Vue Native?

@alloy
Copy link
Contributor

alloy commented Mar 12, 2020

@alloy I can't say I fully understand that request, so I probably wouldn't be able to find that on my own

Let me rephrase; in short I’m asking you to try to isolate the code in your application to the code that triggers this exception. I.e. start removing large parts of your codebase until the exception no longer occurs, which means the code you removed may contain the cause, then further dissect that code. Does that clarify things?

@alloy
Copy link
Contributor

alloy commented Mar 12, 2020

For @bmbmjmdm's issue, could the issue perhaps be related to Vue Native?

Oh, good spot, hadn’t noticed that. I’m unfamiliar with it and to what extend it relies on RN internals.

@bmbmjmdm Perhaps see if a new application made with RC5 works well with Vue Native?

@hsjoberg
Copy link
Contributor

Oh, good spot, hadn’t noticed that. I’m unfamiliar with it and to what extend it relies on RN internals.

I don't know a lot about Vue Native either but apparently it somehow transpiles Vue code to React Native, and so there could possibly be some incompatibility issues that happened in 0.62.0.

@likern
Copy link

likern commented Mar 19, 2020

Not sure if it helps, but I've experienced a similar crash when bumping from 0.62.rc-2 to 0.62.rc-5
The crash didn't happen if I create a new project in 0.62.rc-5 from npx react-native init

It seems to crash around Flipper with the following log

--------- beginning of crash
03-09 23:17:15.919  8757  8785 E AndroidRuntime: FATAL EXCEPTION: FlipperConnectionThread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.919  8757  8785 E AndroidRuntime: java.lang.NoClassDefFoundError: <clinit> failed for class com.facebook.flipper.android.EventBase; see exception in other thread
03-09 23:17:15.919  8757  8785 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: FATAL EXCEPTION: FlipperEventBaseThread
03-09 23:17:15.920  8757  8784 E AndroidRuntime: Process: com.rn062, PID: 8757
03-09 23:17:15.920  8757  8784 E AndroidRuntime: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libfbjni.so
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:789)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:639)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:577)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:525)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.NativeLoaderToSoLoaderDelegate.loadLibrary(NativeLoaderToSoLoaderDelegate.java:24)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.soloader.nativeloader.NativeLoader.loadLibrary(NativeLoader.java:43)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.jni.HybridData.<clinit>(HybridData.java:34)
03-09 23:17:15.920  8757  8784 E AndroidRuntime: 	at com.facebook.flipper.android.FlipperThread.run(FlipperThread.java:25)
03-09 23:17:15.920  8757  8784 I Process : Sending signal. PID: 8757 SIG: 9

Here is the full adb log of it below.

I experienced that with clean project on RC.5 version.

@mweststrate
Copy link
Contributor

mweststrate commented Mar 19, 2020 via email

@alloy
Copy link
Contributor

alloy commented Mar 20, 2020

@likern As mentioned earlier, the crash log that mentions the linker being unable to find libraries looks more like #28270

@manju4ever
Copy link

Whoops, got stuck with this issue and wasted a lot of time. I found the fix for this. Thanks to @jaythummar95, he told me run the following command:
cd android/

Run

./gradlew clean

That should probably fix this.

@bmbmjmdm
Copy link
Author

Just posting to say I still need to look at this more; issue is not stale, life is just hectic

@bmbmjmdm
Copy link
Author

Update: I have put down Android for a while to focus on iOS. Upon building a release build in iOS, I see the same error there! (Note: debug build runs fine for both operating systems)

Therefore this is not a problem with Android Studio or cache, I believe

@bmbmjmdm
Copy link
Author

Can rule out bundle minify as the cause (I disabled minify for release and still got it). Today I'll be setting up a fresh project and adding all dependencies one by one to see if those are causing it.

Any help would be appreciated, been working on this project for so long and now I can't release for either platform :/

@alloy
Copy link
Contributor

alloy commented May 28, 2020

Are you able to attach a JS debugger to the app? I wonder if you would be able to set a breakpoint in one of those stack trace frames you reported (or perhaps just on any uncaught exception?) and then traverse the call stack to see if you can identify potential call sites that trigger the presumably recursive code.

@mweststrate
Copy link
Contributor

Just double checking, still having a Flipper error on an old RC build? In that case I'd recommend to go to stable version first, so that we are talking about the same reference point. At least my memory won't be able to recall what issues might or might not exist in rc builds ;)

@bmbmjmdm
Copy link
Author

Hi thanks for the replies. After far too much debugging, it looks like this is a problem with the vuex store interacting with react-native animations. See GeekyAnts/vue-native-core#263 for details

@bmbmjmdm
Copy link
Author

I'm going to confirm this issue is addressed in GeekyAnts/vue-native-core#118 and if so, I'll close it

@bmbmjmdm
Copy link
Author

bmbmjmdm commented Jun 17, 2020

Confirmed this is fixed by
GeekyAnts/vue-native-core#118

Thanks everyone for the help!

@facebook facebook locked as resolved and limited conversation to collaborators Jun 17, 2020
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Oct 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

Successfully merging a pull request may close this issue.