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

Android - debug mode launches successfully but release mode crashes on start #32821

Closed
imoby opened this issue Jan 2, 2022 · 11 comments
Closed
Labels
Needs: Author Feedback Platform: Android Android applications. Resolution: Locked This issue was locked by the bot.

Comments

@imoby
Copy link

imoby commented Jan 2, 2022

Description

I've got an android app that successfully installs and launches in debug mode. But when I assemble and release and run it against my simulator in release mode it fails.

I've also ran this on an actual device and it still fails. I've tried to go through the adb logcat logs and they've not been very helpful. I couldnt assess based on the output what the root cause of the issue is. I've included it below:

12-27 20:00:44.512   316   316 E [email protected]: Failed to getEnergyData
12-27 20:00:46.226   955   955 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=326.98608, y[0]=1284.928, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=16101785, downTime=16101785, deviceId=5, source=0x5002, displayId=0, eventId=281209692 }
12-27 20:00:46.287   955   955 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=326.98608, y[0]=1286.9604, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=16101850, downTime=16101785, deviceId=5, source=0x5002, displayId=0, eventId=862258059 }
12-27 20:00:46.322   955   955 D TaplEvents: Main / start: startAppShortcutOrInfoActivity
12-27 20:00:46.324   955  1694 D EGL_emulation: app_time_stats: avg=21856.10ms min=21856.10ms max=21856.10ms count=1
12-27 20:00:46.345   449   762 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.myapp/.SplashActivity bnds=[238,1195][440,1498]} from uid 10135
12-27 20:00:46.349   449   762 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=42 attached=false
12-27 20:00:46.353   449   762 V SplashScreenExceptionList: SplashScreen checking exception for package com.myapp (target sdk:30) -> false
12-27 20:00:46.355   705   791 D PhoneStartingWindowTypeAlgorithm: preferredStartingWindowType newTask:true taskSwitch:true processRunning:false allowTaskSnapshot:true activityCreated:false useEmptySplashScreen:false legacySplashScreen:false topIsHome:false
12-27 20:00:46.356   705   791 D StartingSurfaceDrawer: addSplashScreen com.myapp theme=7f110156 task=42 suggestType=1
12-27 20:00:46.356   705   791 D StartingSurfaceDrawer: addSplashScreen: creating context based on task Configuration {1.0 310mcc260mnc [en_US] ldltr sw392dp w392dp h735dp 440dpi nrml long port finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1080, 2220) mAppBounds=Rect(0, 0 - 1080, 2088) mMaxBounds=Rect(0, 0 - 1080, 2220) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0} for splash screen
12-27 20:00:46.357   705   791 D StartingSurfaceDrawer: addSplashScreen: apply overrideConfig{1.0 310mcc260mnc [en_US] ldltr sw392dp w392dp h735dp 440dpi nrml long port finger qwerty/v/v dpad/v winConfig={ mBounds=Rect(0, 0 - 1080, 2220) mAppBounds=Rect(0, 0 - 1080, 2088) mMaxBounds=Rect(0, 0 - 1080, 2220) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=standard mAlwaysOnTop=undefined mRotation=ROTATION_0} s.1 fontWeightAdjustment=0} to starting window resId=17170960
12-27 20:00:46.358   705   792 D StartingSurfaceDrawer: window attributes color: 0 icon null duration 0 brandImage null
12-27 20:00:46.363   705   792 D StartingSurfaceDrawer: FgMainColor=fff2f2f2 BgMainColor=fff2f2f2 IsBgComplex=false FromCache=true ThemeColor=fffafafa
12-27 20:00:46.365   705   792 D StartingSurfaceDrawer: isRgbSimilarInHsv a: fffafafa b fff2f2f2 contrast ratio: 1.0725541
12-27 20:00:46.366   705   792 D StartingSurfaceDrawer: makeSplashScreenContentView: choose fg icon
12-27 20:00:46.366   705   792 D SplashScreenView: Build android.window.SplashScreenView{a6bb1e2 V.E...... ......ID 0,0-0,0}
12-27 20:00:46.366   705   792 D SplashScreenView: Icon: view: android.widget.ImageView{6d9c973 V.ED..... ......I. 0,0-0,0 #10204a7 android:id/splashscreen_icon_view} drawable: com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$ImmobileIconDrawable@80e0030 size: 528
12-27 20:00:46.366   705   792 D SplashScreenView: Branding: view: android.view.View{724e4a9 G.ED..... ......I. 0,0-0,0 #10204a6 android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
12-27 20:00:46.367   705   792 D StartingSurfaceDrawer: fillViewWithIcon surfaceWindowView android.window.SplashScreenView{a6bb1e2 V.E...... ......ID 0,0-0,0}
12-27 20:00:46.378   449   525 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10152; state: DISABLED
12-27 20:00:46.378   449   525 D CompatibilityChangeReporter: Compat change id reported: 177438394; UID 10152; state: DISABLED
12-27 20:00:46.378   449   525 D CompatibilityChangeReporter: Compat change id reported: 135772972; UID 10152; state: DISABLED
12-27 20:00:46.378   449   525 D CompatibilityChangeReporter: Compat change id reported: 135754954; UID 10152; state: ENABLED
12-27 20:00:46.379   449   535 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10152; state: ENABLED
12-27 20:00:46.385   292   292 D Zygote  : Forked child process 16885
12-27 20:00:46.386   449   535 I ActivityManager: Start proc 16885:com.myapp/u0a152 for pre-top-activity {com.myapp/com.myapp.SplashActivity}
12-27 20:00:46.389   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1d8d50000 0x1d9678000]
12-27 20:00:46.400   372   430 I adbd    : jdwp connection from 16885
12-27 20:00:46.423   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1da8a4000 0x1db1cc000]
12-27 20:00:46.437   449   525 I ActivityManager: Killing 16058:com.google.process.gapps/u0a102 (adj 985): empty #17
12-27 20:00:46.457   292   292 I Zygote  : Process 16058 exited due to signal 9 (Killed)
12-27 20:00:46.471   705   799 D EGL_emulation: app_time_stats: avg=26230.15ms min=16.07ms max=235924.45ms count=9
12-27 20:00:46.472 16885 16885 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10152; state: DISABLED
12-27 20:00:46.485   449   536 I libprocessgroup: Successfully killed process cgroup uid 10102 pid 16058 in 47ms
12-27 20:00:46.498   449  2262 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.499   449  2262 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.500   449  2262 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.504 16885 16885 V GraphicsEnvironment: ANGLE Developer option for 'com.myapp' set to: 'default'
12-27 20:00:46.504 16885 16885 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
12-27 20:00:46.504 16885 16885 D NetworkSecurityConfig: No Network Security Config specified, using platform default
12-27 20:00:46.504 16885 16885 D NetworkSecurityConfig: No Network Security Config specified, using platform default
12-27 20:00:46.506 16885 16885 W FirebaseApp: Default FirebaseApp failed to initialize because no default options were found. This usually means that com.google.gms:google-services was not applied to your gradle project.
12-27 20:00:46.506 16885 16885 I FirebaseInitProvider: FirebaseApp initialization unsuccessful
12-27 20:00:46.511 16885 16885 D SoLoader: init start
12-27 20:00:46.511 16885 16885 D SoLoader: adding system library source: /vendor/lib64
12-27 20:00:46.512 16885 16885 D SoLoader: adding system library source: /system/lib64
12-27 20:00:46.512 16885 16885 D SoLoader: adding application source: com.facebook.soloader.c[root = /data/app/~~TuGLtZwcOCYEynWOo1oOWw==/com.myapp-cEFsdzr4P1ZOPR6hxoSAEw==/lib/arm64 flags = 0]
12-27 20:00:46.512 16885 16885 D SoLoader: adding backup source from : com.facebook.soloader.a[root = /data/data/com.myapp/lib-main flags = 1]
12-27 20:00:46.512 16885 16885 D SoLoader: Preparing SO source: com.facebook.soloader.c[root = /system/lib64 flags = 2]
12-27 20:00:46.512 16885 16885 D SoLoader: Preparing SO source: com.facebook.soloader.c[root = /vendor/lib64 flags = 2]
12-27 20:00:46.512 16885 16885 D SoLoader: Preparing SO source: com.facebook.soloader.c[root = /data/app/~~TuGLtZwcOCYEynWOo1oOWw==/com.myapp-cEFsdzr4P1ZOPR6hxoSAEw==/lib/arm64 flags = 0]
12-27 20:00:46.512 16885 16885 D SoLoader: Preparing SO source: com.facebook.soloader.a[root = /data/data/com.myapp/lib-main flags = 1]
12-27 20:00:46.512 16885 16885 V fb-UnpackingSoSource: locked dso store /data/user/0/com.myapp/lib-main
12-27 20:00:46.513 16885 16885 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.myapp/lib-main
12-27 20:00:46.513 16885 16885 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.myapp/lib-main
12-27 20:00:46.513 16885 16885 D SoLoader: init finish: 4 SO sources prepared
12-27 20:00:46.513 16885 16885 D SoLoader: init exiting
12-27 20:00:46.522 16885 16907 D libEGL  : loaded /vendor/lib64/egl/libEGL_emulation.so
12-27 20:00:46.523 16885 16907 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so
12-27 20:00:46.528 16885 16907 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_emulation.so
12-27 20:00:46.535   449  2506 W ActivityManager: Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found
12-27 20:00:46.535   449  2506 W RemoteSmartspaceService: could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961
12-27 20:00:46.536   449   449 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@a7556f4
12-27 20:00:46.548   449  2262 I ActivityTaskManager: START u0 {cmp=com.myapp/.MainActivity} from uid 10152
12-27 20:00:46.552   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1db1cc000 0x1dbaf4000]
12-27 20:00:46.565  1872  1872 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
12-27 20:00:46.567  1872  1872 E HwDetectorWithState: a: 3
12-27 20:00:46.573   449  3259 W ActivityTaskManager: Tried to set launchTime (0) < mLastActivityLaunchTime (16102065)
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.574   449  3259 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.575   449  3259 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.584 16885 16885 D SoLoader: init exiting
12-27 20:00:46.584 16885 16885 D SoLoader: About to load: libjscexecutor.so
12-27 20:00:46.584 16885 16885 D SoLoader: libjscexecutor.so not found on /data/data/com.myapp/lib-main
12-27 20:00:46.584 16885 16885 D SoLoader: libjscexecutor.so found on /data/app/~~TuGLtZwcOCYEynWOo1oOWw==/com.myapp-cEFsdzr4P1ZOPR6hxoSAEw==/lib/arm64
12-27 20:00:46.584 16885 16885 D SoLoader: Not resolving dependencies for libjscexecutor.so
12-27 20:00:46.594 16885 16885 D JavaScriptCore.Version: 245459.0.0
12-27 20:00:46.596 16885 16885 D SoLoader: Loaded: libjscexecutor.so
12-27 20:00:46.596 16885 16885 D SoLoader: init exiting
12-27 20:00:46.601 16885 16911 D SoLoader: About to load: libreactnativejni.so
12-27 20:00:46.601 16885 16911 D SoLoader: libreactnativejni.so not found on /data/data/com.myapp/lib-main
12-27 20:00:46.601 16885 16911 D SoLoader: libreactnativejni.so found on /data/app/~~TuGLtZwcOCYEynWOo1oOWw==/com.myapp-cEFsdzr4P1ZOPR6hxoSAEw==/lib/arm64
12-27 20:00:46.601 16885 16911 D SoLoader: Not resolving dependencies for libreactnativejni.so
12-27 20:00:46.607 16885 16911 D SoLoader: Loaded: libreactnativejni.so
12-27 20:00:46.608 16885 16911 D SoLoader: About to load: libfbjni.so
12-27 20:00:46.608 16885 16911 D SoLoader: libfbjni.so not found on /data/data/com.myapp/lib-main
12-27 20:00:46.608 16885 16911 D SoLoader: libfbjni.so found on /data/app/~~TuGLtZwcOCYEynWOo1oOWw==/com.myapp-cEFsdzr4P1ZOPR6hxoSAEw==/lib/arm64
12-27 20:00:46.608 16885 16911 D SoLoader: Not resolving dependencies for libfbjni.so
12-27 20:00:46.608 16885 16911 D SoLoader: Loaded: libfbjni.so
12-27 20:00:46.613 16885 16911 V AsyncStorageExpoMigration: No scoped database found
12-27 20:00:46.615 16885 16905 D HostConnection: createUnique: call
12-27 20:00:46.616 16885 16905 D HostConnection: HostConnection::get() New Host Connection established 0xb4000075b7f3ddd0, tid 16905
12-27 20:00:46.621 16885 16905 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
12-27 20:00:46.622   147   147 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISurfaceFlingerConfigs/default in either framework or device VINTF manifest.
12-27 20:00:46.622 16885 16905 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
12-27 20:00:46.623 16885 16905 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
12-27 20:00:46.623 16885 16905 D EGL_emulation: eglCreateContext: 0xb4000075b7f3d050: maj 3 min 0 rcv 3
12-27 20:00:46.623 16885 16905 D EGL_emulation: eglMakeCurrent: 0xb4000075b7f3d050: ver 3 0 (tinfo 0x77d6d15080) (first time)
12-27 20:00:46.632   358   918 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 4619827259835644672: Unsupported (8)
12-27 20:00:46.632   147   147 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device VINTF manifest.
12-27 20:00:46.632 16885 16905 I Gralloc4: mapper 4.x is not supported
12-27 20:00:46.633 16885 16905 D HostConnection: createUnique: call
12-27 20:00:46.633 16885 16905 D HostConnection: HostConnection::get() New Host Connection established 0xb4000075b7f3e910, tid 16905
12-27 20:00:46.633 16885 16905 D goldfish-address-space: allocate: Ask for block of size 0x100
12-27 20:00:46.633 16885 16905 D goldfish-address-space: allocate: ioctl allocate returned offset 0x1d7ff8000 size 0x8000
12-27 20:00:46.634   147   147 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device VINTF manifest.
12-27 20:00:46.634 16885 16905 W Gralloc4: allocator 4.x is not supported
12-27 20:00:46.634   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1d8000000 0x1d8928000]
12-27 20:00:46.637 16885 16905 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
12-27 20:00:46.654   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dc000000 0x1dc928000]
12-27 20:00:46.657   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1de4a4000 0x1dedcc000]
12-27 20:00:46.664   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dedcc000 0x1df6f4000]
12-27 20:00:46.666   705   791 D StartingSurfaceDrawer: Task start finish, remove starting surface for task 42
12-27 20:00:46.666   705   791 V StartingSurfaceDrawer: Removing splash screen window for task: 42
12-27 20:00:46.668   449   522 I ActivityTaskManager: Displayed com.myapp/.MainActivity: +321ms
12-27 20:00:46.669   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dd250000 0x1ddb78000]
12-27 20:00:46.671   449   762 W ServiceManager: Permission failure: android.permission.HIGH_SAMPLING_RATE_SENSORS from uid=10152 pid=16885
12-27 20:00:46.672   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1ddb78000 0x1de4a0000]
12-27 20:00:46.685  1231  1231 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3420
12-27 20:00:46.686  1231  1231 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2002
12-27 20:00:46.687  1231  1231 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
12-27 20:00:46.689 16885 16911 I TIME4A  : Starting Time4A (v4.8-2021a published on 2021-03-27)
12-27 20:00:46.689 16885 16911 I TIME4A  : Main-Thread consumed in ms: 16
12-27 20:00:46.727 16885 16911 W System.err: RNInstallReferrerClient exception. getInstallReferrer will be unavailable: e.c.a.a.a.newBuilder [class android.content.Context]
12-27 20:00:46.727 16885 16911 W System.err: java.lang.NoSuchMethodException: e.c.a.a.a.newBuilder [class android.content.Context]
12-27 20:00:46.727 16885 16911 W System.err: 	at java.lang.Class.getMethod(Class.java:2103)
12-27 20:00:46.727 16885 16911 W System.err: 	at java.lang.Class.getMethod(Class.java:1724)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.learnium.RNDeviceInfo.c.<init>(Unknown Source:35)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.learnium.RNDeviceInfo.RNDeviceModule.<init>(Unknown Source:34)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.learnium.RNDeviceInfo.b.c(Unknown Source:7)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.facebook.react.t.a(Unknown Source:41)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.facebook.react.e.b(Unknown Source:30)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.facebook.react.o.Q(Unknown Source:34)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.facebook.react.o.R(Unknown Source:54)
12-27 20:00:46.727 16885 16911 W System.err: 	at com.facebook.react.o.q(Unknown Source:36)
12-27 20:00:46.728 16885 16911 W System.err: 	at com.facebook.react.o.c(Unknown Source:0)
12-27 20:00:46.728 16885 16911 W System.err: 	at com.facebook.react.o$e.run(Unknown Source:68)
12-27 20:00:46.728 16885 16911 W System.err: 	at java.lang.Thread.run(Thread.java:920)
12-27 20:00:46.751 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDialogPickerManager
12-27 20:00:46.752 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.uimanager.j
12-27 20:00:46.753 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.drawer.ReactDrawerLayoutManager
12-27 20:00:46.754 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.picker.ReactDropdownPickerManager
12-27 20:00:46.754 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollViewManager
12-27 20:00:46.755 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactHorizontalScrollContainerViewManager
12-27 20:00:46.755 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.ReactProgressBarViewManager
12-27 20:00:46.756 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.progressbar.b
12-27 20:00:46.756 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.scroll.ReactScrollViewManager
12-27 20:00:46.757 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager
12-27 20:00:46.757 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.slider.ReactSliderManager$c
12-27 20:00:46.757 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager
12-27 20:00:46.758 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.switchview.ReactSwitchManager$b
12-27 20:00:46.758 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.swiperefresh.SwipeRefreshLayoutManager
12-27 20:00:46.759 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.FrescoBasedReactTextInlineImageViewManager
12-27 20:00:46.759 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.frescosupport.a
12-27 20:00:46.765 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.image.ReactImageManager
12-27 20:00:46.766 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.ReactModalHostManager
12-27 20:00:46.766 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.modal.b
12-27 20:00:46.767 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactRawTextManager
12-27 20:00:46.767 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.l
12-27 20:00:46.768 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.ReactTextInputManager
12-27 20:00:46.768 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.textinput.m
12-27 20:00:46.769 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactTextViewManager
12-27 20:00:46.769 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.q
12-27 20:00:46.769 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.view.ReactViewManager
12-27 20:00:46.770 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.ReactVirtualTextViewManager
12-27 20:00:46.770 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.text.w
12-27 20:00:46.770 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.facebook.react.views.unimplementedview.ReactUnimplementedViewManager
12-27 20:00:46.770 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.ARTGroupViewManager
12-27 20:00:46.770 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.a
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.ARTShapeViewManager
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.c
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.ARTTextViewManager
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.f
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.ARTSurfaceViewManager
12-27 20:00:46.771 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.reactnativecommunity.art.e
12-27 20:00:46.772 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.maskedview.RNCMaskedViewManager
12-27 20:00:46.772 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.airbnb.android.react.lottie.LottieAnimationViewManager
12-27 20:00:46.772 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.lwansbrough.RCTCamera.RCTCameraViewManager
12-27 20:00:46.773 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class org.reactnative.camera.CameraViewManager
12-27 20:00:46.773 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.henninghall.date_picker.DatePickerManager
12-27 20:00:46.774 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerRootViewManager
12-27 20:00:46.774 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.gesturehandler.react.RNGestureHandlerButtonViewManager
12-27 20:00:46.774 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.BV.LinearGradient.LinearGradientManager
12-27 20:00:46.775 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaProviderManager
12-27 20:00:46.775 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.SafeAreaViewManager
12-27 20:00:46.775 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.th3rdwave.safeareacontext.k
12-27 20:00:46.775 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenContainerViewManager
12-27 20:00:46.776 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenViewManager
12-27 20:00:46.780 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackViewManager
12-27 20:00:46.781 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderConfigViewManager
12-27 20:00:46.781 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.swmansion.rnscreens.ScreenStackHeaderSubviewManager
12-27 20:00:46.781 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.react.rnspinkit.RNSpinkit
12-27 20:00:46.782 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$GroupViewManager
12-27 20:00:46.782 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$d
12-27 20:00:46.782 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PathViewManager
12-27 20:00:46.783 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$CircleViewManager
12-27 20:00:46.783 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$EllipseViewManager
12-27 20:00:46.784 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LineViewManager
12-27 20:00:46.784 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RectViewManager
12-27 20:00:46.784 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextViewManager
12-27 20:00:46.785 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TSpanViewManager
12-27 20:00:46.785 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$TextPathViewManager
12-27 20:00:46.785 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ImageViewManager
12-27 20:00:46.786 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ClipPathViewManager
12-27 20:00:46.786 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$DefsViewManager
12-27 20:00:46.786 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$UseViewManager
12-27 20:00:46.786 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$SymbolManager
12-27 20:00:46.787 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$LinearGradientManager
12-27 20:00:46.787 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$RadialGradientManager
12-27 20:00:46.787 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$PatternManager
12-27 20:00:46.788 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MaskManager
12-27 20:00:46.788 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$ForeignObjectManager
12-27 20:00:46.788 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.RenderableViewManager$MarkerManager
12-27 20:00:46.789 16885 16911 W unknown:ViewManagerPropertyUpdater: Could not find generated setter for class com.horcrux.svg.SvgViewManager
12-27 20:00:46.797 16885 16911 E AndroidRuntime: FATAL EXCEPTION: create_react_context
12-27 20:00:46.797 16885 16911 E AndroidRuntime: Process: com.myapp, PID: 16885
12-27 20:00:46.797 16885 16911 E AndroidRuntime: java.lang.NoSuchMethodError: no non-static method "Lcom/facebook/react/turbomodule/core/CallInvokerHolderImpl;.<init>(Lcom/facebook/jni/HybridData;)V"
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.facebook.react.bridge.CatalystInstanceImpl.getJSCallInvokerHolder(Native Method)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.facebook.react.bridge.CatalystInstanceImpl.getJSCallInvokerHolder(Unknown Source:0)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.swmansion.reanimated.NativeProxy.<init>(Unknown Source:10)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.swmansion.reanimated.c.v(Unknown Source:2)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.swmansion.reanimated.d.getJSIModules(Unknown Source:12)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.facebook.react.o.q(Unknown Source:104)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.facebook.react.o.c(Unknown Source:0)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at com.facebook.react.o$e.run(Unknown Source:68)
12-27 20:00:46.797 16885 16911 E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:920)
12-27 20:00:46.799   449   762 W ActivityTaskManager:   Force finishing activity com.myapp/.MainActivity
12-27 20:00:46.800   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1e319c000 0x1e3778000]
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_2 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_5 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_6 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_11 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_8 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_4 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_9 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_7 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_3 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.832   449  2262 W InputReader: Device virtio_input_multi_touch_10 is associated with display ADISPLAY_ID_NONE.
12-27 20:00:46.847   449  2309 W ActivityManager: Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found
12-27 20:00:46.847   449  2309 W RemoteSmartspaceService: could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961
12-27 20:00:46.847   449   449 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@d534584
12-27 20:00:46.853 16885 16911 I Process : Sending signal. PID: 16885 SIG: 9
12-27 20:00:46.869   292   292 I Zygote  : Process 16885 exited due to signal 9 (Killed)
12-27 20:00:46.872   449  2262 W ActivityManager: Unable to start service Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } U=0: not found
12-27 20:00:46.872   449  2309 I ActivityManager: Process com.myapp (pid 16885) has died: prcp CRE
12-27 20:00:46.872   449   536 I libprocessgroup: Successfully killed process cgroup uid 10152 pid 16885 in 0ms
12-27 20:00:46.870 16631 16631 I binder  : undelivered transaction 3501026, process died.
12-27 20:00:46.870 16631 16631 I binder  : undelivered transaction 3501025, process died.
12-27 20:00:46.876   449   518 I WindowManager: WIN DEATH: Window{9dc08af u0 com.myapp/com.myapp.MainActivity}
12-27 20:00:46.876   449   518 W InputManager-JNI: Input channel object '9dc08af com.myapp/com.myapp.MainActivity (client)' was disposed without first being removed with the input manager!
12-27 20:00:46.881   449  2262 W RemoteSmartspaceService: could not bind to Intent { act=android.service.smartspace.SmartspaceService cmp=com.google.android.as/com.google.android.apps.miphone.aiai.app.AiAiSmartspaceService } using flags 67112961
12-27 20:00:46.881   449  2506 I WindowManager: WIN DEATH: Window{d0c2978 u0 com.myapp/com.myapp.MainActivity}
12-27 20:00:46.881   449  2506 W InputManager-JNI: Input channel object 'd0c2978 com.myapp/com.myapp.MainActivity (client)' was disposed without first being removed with the input manager!
12-27 20:00:46.883  1872  1872 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
12-27 20:00:46.883   449   449 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@c5517b4
12-27 20:00:46.884  1872  1872 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
12-27 20:00:46.884  1872  1872 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
12-27 20:00:46.885   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dc000000 0x1dc928000]
12-27 20:00:46.889   449 16927 I DropBoxManagerService: add tag=data_app_crash isTagEnabled=true flags=0x2
12-27 20:00:46.894   358   358 E BpTransactionCompletedListener: Failed to transact (-32)
12-27 20:00:46.894   358   358 E ClientCache: failed to get buffer, invalid process token
12-27 20:00:46.897   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1de4a4000 0x1dedcc000]
12-27 20:00:46.900   955   964 W System  : A resource failed to call release.
12-27 20:00:46.901   955   964 W System  : A resource failed to call release.
12-27 20:00:46.904   449   534 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
12-27 20:00:46.905   449   534 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
12-27 20:00:46.908   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dedcc000 0x1df6f4000]
12-27 20:00:46.917   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dd250000 0x1ddb78000]
12-27 20:00:46.919   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1ddb78000 0x1de4a0000]
12-27 20:00:46.924   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1e1e24000 0x1e274c000]
12-27 20:00:46.927   358   358 W SurfaceFlinger: couldn't log to binary event log: overflow.
12-27 20:00:46.939   305   483 D goldfish-address-space: claimShared: Ask to claim region [0x1dbaf4000 0x1dbd40000]
12-27 20:00:46.940   449 13868 D HostConnection: createUnique: call
12-27 20:00:46.940   449 13868 D HostConnection: HostConnection::get() New Host Connection established 0xb4000075b7fc7950, tid 13868
12-27 20:00:46.948  1231  1231 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3420
12-27 20:00:46.949  1231  1231 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():2002
12-27 20:00:46.949  1231  1231 I DeviceUnlockedTag: DeviceUnlockedTag.notifyDeviceLockStatusChanged():31 Notify device unlocked.
12-27 20:00:46.950   449   526 W WindowManager: Failed to deliver inset state change to w=Window{d0c2978 u0 com.myapp/com.myapp.MainActivity EXITING}
12-27 20:00:46.950   449   526 W WindowManager: android.os.DeadObjectException
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.BinderProxy.transactNative(Native Method)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.BinderProxy.transact(BinderProxy.java:571)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.view.IWindow$Stub$Proxy.insetsControlChanged(IWindow.java:687)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowState.notifyInsetsControlChanged(WindowState.java:3958)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.InsetsStateController.lambda$notifyPendingInsetsControlChanged$6$InsetsStateController(InsetsStateController.java:552)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.InsetsStateController$$ExternalSyntheticLambda1.run(Unknown Source:2)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowAnimator.executeAfterPrepareSurfacesRunnables(WindowAnimator.java:345)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.RootWindowContainer.performSurfacePlacementNoTrace(RootWindowContainer.java:859)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:797)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:177)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:126)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:115)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.wm.WindowSurfacePlacer$Traverser.run(WindowSurfacePlacer.java:57)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.Handler.handleCallback(Handler.java:938)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.Handler.dispatchMessage(Handler.java:99)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.Looper.loopOnce(Looper.java:201)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.Looper.loop(Looper.java:288)
12-27 20:00:46.950   449   526 W WindowManager: 	at android.os.HandlerThread.run(HandlerThread.java:67)
12-27 20:00:46.950   449   526 W WindowManager: 	at com.android.server.ServiceThread.run(ServiceThread.java:44)
12-27 20:00:46.953   449 13868 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
12-27 20:00:46.953   449 13868 W OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
12-27 20:00:46.954   449 13868 W OpenGLRenderer: Failed to initialize 101010-2 format, error = EGL_SUCCESS
12-27 20:00:46.968   449 13868 D EGL_emulation: eglCreateContext: 0xb4000075b7fc8610: maj 3 min 0 rcv 3
12-27 20:00:46.971   449 13868 D EGL_emulation: eglMakeCurrent: 0xb4000075b7fc8610: ver 3 0 (tinfo 0x751eaee180) (first time)
12-27 20:00:46.974   449   643 D HostConnection: createUnique: call
12-27 20:00:46.974   449   643 D HostConnection: HostConnection::get() New Host Connection established 0xb4000075b7f60b10, tid 643
12-27 20:00:46.975   449   643 D HostConnection: HostComposition ext ANDROID_EMU_CHECKSUM_HELPER_v1 ANDROID_EMU_native_sync_v2 ANDROID_EMU_native_sync_v3 ANDROID_EMU_native_sync_v4 ANDROID_EMU_dma_v1 ANDROID_EMU_direct_mem ANDROID_EMU_host_composition_v1 ANDROID_EMU_host_composition_v2 ANDROID_EMU_vulkan ANDROID_EMU_deferred_vulkan_commands ANDROID_EMU_vulkan_null_optional_strings ANDROID_EMU_vulkan_create_resources_with_requirements ANDROID_EMU_YUV_Cache ANDROID_EMU_async_unmap_buffer ANDROID_EMU_vulkan_ignored_handles ANDROID_EMU_has_shared_slots_host_memory_allocator ANDROID_EMU_vulkan_free_memory_sync ANDROID_EMU_vulkan_shader_float16_int8 ANDROID_EMU_vulkan_async_queue_submit ANDROID_EMU_vulkan_queue_submit_with_commands ANDROID_EMU_sync_buffer_data ANDROID_EMU_read_color_buffer_dma GL_OES_EGL_image_external_essl3 GL_OES_vertex_array_object GL_KHR_texture_compression_astc_ldr ANDROID_EMU_host_side_tracing ANDROID_EMU_async_frame_commands ANDROID_EMU_gles_max_version_3_0
12-27 20:00:46.988   705   799 D EGL_emulation: app_time_stats: avg=46881.39ms min=46881.39ms max=46881.39ms count=1
12-27 20:00:47.049   449   643 W InputManager-JNI: Input channel object '57934c4 Splash Screen com.myapp (client)' was disposed without first being removed with the input manager!
12-27 20:00:47.071   705   722 I ndroid.systemu: NativeAlloc concurrent copying GC freed 50947(2267KB) AllocSpace objects, 2(40KB) LOS objects, 49% free, 10MB/20MB, paused 22us,9us total 252.103ms
12-27 20:00:47.120   449   466 I system_server: NativeAlloc concurrent copying GC freed 204509(9279KB) AllocSpace objects, 30(984KB) LOS objects, 49% free, 18MB/37MB, paused 29us,19us total 295.342ms
12-27 20:00:47.295   449   525 W ActivityManager: setHasOverlayUi called on unknown pid: 16885
12-27 20:00:47.310   358   358 E BpTransactionCompletedListener: Failed to transact (-32)
12-27 20:00:47.313   449   526 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=42 attached=false
12-27 20:00:47.313   449   526 W ActivityTaskManager: Can't find TaskDisplayArea to determine support for multi window. Task id=42 attached=false
12-27 20:00:48.288   984 16607 E WakeLock: GCM_HB_ALARM release without a matched acquire!
12-27 20:01:00.050   705   799 D EGL_emulation: app_time_stats: avg=1858.85ms min=2.01ms max=12939.71ms count=7
12-27 20:01:24.457   955  1694 D EGL_emulation: app_time_stats: avg=3118.84ms min=2.13ms max=37379.52ms count=12
12-27 20:02:00.050   705   799 D EGL_emulation: app_time_stats: avg=59997.83ms min=59997.83ms max=59997.83ms count=1
12-27 20:02:16.578   449   595 W libprocessgroup: Failed to open /sys/fs/cgroup/./frozen/cgroup.procs: No such file or directory
12-27 20:02:16.579   449   595 W libprocessgroup: Failed to apply Frozen process profile: No such file or directory
12-27 20:02:16.580   449   595 D ActivityManager: froze 15273 com.google.android.documentsui
12-27 20:02:16.582   449   595 W libprocessgroup: Failed to open /sys/fs/cgroup/./frozen/cgroup.procs: No such file or directory
12-27 20:02:16.583   449   595 W libprocessgroup: Failed to apply Frozen process profile: No such file or directory
12-27 20:02:16.584   449   595 D ActivityManager: froze 15158 com.android.keychain
12-27 20:02:16.644   449   595 W libprocessgroup: Failed to open /sys/fs/cgroup/./frozen/cgroup.procs: No such file or directory
12-27 20:02:16.644   449   595 W libprocessgroup: Failed to apply Frozen process profile: No such file or directory
12-27 20:02:16.644   449   595 D ActivityManager: froze 15312 android.process.media
12-27 20:02:24.457   955  1694 D EGL_emulation: app_time_stats: avg=59998.94ms min=59998.94ms max=59998.94ms count=1
12-27 20:02:24.559   449   643 D TelephonyManager: requestModemActivityInfo: Sending result to app: ModemActivityInfo{ mTimestamp=16200122 mSleepTimeMs=0 mIdleTimeMs=16055977 mTxTimeMs[]=[0, 0, 0, 0, 0] mRxTimeMs=0}
12-27 20:02:24.561   449   541 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu1/cpufreq/stats/time_in_state: open failed: ENOENT (No such file or directory)
12-27 20:02:24.560   161   161 W Binder:161_2: type=1400 audit(0.0:422): avc: denied { read } for name="wakeup4" dev="sysfs" ino=17723 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
12-27 20:02:24.560   161   161 W Binder:161_2: type=1400 audit(0.0:423): avc: denied { read } for name="wakeup2" dev="sysfs" ino=16850 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
12-27 20:02:24.560   161   161 W Binder:161_2: type=1400 audit(0.0:424): avc: denied { read } for name="wakeup0" dev="sysfs" ino=13930 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
12-27 20:02:24.560   161   161 W Binder:161_2: type=1400 audit(0.0:425): avc: denied { read } for name="wakeup5" dev="sysfs" ino=17783 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
12-27 20:02:24.560   161   161 W Binder:161_2: type=1400 audit(0.0:426): avc: denied { read } for name="wakeup3" dev="sysfs" ino=16898 scontext=u:r:system_suspend:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=0
12-27 20:02:24.563   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup4: Permission denied
12-27 20:02:24.564   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup2: Permission denied
12-27 20:02:24.564   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup0: Permission denied
12-27 20:02:24.565   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup5: Permission denied
12-27 20:02:24.565   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup3: Permission denied
12-27 20:02:24.565   161   167 E [email protected]: Error opening kernel wakelock stats for: wakeup1: Permission denied
12-27 20:02:24.566   167   167 W audit   : audit_lost=253 audit_rate_limit=5 audit_backlog_limit=64
12-27 20:02:24.566   167   167 E audit   : rate limit exceeded
12-27 20:02:24.577   291   409 I netd    : trafficSwapActiveStatsMap() <8.93ms>
12-27 20:02:24.591   291   409 I netd    : tetherGetStats() -> {[]} <1.07ms>
12-27 20:02:28.555   307   307 W healthd : battery l=100 v=5000 t=25.0 h=2 st=4 c=900000 fc=300000 cc=10 chg=
12-27 20:02:40.759 16809 16936 I GMS_MM_Logger: Memory Metric Logging not allowed. Stopping.
12-27 20:02:44.513   316   316 E [email protected]: Failed to getEnergyData
12-27 20:02:46.812   291   409 I netd    : trafficSwapActiveStatsMap() <5.66ms>
12-27 20:02:46.814   291   409 I netd    : tetherGetStats() -> {[]} <0.66ms>
12-27 20:02:46.817   291   409 I netd    : bandwidthSetGlobalAlert(2097152) <0.22ms>
12-27 20:02:46.821   291   409 I netd    : bandwidthRemoveInterfaceQuota(eth0) <0.92ms>
12-27 20:02:46.822   291   409 I netd    : bandwidthSetInterfaceQuota(eth0, 9223372036854775807) <0.69ms>
12-27 20:02:46.844   449   518 D WifiNl80211Manager: Scan result ready event
12-27 20:02:46.845   449   518 D WifiNative: Scan result ready event
12-27 20:02:48.408   705   815 D ControlsListingControllerImpl: Subscribing callback, service count: 0
12-27 20:02:48.432   705   815 D ControlsListingControllerImpl: Unsubscribing callback
12-27 20:02:54.212  1231  2037 W ProcessReaper: Memory state is: 200
12-27 20:02:57.016  1872 16938 W ProcessReaper: Memory state is: 100
12-27 20:02:57.484  1927 16939 W ProcessReaper: Memory state is: 100
12-27 20:02:57.702   984  1533 W ProcessReaper: Memory state is: 125
12-27 20:03:00.034   705   799 D EGL_emulation: app_time_stats: avg=59983.67ms min=59983.67ms max=59983.67ms count=1
12-27 20:03:24.475   955  1694 D EGL_emulation: app_time_stats: avg=60017.57ms min=60017.57ms max=60017.57ms count=1
12-27 20:03:38.390   984 16607 E WakeLock: GCM_HB_ALARM release without a matched acquire!
12-27 20:04:00.058   705   799 D EGL_emulation: app_time_stats: avg=60023.68ms min=60023.68ms max=60023.68ms count=1
12-27 20:04:24.489   955  1694 D EGL_emulation: app_time_stats: avg=60013.03ms min=60013.03ms max=60013.03ms count=1
12-27 20:04:44.514   316   316 E [email protected]: Failed to getEnergyData
12-27 20:05:00.048   705   799 D EGL_emulation: app_time_stats: avg=59984.88ms min=59984.88ms max=59984.88ms count=1

Version

0.64.1

Output of npx react-native info

System:
    OS: macOS 12.0.1
    CPU: (8) arm64 Apple M1
    Memory: 88.00 MB / 16.00 GB
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 16.13.1 - ~/.nvm/versions/node/v16.13.1/bin/node
    Yarn: 1.22.17 - ~/.nvm/versions/node/v16.13.1/bin/yarn
    npm: 8.1.2 - ~/.nvm/versions/node/v16.13.1/bin/npm
    Watchman: 2021.12.27.00 - /opt/homebrew/bin/watchman
  Managers:
    CocoaPods: 1.11.2 - /opt/homebrew/lib/ruby/gems/3.0.0/bin/pod
  SDKs:
    iOS SDK:
      Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3
    Android SDK:
      API Levels: 28, 29, 30, 31, 32
      Build Tools: 29.0.2, 29.0.3, 30.0.2, 31.0.0
      System Images: android-30 | ARM 64 v8a, android-31 | Google APIs ARM 64 v8a
      Android NDK: Not Found
  IDEs:
    Android Studio: 2020.3 AI-203.7717.56.2031.7784292
    Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild
  Languages:
    Java: 1.8.0_312 - /Users/muhamed/.sdkman/candidates/java/current/bin/javac
  npmPackages:
    @react-native-community/cli: Not Found
    react: 17.0.1 => 17.0.1
    react-native: 0.64.1 => 0.64.1
    react-native-macos: Not Found
  npmGlobalPackages:
    *react-native*: Not Found

Steps to reproduce

  1. Setup a react native app with the version mentioned above (0.64.1)
  2. Attempt to build or assemble the app
  3. Notice when running in simulator that it launches and crashes right away

Snack, code example, screenshot, or link to a repository

No response

@react-native-bot react-native-bot added the Platform: Android Android applications. label Jan 2, 2022
@alexkendall
Copy link
Contributor

Running into the same issue.

@cortinico
Copy link
Contributor

0.64.1

Can you try to create an empty application with react-native init and try to run it in release mode?

@afkcodes
Copy link

Facing the same :

time: 1642775977249
msg: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libjscexecutor.so
	SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.tarana/lib-main flags = 1]
	SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~ZdrPPtiG6ZqTRbRK1aNdEQ==/com.tarana-7w11VvqISYTtvoLsGEa4oQ==/lib/arm64 flags = 0]
	SoSource 2: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2]
	SoSource 3: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2]
	Native lib dir: /data/app/~~ZdrPPtiG6ZqTRbRK1aNdEQ==/com.tarana-7w11VvqISYTtvoLsGEa4oQ==/lib/arm64
 result: 0
stacktrace: java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libjscexecutor.so
	SoSource 0: com.facebook.soloader.ApkSoSource[root = /data/data/com.tarana/lib-main flags = 1]
	SoSource 1: com.facebook.soloader.DirectorySoSource[root = /data/app/~~ZdrPPtiG6ZqTRbRK1aNdEQ==/com.tarana-7w11VvqISYTtvoLsGEa4oQ==/lib/arm64 flags = 0]
	SoSource 2: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2]
	SoSource 3: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2]
	Native lib dir: /data/app/~~ZdrPPtiG6ZqTRbRK1aNdEQ==/com.tarana-7w11VvqISYTtvoLsGEa4oQ==/lib/arm64
 result: 0
	at com.facebook.soloader.SoLoader.doLoadLibraryBySoName(SoLoader.java:918)
	at com.facebook.soloader.SoLoader.loadLibraryBySoNameImpl(SoLoader.java:740)
	at com.facebook.soloader.SoLoader.loadLibraryBySoName(SoLoader.java:654)
	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:634)
	at com.facebook.soloader.SoLoader.loadLibrary(SoLoader.java:582)
	at com.facebook.react.jscexecutor.JSCExecutor.loadLibrary(JSCExecutor.java:24)
	at com.facebook.react.jscexecutor.JSCExecutor.<clinit>(JSCExecutor.java:20)
	at com.facebook.react.jscexecutor.JSCExecutor.loadLibrary(Unknown Source:0)
	at com.facebook.react.ReactInstanceManagerBuilder.getDefaultJSExecutorFactory(ReactInstanceManagerBuilder.java:352)
	at com.facebook.react.ReactInstanceManagerBuilder.build(ReactInstanceManagerBuilder.java:319)
	at com.facebook.react.ReactNativeHost.createReactInstanceManager(ReactNativeHost.java:95)
	at com.facebook.react.ReactNativeHost.getReactInstanceManager(ReactNativeHost.java:42)
	at com.tarana.MainApplication.onCreate(MainApplication.java:47)
	at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1216)
	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6726)
	at android.app.ActivityThread.access$1500(ActivityThread.java:247)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2053)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7835)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:550)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)

React Native version : 0.67.0

@cortinico
Copy link
Contributor

Closing as the author is not responsing + the used version of RN is older (0.64.1).

@afkcodes your problme instead is the same as #32928 You should be good with react-native version 0.67.1.

@peterchibunna
Copy link

I have been facing this issue since I started developing on Apple M1 MacBook Pro. All React-native apps have this same issue: Instant Crash on release. Apps run fine on debug. I've not been able to release any app since.
logcat for a fresh project without any other library yields:

06-02 10:28:13.777   549   549 V StorageManagerService: Package com.testapp does not have legacy storage
06-02 10:28:31.975   549  3389 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.testapp/.MainActivity bnds=[781,1258][1022,1582]} from uid 10136
06-02 10:28:31.988   549   583 I ActivityManager: Start proc 4263:com.testapp/u0a157 for pre-top-activity {com.testapp/com.testapp.MainActivity}
06-02 10:28:32.027  4263  4263 V GraphicsEnvironment: ANGLE Developer option for 'com.testapp' set to: 'default'
06-02 10:28:32.028  4263  4263 V GraphicsEnvironment: ANGLE GameManagerService for com.testapp: false
06-02 10:28:32.032  4263  4263 V fb-UnpackingSoSource: locked dso store /data/user/0/com.testapp/lib-main
06-02 10:28:32.033  4263  4263 I fb-UnpackingSoSource: dso store is up-to-date: /data/user/0/com.testapp/lib-main
06-02 10:28:32.033  4263  4263 V fb-UnpackingSoSource: releasing dso store lock for /data/user/0/com.testapp/lib-main
06-02 10:28:32.034  4263  4263 D SoLoader: libjscexecutor.so not found on /data/data/com.testapp/lib-main
06-02 10:28:32.035  4263  4263 D SoLoader: libjscexecutor.so found on /data/app/~~DWxFTR7z_DpXQEdldmDPfg==/com.testapp-Kzl6dtCWHmXCOSiTyYynFg==/lib/arm64
06-02 10:28:32.111  4263  4291 D SoLoader: libreactnativejni.so not found on /data/data/com.testapp/lib-main
06-02 10:28:32.112  4263  4291 D SoLoader: libreactnativejni.so found on /data/app/~~DWxFTR7z_DpXQEdldmDPfg==/com.testapp-Kzl6dtCWHmXCOSiTyYynFg==/lib/arm64
06-02 10:28:32.114  4263  4291 D SoLoader: libfbjni.so not found on /data/data/com.testapp/lib-main
06-02 10:28:32.114  4263  4291 D SoLoader: libfbjni.so found on /data/app/~~DWxFTR7z_DpXQEdldmDPfg==/com.testapp-Kzl6dtCWHmXCOSiTyYynFg==/lib/arm64
06-02 10:28:32.193  4263  4291 E AndroidRuntime: Process: com.testapp, PID: 4263
06-02 10:28:32.198   549  3389 W ActivityTaskManager:   Force finishing activity com.testapp/.MainActivity
06-02 10:28:32.198   549   569 I ActivityTaskManager: Displayed com.testapp/.MainActivity: +220ms
06-02 10:28:32.214   549  2907 I WindowManager: WIN DEATH: Window{68ff8a2 u0 com.testapp/com.testapp.MainActivity}
06-02 10:28:32.217   549  2907 W InputManager-JNI: Input channel object '68ff8a2 com.testapp/com.testapp.MainActivity (client)' was disposed without first being removed with the input manager!
06-02 10:28:32.219   549  2951 I ActivityManager: Process com.testapp (pid 4263) has died: prcp TOP 
06-02 10:28:32.226   549  2951 W WindowManager: Failed to deliver inset state change to w=Window{68ff8a2 u0 com.testapp/com.testapp.MainActivity EXITING}
06-02 10:28:32.570   549  3620 W InputManager-JNI: Input channel object 'f86969f Splash Screen com.testapp (client)' was disposed without first being removed with the input manager!

@peterchibunna
Copy link

Closing as the author is not responsing + the used version of RN is older (0.64.1).

@afkcodes your problme instead is the same as #32928 You should be good with react-native version 0.67.1.

The issue still occurs on 0.68.1 as well as 0.68.2 versions of react-native. It might be an M1 thing.

@minhchienwikipedia
Copy link

Did you find the solution for it?

@afkcodes
Copy link

afkcodes commented Jun 8, 2022

switch to v8

@minhchienwikipedia
Copy link

@afkcodes what do you mean about v8? can you give me more detail?

@afkcodes
Copy link

afkcodes commented Jun 9, 2022

try removing the jsc and use react native v8 instead,
See here https://github.com/Kudo/react-native-v8
@minhchienwikipedia

@peterchibunna
Copy link

Hi @afkcodes, can you provide more details. I've tried that too but it fails to pick the correct NDK version for an M1 Mac. I have read that ndk version that supports M1 is from 24.0.8215888 yet this package makes the project to keep choosing 21.4.7075529.

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

No branches or pull requests

7 participants