ZEGOCLOUD / zego_uikit_prebuilt_call_rn

MIT License
1 stars 2 forks source link

React native app crashing when opening video call page. #6

Open rockzy77 opened 1 year ago

rockzy77 commented 1 year ago

I did the ui kit configs in the app just as mentioned in the docs

export const VideoCall = () => {

  const { appId, channelName, profile, token, cq } = useRoute().params;

  const socket = useContext(SocketContext);

  const nav = useNavigation();

  const ProviderContext = useContext(ProfileContext);

  return (
    <View style={{ flex: 1 }}>
      <ZegoUIKitPrebuiltCall
                appID={'1516978750'}
                appSign={'c0bebf18d9f2429ef5d0c2b92fdd03d608bd5be506adbf514fa01e2f75333176'}
                userID={32422342} // userID can be something like a phone number or the user id on your own user system. 
                userName={'user_32422342'} // userName can be something like a nickname.
                callID={channelName} // callID can be any unique string. 
                config={{
                    ...ONE_ON_ONE_VIDEO_CALL_CONFIG,
                    onOnlySelfInRoom: () => { nav.navigate('TabView') },
                    onHangUp: () => { nav.navigate('TabView') },
                }}
            />
    </View>
  );
};

But when joining this screen app is crashing.

I tried logging adb logs using adb logcat

06-05 21:09:08.389  4680  4680 F DEBUG   :       #35 pc 000000000004e8bc  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.reanimated.NodesManager.onEventDispatch+12)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #36 pc 000000000036a7e5  /apex/com.android.art/lib64/libart.so (nterp_helper+7157) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #37 pc 0000000000398932  [anon:dalvik-classes.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk] (com.facebook.react.uimanager.events.EventDispatcherImpl.dispatchEvent+54)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #38 pc 000000000036a7e5  /apex/com.android.art/lib64/libart.so (nterp_helper+7157) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #39 pc 00000000000583f8  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenFragment.dispatchTransitionProgress+240)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #40 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #41 pc 0000000000058a24  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStackFragment$ScreensAnimation.applyTransformation+32)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #42 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #43 pc 000000000041f274  /system/framework/framework.jar (android.view.animation.AnimationSet.initializeInvalidateRegion+152)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #44 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #45 pc 00000000003eafa8  /system/framework/framework.jar (android.view.View.applyLegacyAnimation+96)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #46 pc 0000000002054a33  /memfd:jit-cache (deleted) (android.view.View.draw+611)
06-05 21:09:08.389  4680  4680 F DEBUG   :       #47 pc 000000000036a1fb  /apex/com.android.art/lib64/libart.so (nterp_helper+5643) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #48 pc 00000000003cdbe0  /system/framework/framework.jar (android.view.ViewGroup.drawChild+0)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #49 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #50 pc 000000000005b9ec  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStack.performDraw+24)   
06-05 21:09:08.390  4680  4680 F DEBUG   :       #51 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #52 pc 000000000005b304  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStack.access$performDraw+0)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #53 pc 0000000000368c28  /apex/com.android.art/lib64/libart.so (nterp_helper+56) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #54 pc 00000000000588c4  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStack$DrawingOp.draw+4) 
06-05 21:09:08.390  4680  4680 F DEBUG   :       #55 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #56 pc 000000000005b476  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStack.drawAndRelease+54)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #57 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #58 pc 000000000005b3c0  [anon:dalvik-classes2.dex extracted in memory from /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!classes2.dex] (com.swmansion.rnscreens.ScreenStack.dispatchDraw+120) 
06-05 21:09:08.390  4680  4680 F DEBUG   :       #59 pc 000000000204be17  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+1143)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #60 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.390  4680  4680 F DEBUG   :       #61 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #62 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #63 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #64 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #65 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #66 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #67 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #68 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #69 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #70 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #71 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #72 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #73 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #74 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #75 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #76 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #77 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.391  4680  4680 F DEBUG   :       #78 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #79 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #80 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #81 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #82 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #83 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #84 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #85 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #86 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #87 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #88 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #89 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.392  4680  4680 F DEBUG   :       #90 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #91 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #92 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #93 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #94 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #95 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #96 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #97 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #98 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #99 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #100 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #101 pc 00000000003d2c26  /system/framework/framework.jar (android.view.ViewGroup.recreateChildDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #102 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #103 pc 00000000003d0b3e  /system/framework/framework.jar (android.view.ViewGroup.dispatchGetDisplayList+42)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #104 pc 000000000204bb99  /memfd:jit-cache (deleted) (android.view.View.updateDisplayListIfDirty+505)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #105 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.393  4680  4680 F DEBUG   :       #106 pc 00000000003c1486  /system/framework/framework.jar (android.view.ThreadedRenderer.updateViewTreeDisplayList+54)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #107 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #108 pc 00000000003c1352  /system/framework/framework.jar (android.view.ThreadedRenderer.updateRootDisplayList+14)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #109 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #110 pc 00000000003c0f7a  /system/framework/framework.jar (android.view.ThreadedRenderer.draw+14)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #111 pc 0000000002057220  /memfd:jit-cache (deleted) (android.view.ViewRootImpl.draw+3104)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #112 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #113 pc 00000000003dcfe6  /system/framework/framework.jar (android.view.ViewRootImpl.performDraw+202)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #114 pc 0000000002014de8  /memfd:jit-cache (deleted) (android.view.ViewRootImpl.performTraversals+25192)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #115 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #116 pc 00000000003e0322  /system/framework/framework.jar (android.view.ViewRootImpl.doTraversal+62)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #117 pc 0000000000369a88  /apex/com.android.art/lib64/libart.so (nterp_helper+3736) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #118 pc 00000000003d9a34  /system/framework/framework.jar (android.view.ViewRootImpl$TraversalRunnable.run+4)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #119 pc 000000000206633b  /memfd:jit-cache (deleted) (android.view.Choreographer$CallbackRecord.run+331)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #120 pc 000000000036a1fb  /apex/com.android.art/lib64/libart.so (nterp_helper+5643) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.394  4680  4680 F DEBUG   :       #121 pc 000000000037b8a4  /system/framework/framework.jar (android.view.Choreographer$CallbackRecord.run+40)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #122 pc 0000000002029c5d  /memfd:jit-cache (deleted) (android.view.Choreographer.doCallbacks+813)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #123 pc 00000000020267f5  /memfd:jit-cache (deleted) (android.view.Choreographer.doFrame+2901)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #124 pc 0000000002063c23  /memfd:jit-cache (deleted) (android.view.Choreographer$FrameDisplayEventReceiver.run+179)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #125 pc 000000000205d434  /memfd:jit-cache (deleted) (android.os.Handler.handleCallback+148)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #126 pc 000000000205d9fc  /memfd:jit-cache (deleted) (android.os.Handler.dispatchMessage+124)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #127 pc 0000000002006318  /memfd:jit-cache (deleted) (android.os.Looper.loopOnce+1400)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #128 pc 0000000000369459  /apex/com.android.art/lib64/libart.so (nterp_helper+2153) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #129 pc 0000000000498f36  /system/framework/framework.jar (android.os.Looper.loop+162)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #130 pc 0000000000368c28  /apex/com.android.art/lib64/libart.so (nterp_helper+56) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #131 pc 00000000001bc506  /system/framework/framework.jar (android.app.ActivityThread.main+202)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #132 pc 0000000000372926  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+806) (BuildId: 44bc52550248fc712a381bef164b75c7) 
06-05 21:09:08.395  4680  4680 F DEBUG   :       #133 pc 00000000003f21d9  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+265) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #134 pc 00000000007e4b7c  /apex/com.android.art/lib64/libart.so (_jobject* art::InvokeMethod<(art::PointerSize)8>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1452) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.395  4680  4680 F DEBUG   :       #135 pc 0000000000754718  /apex/com.android.art/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+56) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #136 pc 000000000009b400  /system/framework/x86_64/boot.oat (art_jni_trampoline+128) (BuildId: f2108335ca6c802e561cdde35cfac810207631cc)       
06-05 21:09:08.396  4680  4680 F DEBUG   :       #137 pc 0000000000369aed  /apex/com.android.art/lib64/libart.so (nterp_helper+3837) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #138 pc 00000000003fcae6  /system/framework/framework.jar (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #139 pc 0000000000864cde  /system/framework/x86_64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3022) (BuildId: be6a33c839db5452577c0e95bb7741e2d6367f96)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #140 pc 0000000000372926  /apex/com.android.art/lib64/libart.so (art_quick_invoke_static_stub+806) (BuildId: 44bc52550248fc712a381bef164b75c7) 
06-05 21:09:08.396  4680  4680 F DEBUG   :       #141 pc 00000000003f21d9  /apex/com.android.art/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+265) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #142 pc 00000000007e5531  /apex/com.android.art/lib64/libart.so (art::JValue art::InvokeWithVarArgs<art::ArtMethod*>(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, art::ArtMethod*, __va_list_tag*)+465) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #143 pc 00000000006af924  /apex/com.android.art/lib64/libart.so (art::JNI<true>::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, __va_list_tag*)+676) (BuildId: 44bc52550248fc712a381bef164b75c7)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #144 pc 00000000000d4e54  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+164) (BuildId: 2a86b9a46fcc5a9ee4faac00b9a926e8)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #145 pc 00000000000e19c1  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+897) (BuildId: 2a86b9a46fcc5a9ee4faac00b9a926e8)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #146 pc 0000000000002faf  /system/bin/app_process64 (main+1583) (BuildId: a49f9e708801f6a0a629f488a0e449c9)
06-05 21:09:08.396  4680  4680 F DEBUG   :       #147 pc 0000000000050cb9  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+89) (BuildId: 007cb2313464df63debf8020e631c990)
06-05 21:09:08.429   280   280 E tombstoned: Tombstone written to: tombstone_21
06-05 21:09:07.637     0     0 I init    : Untracked pid 4680 exited with status 0
06-05 21:09:07.638     0     0 I init    : Untracked pid 4680 did not have an associated service entry and will not be reaped
06-05 21:09:07.639     0     0 I init    : Untracked pid 4682 exited with status 0
06-05 21:09:08.482   601  4699 I DropBoxManagerService: add tag=data_app_native_crash isTagEnabled=true flags=0x6
06-05 21:09:07.640     0     0 I init    : Untracked pid 4682 did not have an associated service entry and will not be reaped
06-05 21:09:08.490   601  2254 I WindowManager: WIN DEATH: Window{69e217 u0 com.liveopd.healthcare/com.liveopd.healthcare.MainActivity}
06-05 21:09:08.492   601   938 I ActivityManager: Process com.liveopd.healthcare (pid 4516) has died: fg  TOP
06-05 21:09:08.494   378   378 I Zygote  : Process 4516 exited due to signal 6 (Aborted)        
06-05 21:09:08.499   601   631 I libprocessgroup: Successfully killed process cgroup uid 10170 pid 4516 in 0ms
06-05 21:09:08.499   601  2254 W InputManager-JNI: Input channel object '69e217 com.liveopd.healthcare/com.liveopd.healthcare.MainActivity (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.529   601  1090 I WindowManager: WIN DEATH: Window{41c4ec0 u0 com.liveopd.healthcare/com.liveopd.healthcare.MainActivity}
06-05 21:09:08.530   601  1090 W InputManager-JNI: Input channel object '41c4ec0 com.liveopd.healthcare/com.liveopd.healthcare.MainActivity (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.537   430   481 W TransactionTracing: Could not find layer handle 0x7680dda2ff90 
06-05 21:09:08.537   430   481 W TransactionTracing: Could not find layer handle 0x7680dda315b0 
06-05 21:09:08.538   430   430 E BpTransactionCompletedListener: Failed to transact (-32)       
06-05 21:09:08.538   430   481 W TransactionTracing: Could not find layer handle 0x7680dda314f0 
06-05 21:09:08.565  1626  1626 D BoundBrokerSvc: onUnbind: Intent { act=com.google.android.gms.auth.api.signin.service.START pkg=com.google.android.gms }
06-05 21:09:08.570   430   430 E BpTransactionCompletedListener: Failed to transact (-32)       
06-05 21:09:08.571   430   481 W TransactionTracing: Could not find layer handle 0x7680dda33890 
06-05 21:09:08.571   430   481 W TransactionTracing: Could not find layer handle 0x7680dda322d0 
06-05 21:09:08.572   430   481 W TransactionTracing: Could not find layer handle 0x7680dda2e790 
06-05 21:09:08.583   601   938 W ActivityTaskManager: Force removing ActivityRecord{c559ca9 u0 com.liveopd.healthcare/.MainActivity} t16}: app died, no saved state
06-05 21:09:08.635   601   938 W InputManager-JNI: Input channel object 'Letterbox_left_ActivityRecord{c559ca9 u0 com.liveopd.healthcare/.MainActivity} t16} (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.635   601   938 W InputManager-JNI: Input channel object 'Letterbox_top_ActivityRecord{c559ca9 u0 com.liveopd.healthcare/.MainActivity} t16} (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.635   601   938 W InputManager-JNI: Input channel object 'Letterbox_right_ActivityRecord{c559ca9 u0 com.liveopd.healthcare/.MainActivity} t16} (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.635   601   938 W InputManager-JNI: Input channel object 'Letterbox_bottom_ActivityRecord{c559ca9 u0 com.liveopd.healthcare/.MainActivity} t16} (client)' was disposed without first being removed with the input manager!
06-05 21:09:08.636   430   481 W TransactionTracing: Could not find layer handle 0x7680dda2f5d0 
06-05 21:09:08.681   601   938 D OomAdjuster: Not killing cached processes
06-05 21:09:08.692   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f6a53000 0x3f73f7000]
06-05 21:09:08.693   430   481 W TransactionTracing: Could not find layer handle 0x7680dda2e6d0 
06-05 21:09:08.693   430   481 W TransactionTracing: Could not find layer handle 0x7680dda31a30 
06-05 21:09:08.706   601   618 W Looper  : Slow dispatch took 202ms android.fg h=com.android.server.DropBoxManagerService$DropBoxManagerBroadcastHandler c=null m=1
06-05 21:09:08.718   601   621 W system_server: Long monitor contention with owner binder:601_9 (938) at void com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied()(ActivityManagerService.java:1481) waiters=1 in void com.android.server.am.ActivityManagerService$LocalService.setHasOverlayUi(int, boolean) for 147ms
06-05 21:09:08.727   601   621 W ActivityManager: setHasOverlayUi called on unknown pid: 4516   
06-05 21:09:08.769   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f7418000 0x3f7dbc000]
06-05 21:09:08.770   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f4000000 0x3f49a4000]
06-05 21:09:08.774   786   857 W Looper  : Slow delivery took 45ms wmshell.main h=android.os.Handler c=null m=11
06-05 21:09:08.830   601   629 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
06-05 21:09:08.831   601   629 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
06-05 21:09:08.842   786   857 W Looper  : Drained
06-05 21:09:08.903   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode 1     
06-05 21:09:08.904   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode -1    
06-05 21:09:08.904   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode -1    
06-05 21:09:08.904   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode 1     
06-05 21:09:08.904   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode -1    
06-05 21:09:08.904   878  1110 D BtGatt.ScanManager: uid 10115 isForeground true scanMode -1    
06-05 21:09:08.964   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f49a4000 0x3f5348000]
06-05 21:09:08.969   430   481 W TransactionTracing: Could not find layer handle 0x7680dda310d0 
06-05 21:09:08.970   430   481 W TransactionTracing: Could not find layer handle 0x7680dda31190 
06-05 21:09:09.003   601  1090 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
06-05 21:09:09.003   601  1090 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
06-05 21:09:09.003   601   601 W Looper  : Slow dispatch took 293ms main h=com.android.server.job.JobSchedulerService$JobHandler c=null m=3
06-05 21:09:09.004   601   601 W Looper  : Slow delivery took 293ms main h=com.android.server.job.controllers.PrefetchController$PcHandler c=null m=2
06-05 21:09:09.006   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f5348000 0x3f5cec000]
06-05 21:09:09.008   601   601 W Looper  : Drained
06-05 21:09:09.009   601   601 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@4d5e781
06-05 21:09:09.010   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f5cec000 0x3f6690000]
06-05 21:09:09.258   601  2254 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
06-05 21:09:09.258   601  2254 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
06-05 21:09:09.258   601   601 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@99ebb80
06-05 21:09:09.304  1438  1438 I GoogleInputMethodService: GoogleInputMethodService.onFinishInput():3220
06-05 21:09:09.334  1438  1438 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2114 repeatCheckTimes = 0, unlocked = true
06-05 21:09:09.334  1438  1438 I GoogleInputMethodService: GoogleInputMethodService.onStartInput():1919 onStartInput(EditorInfo{inputType=0x0(NULL) imeOptions=0x0 privateImeOptions=null actionName=UNSPECIFIED actionLabel=null actionId=0 initialSelStart=-1 initialSelEnd=-1 initialCapsMode=0x0 hintText=null label=null packageName=com.google.android.apps.nexuslauncher fieldId=-1 fieldName=null extras=null}, false)
06-05 21:09:09.434  1438  1438 I GoogleInputMethodService: GoogleInputMethodService.updateDeviceLockedStatus():2114 repeatCheckTimes = 2, unlocked = true
06-05 21:09:09.496  1495  1495 I GsaVoiceInteractionSrv: Handling ACTION_START_HOTWORD
06-05 21:09:09.499   430   481 W TransactionTracing: Could not find layer handle 0x7680dda32c30 
06-05 21:09:09.505  1495  1931 I GsaVoiceInteractionSrv: disregardVoiceMatch: false
06-05 21:09:09.505  1495  1931 I GsaVoiceInteractionSrv: Cannot start hotword, hotword has been explicitly disabled.
06-05 21:09:09.528   430   481 W TransactionTracing: Could not find layer handle 0x7680dda31a30 
06-05 21:09:09.532  1668  1668 I BgTaskExecutorImpl: Starting NONEXCLUSIVE background task DOODLE_SCHEDULE_SYNC_TASK.
06-05 21:09:09.692   601  2254 W JobScheduler: Job didn't exist in JobStore: 37d3eef #u0a116/-1000022 com.google.android.googlequicksearchbox/com.google.android.apps.gsa.tasks.BackgroundTasksJobService
06-05 21:09:13.187  1142  1142 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=413.96484, y[0]=2293.8684, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=118823, downTime=118823, deviceId=13, source=0x5002, displayId=0, eventId=749100277 }
06-05 21:09:13.188  1142  1142 D TaplEvents: TIS / TouchInteractionService.onInputEvent: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=413.96484, y[0]=2293.8684, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=118823, downTime=118823, deviceId=13, source=0x5002, displayId=0, eventId=749100277 }
06-05 21:09:13.295  1142  1142 D TaplEvents: Pilfer / pilferPointers
06-05 21:09:13.297   601   932 I InputDispatcher: Channel [Gesture Monitor] swipe-up (server) is stealing touch from [f58178d com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslauncher.NexusLauncherActivity (server), [Gesture Monitor] edge-swipe (server), 25b8db4 com.android.systemui.wallpapers.ImageWallpaper (server)]
06-05 21:09:13.298  1142  1142 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_CANCEL, actionButton=0, id[0]=0, x[0]=433.97095, y[0]=2213.888, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=118935, downTime=118823, deviceId=13, source=0x5002, displayId=0, eventId=1314603272 }
06-05 21:09:13.303  1142  1623 D EGL_emulation: app_time_stats: avg=1024.37ms min=1.37ms max=3792.15ms count=4
06-05 21:09:13.306   601   618 D AutofillManagerService: Close system dialogs
06-05 21:09:13.309   430   649 E SurfaceFlinger: Only WindowManager is allowed to use eEarlyWakeup[Start|End] flags
06-05 21:09:13.310   786   786 V ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.shade.NotificationShadeWindowView{78c5dc5 I.E...... ......ID 0,0-1080,2340} canPanelBeCollapsed(): false
06-05 21:09:13.421  1142  1142 D MotionPauseDetector: onMotionPauseChanged, paused=true reason=Didn't have back to back slow speeds, checking for rapid deceleration on first pause only        
06-05 21:09:13.473   601   938 W ActivityTaskManager: takeTaskSnapshot: taskId=16 not found or not visible
06-05 21:09:13.506   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.506   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.529   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.529   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.555   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.555   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.571   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.571   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.587   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.587   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.590  1142  1142 D TaplEvents: TIS / TouchInteractionService.onInputEvent: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=473.98315, y[0]=1877.8986, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=119219, downTime=118823, deviceId=13, source=0x5002, displayId=0, eventId=596030085 }
06-05 21:09:13.604   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.604   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.619   786  1006 D EGL_emulation: app_time_stats: avg=13594.79ms min=13594.79ms max=13594.79ms count=1
06-05 21:09:13.620   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.620   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.638   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.639   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.650   430   476 E SurfaceFlinger: Only WindowManager is allowed to use eEarlyWakeup[Start|End] flags
06-05 21:09:13.654   401   401 I RanchuHwc: validateDisplay: layer 24 CompositionType 1, fallback to client
06-05 21:09:13.654   401   401 I RanchuHwc: validateDisplay: layer 23 CompositionType 1, fallback to client
06-05 21:09:13.779   786  1006 D EGL_emulation: app_time_stats: avg=1673.39ms min=1.97ms max=26473.62ms count=16
06-05 21:09:13.848  1142  1142 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=453.97705, y[0]=1659.8804, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=119483, downTime=119483, deviceId=13, source=0x5002, displayId=0, eventId=23337943 }
06-05 21:09:13.848  1142  1142 D TaplEvents: TIS / TouchInteractionService.onInputEvent: MotionEvent { action=ACTION_DOWN, actionButton=0, id[0]=0, x[0]=453.97705, y[0]=1659.8804, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=119483, downTime=119483, deviceId=13, source=0x5002, displayId=0, eventId=23337943 }
06-05 21:09:13.946  1142  1142 D TaplEvents: Main / Touch event: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=453.97705, y[0]=1659.8804, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=119571, downTime=119483, deviceId=13, source=0x5002, displayId=0, eventId=424528388 }
06-05 21:09:13.947  1142  1142 D TaplEvents: TIS / TouchInteractionService.onInputEvent: MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=453.97705, y[0]=1659.8804, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=119571, downTime=119483, deviceId=13, source=0x5002, displayId=0, eventId=424528388 }
06-05 21:09:13.947  1142  1142 D TaplEvents: Main / startActivityFromRecentsAsync: [id=16 windowingMode=1 user=0 lastActiveTime=88591] null
06-05 21:09:13.956   601  2254 D CompatibilityChangeReporter: Compat change id reported: 161252188; UID 10170; state: ENABLED
06-05 21:09:13.956   601  2254 I ActivityTaskManager: START u0 {flg=0x10100000 cmp=com.liveopd.healthcare/.MainActivity} from uid 2000
06-05 21:09:13.962   601  2254 D CompatibilityChangeReporter: Compat change id reported: 194480991; UID 10170; state: ENABLED
06-05 21:09:13.966   601  2254 D CompatibilityChangeReporter: Compat change id reported: 174042980; UID 10170; state: DISABLED
06-05 21:09:13.967   601  2254 D CompatibilityChangeReporter: Compat change id reported: 184838306; UID 10170; state: DISABLED
06-05 21:09:13.967   601  2254 D CompatibilityChangeReporter: Compat change id reported: 185004937; UID 10170; state: DISABLED
06-05 21:09:13.969   601  2254 V SplashScreenExceptionList: SplashScreen checking exception for package com.liveopd.healthcare (target sdk:33) -> false
06-05 21:09:13.969   601  2254 D CompatibilityChangeReporter: Compat change id reported: 205907456; UID 10170; state: ENABLED
06-05 21:09:13.997   601   621 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10170; state: DISABLED
06-05 21:09:13.999   786   901 D SplashScreenView: Build android.window.SplashScreenView{3d89a61 V.E...... ......ID 0,0-0,0}
06-05 21:09:13.999   786   901 D SplashScreenView: Icon: view: android.widget.ImageView{a497986 V.ED..... ......I. 0,0-0,0 #10204dc android:id/splashscreen_icon_view} drawable: com.android.wm.shell.startingsurface.SplashscreenIconDrawableFactory$ImmobileIconDrawable@7f3c247 size: 440    
06-05 21:09:13.999   786   901 D SplashScreenView: Branding: view: android.view.View{1e58a74 G.ED..... ......I. 0,0-0,0 #10204db android:id/splashscreen_branding_view} drawable: null size w: 0 h: 0
06-05 21:09:14.000   601   621 D OomAdjuster: Not killing cached processes
06-05 21:09:14.001   601   630 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10170; state: ENABLED
06-05 21:09:14.011   378   378 D Zygote  : Forked child process 4715
06-05 21:09:14.013   601   630 I ActivityManager: Start proc 4715:com.liveopd.healthcare/u0a170 for next-top-activity {com.liveopd.healthcare/com.liveopd.healthcare.MainActivity}
06-05 21:09:14.017   601   938 D CoreBackPreview: Window{db6aa74 u0 Splash Screen com.liveopd.healthcare}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@bb9c812, mPriority=0}
06-05 21:09:14.018  4715  4715 I eopd.healthcare: Late-enabling -Xcheck:jni
06-05 21:09:14.063   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f9627000 0x3f9fcb000]
06-05 21:09:14.065   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3f9fcb000 0x3fa96f000]
06-05 21:09:14.066   400   439 D goldfish-address-space: claimShared: Ask to claim region [0x3fa96f000 0x3fb313000]
06-05 21:09:14.070  4715  4715 W eopd.healthcare: Unexpected CPU variant for x86: x86_64.       
06-05 21:09:14.070  4715  4715 W eopd.healthcare: Known variants: atom, sandybridge, silvermont, kabylake, default
06-05 21:09:14.082   786  1006 W Parcel  : Expecting binder but got null!
06-05 21:09:14.086   472   505 I adbd    : jdwp connection from 4715
06-05 21:09:14.090  1495  1495 I GsaVoiceInteractionSrv: Handling ACTION_STOP_HOTWORD
06-05 21:09:14.094   601   938 W ActivityTaskManager: takeTaskSnapshot: taskId=16 not found or not visible
06-05 21:09:14.095  1495  1925 E HwDetectorWithState: a: 3
06-05 21:09:14.136  4715  4715 D CompatibilityChangeReporter: Compat change id reported: 171979766; UID 10170; state: ENABLED
06-05 21:09:14.148  4715  4715 W ziparchive: Unable to open '/data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.dm': No such file or directory
06-05 21:09:14.148  4715  4715 W ziparchive: Unable to open '/data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.dm': No such file or directory
06-05 21:09:14.170   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.187   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.204   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.229   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.237   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.254   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.270   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.288   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.304   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.305  1142  1623 D EGL_emulation: app_time_stats: avg=8.37ms min=1.02ms max=66.34ms count=54
06-05 21:09:14.365   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.375   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.386   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.402  4715  4715 D nativeloader: Configuring classloader-namespace for other apk /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk. target_sdk_version=33, uses_libraries=, library_path=/data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64:/data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64, permitted_path=/data:/mnt/expand:/data/user/0/com.liveopd.healthcare
06-05 21:09:14.405   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.420  4715  4715 V GraphicsEnvironment: ANGLE Developer option for 'com.liveopd.healthcare' set to: 'default'
06-05 21:09:14.420   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.421  4715  4715 V GraphicsEnvironment: ANGLE GameManagerService for com.liveopd.healthcare: false
06-05 21:09:14.422  4715  4715 V GraphicsEnvironment: Neither updatable production driver nor prerelease driver is supported.
06-05 21:09:14.428  4715  4715 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-05 21:09:14.430  4715  4715 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-05 21:09:14.438   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.454   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.457  4715  4715 D CompatibilityChangeReporter: Compat change id reported: 183155436; UID 10170; state: ENABLED
06-05 21:09:14.472   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.474  4715  4715 I FirebaseApp: Device unlocked: initializing all Firebase APIs for app [DEFAULT]
06-05 21:09:14.497  4715  4715 I FirebaseInitProvider: FirebaseApp initialization successful    
06-05 21:09:14.499   401   401 I RanchuHwc: validateDisplay: layer 25 CompositionType 1, fallback to client
06-05 21:09:14.500  4715  4715 D ReactNativeFirebaseApp: received application context.
06-05 21:09:14.508  4715  4715 D WM-WrkMgrInitializer: Initializing WorkManager with default configuration.
06-05 21:09:14.522   601   932 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
06-05 21:09:14.523   601   932 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
06-05 21:09:14.524   601   601 W ActivityManager: Unbind failed: could not find connection for android.app.LoadedApk$ServiceDispatcher$InnerConnection@1e5a098
06-05 21:09:14.535  4715  4735 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000002/DynamiteLoader.dm': No such file or directory
06-05 21:09:14.535  4715  4735 W ziparchive: Unable to open '/data/user_de/0/com.google.android.gms/app_chimera/m/00000002/DynamiteLoader.dm': No such file or directory
06-05 21:09:14.541  4715  4735 I DynamiteModule: Considering local module com.google.android.gms.measurement.dynamite:88 and remote module com.google.android.gms.measurement.dynamite:87       
06-05 21:09:14.541  4715  4735 I DynamiteModule: Selected local version of com.google.android.gms.measurement.dynamite
06-05 21:09:14.597  4715  4715 D NOTIFEE : (context): received application context
06-05 21:09:14.603  4715  4738 D CompatibilityChangeReporter: Compat change id reported: 160794467; UID 10170; state: ENABLED
06-05 21:09:14.639  4715  4715 W eopd.healthcare: Accessing hidden method Ldalvik/system/BaseDexClassLoader;->getLdLibraryPath()Ljava/lang/String; (unsupported,core-platform-api, reflection, allowed)
06-05 21:09:14.652  4715  4740 I FA      : App measurement initialized, version: 76003
06-05 21:09:14.652  4715  4740 I FA      : To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
06-05 21:09:14.652  4715  4740 I FA      : To enable faster debug mode event logging run:       
06-05 21:09:14.652  4715  4740 I FA      :   adb shell setprop debug.firebase.analytics.app com.liveopd.healthcare
06-05 21:09:14.698  1626  1626 D BoundBrokerSvc: onBind: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
06-05 21:09:14.698  4715  4715 I BranchSDK: !SDK-VERSION-STRING!:io.branch.sdk.android:library:5.3.0
06-05 21:09:14.698  1626  1626 D BoundBrokerSvc: Loading bound service for intent: Intent { act=com.google.android.gms.measurement.START pkg=com.google.android.gms }
06-05 21:09:14.700  4715  4715 I BranchSDK: deferInitForPluginRuntime false
06-05 21:09:14.755  4715  4715 W unknown:ReactInstanceManagerBuilder: You're not setting the JS Engine Resolution Algorithm. We'll try to load JSC first, and if it fails we'll fallback to Hermes
06-05 21:09:14.756  4715  4715 V SoLoader: libjscexecutor.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.756  4715  4715 V SoLoader: libjscexecutor.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.757  4715  4715 V SoLoader: libjscexecutor.so not found on /system/lib64
06-05 21:09:14.757  4715  4715 V SoLoader: libjscexecutor.so not found on /vendor/lib64
06-05 21:09:14.758  4715  4715 E SoLoader: couldn't find DSO to load: libjscexecutor.so
06-05 21:09:14.758  4715  4715 E SoLoader:      SoSource 0: com.facebook.soloader.DirectorySoSource[root = /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64 flags = 0]
06-05 21:09:14.758  4715  4715 E SoLoader:      SoSource 1: com.facebook.soloader.DirectApkSoSource[root = (/data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64, )]
06-05 21:09:14.758  4715  4715 E SoLoader:      SoSource 2: com.facebook.soloader.DirectorySoSource[root = /system/lib64 flags = 2]
06-05 21:09:14.758  4715  4715 E SoLoader:      SoSource 3: com.facebook.soloader.DirectorySoSource[root = /vendor/lib64 flags = 2]
06-05 21:09:14.758  4715  4715 E SoLoader:      Native lib dir: /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.758  4715  4715 E SoLoader:  result: 0
06-05 21:09:14.759  4715  4715 V SoLoader: libhermes.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.764  4715  4715 V SoLoader: liblog.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.765  4715  4715 V SoLoader: liblog.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.765  4715  4715 D SoLoader: liblog.so found on /system/lib64
06-05 21:09:14.765  4715  4715 D SoLoader: liblog.so loaded implicitly
06-05 21:09:14.765  4715  4715 V SoLoader: libm.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.765  4715  4715 V SoLoader: libm.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.765  4715  4715 D SoLoader: libm.so found on /system/lib64
06-05 21:09:14.765  4715  4715 D SoLoader: libm.so loaded implicitly
06-05 21:09:14.765  4715  4715 V SoLoader: libdl.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.765  4715  4715 V SoLoader: libdl.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.766  4715  4715 D SoLoader: libdl.so found on /system/lib64
06-05 21:09:14.766  4715  4715 D SoLoader: libdl.so loaded implicitly
06-05 21:09:14.766  4715  4715 V SoLoader: libc.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.766  4715  4715 V SoLoader: libc.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.766  4715  4715 D SoLoader: libc.so found on /system/lib64
06-05 21:09:14.766  4715  4715 D SoLoader: libc.so loaded implicitly
06-05 21:09:14.777  4715  4715 D SoLoader: libhermes.so found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.777  4715  4715 V SoLoader: libhermes_executor.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.780   786  1006 D EGL_emulation: app_time_stats: avg=7.80ms min=0.72ms max=28.72ms count=55
06-05 21:09:14.784  4715  4715 V SoLoader: libandroid.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.784  4715  4715 V SoLoader: libandroid.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.784  4715  4715 D SoLoader: libandroid.so found on /system/lib64
06-05 21:09:14.785  4715  4715 D SoLoader: libandroid.so loaded implicitly
06-05 21:09:14.812  4715  4715 D SoLoader: libhermes_executor.so found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.952   601   932 D CompatibilityChangeReporter: Compat change id reported: 161145287; UID 10170; state: DISABLED
06-05 21:09:14.967  4715  4757 V SoLoader: libfbjni.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.971  4715  4757 D SoLoader: libfbjni.so found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:14.972  4715  4757 V SoLoader: libflipper.so not found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/lib/x86_64
06-05 21:09:14.998  4715  4757 D SoLoader: libflipper.so found on /data/app/~~q5iTT_trLGeeaN0riPQ3DA==/com.liveopd.healthcare-8_aDuHg-jTPmmbbdJnSBPA==/base.apk!/lib/x86_64
06-05 21:09:15.004   376  4765 I resolv  : GetAddrInfoHandler::run: {100 100 100 983140 10170 0}
06-05 21:09:15.005   376  4763 I resolv  : GetAddrInfoHandler::run: {100 100 100 983140 10170 0}
06-05 21:09:15.008  4715  4760 D TrafficStats: tagSocket(88) with statsTag=0xffffffff, statsUid=-1
06-05 21:09:15.020  4715  4715 W eopd.healthcare: Accessing hidden field Landroid/view/View;->mKeyedTags:Landroid/util/SparseArray; (unsupported, reflection, allowed)
06-05 21:09:15.020  4715  4715 W eopd.healthcare: Accessing hidden field Landroid/view/View;->mListenerInfo:Landroid/view/View$ListenerInfo; (unsupported, reflection, allowed)
06-05 21:09:15.021  4715  4715 W eopd.healthcare: Accessing hidden field Landroid/view/View$ListenerInfo;->mOnClickListener:Landroid/view/View$OnClickListener; (unsupported, reflection, allowed)
06-05 21:09:15.028  4715  4759 D TrafficStats: tagSocket(89) with statsTag=0xffffffff, statsUid=-1
06-05 21:09:15.028  4715  4715 I flipper : flipper: FlipperClient::addPlugin Inspector
06-05 21:09:15.033  4715  4715 I flipper : flipper: FlipperClient::addPlugin Databases
06-05 21:09:15.047  4715  4715 I flipper : flipper: FlipperClient::addPlugin Preferences        
06-05 21:09:15.047  4715  4715 I flipper : flipper: FlipperClient::addPlugin CrashReporter      
06-05 21:09:15.051  4715  4715 I flipper : flipper: FlipperClient::addPlugin Network
06-05 21:09:15.065  4715  4757 W System.err: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
06-05 21:09:15.065  4715  4757 W System.err: SLF4J: Defaulting to no-operation (NOP) logger implementation
06-05 21:09:15.065  4715  4757 W System.err: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
06-05 21:09:15.069  4715  4778 D libEGL  : loaded /vendor/lib64/egl/libEGL_emulation.so
06-05 21:09:15.078  4715  4779 D TrafficStats: tagSocket(97) with statsTag=0xffffffff, statsUid=-1
06-05 21:09:15.080  4715  4778 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_emulation.so   
06-05 21:09:15.083  4715  4778 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_emulation.so      
06-05 21:09:15.116  4715  4715 I BranchSDK: onActivityCreated, activity = com.liveopd.healthcare.MainActivity@45365a1
06-05 21:09:15.131  4715  4780 D TrafficStats: tagSocket(97) with statsTag=0xffffffff, statsUid=-1
06-05 21:09:15.150  4715  4715 W eopd.healthcare: Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (unsupported, reflection, allowed)
06-05 21:09:15.150  4715  4715 W eopd.healthcare: Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (unsupported, reflection, allowed)
06-05 21:09:15.153  4715  4715 I BranchSDK: onActivityStarted, activity = com.liveopd.healthcare.MainActivity@45365a1
06-05 21:09:15.153  4715  4715 D RNBranch: initSession uri null reactActivity com.liveopd.healthcare.MainActivity@45365a1
06-05 21:09:15.153  4715  4715 I RNBranch: Initializing Branch SDK v. 5.3.0
06-05 21:09:15.154  4715  4715 D RNBranch: notifyJSOfInitSessionStart  null
06-05 21:09:15.154  4715  4715 D RNBranch: Broadcasting NATIVE_INIT_SESSION_STARTED_EVENT       
06-05 21:09:15.155  4715  4715 D RNBranch: sessionBuilder io.branch.referral.Branch$InitSessionBuilder@ebf7877
06-05 21:09:15.155  4715  4715 I BranchSDK: Beginning session initialization
06-05 21:09:15.155  4715  4715 I BranchSDK: Session uri is null
06-05 21:09:15.168  4715  4715 I BranchSDK: processNextQueueItem, req ServerRequestRegisterOpen 
06-05 21:09:15.170  4715  4715 I BranchSDK: onActivityResumed, activity = com.liveopd.healthcare.MainActivity@45365a1
06-05 21:09:15.171  4715  4715 I BranchSDK: processNextQueueItem, req ServerRequestRegisterOpen 
06-05 21:09:15.171  4715  4740 I FA      : Tag Manager is not found and thus will not be used   
06-05 21:09:15.184   601   932 D CoreBackPreview: Window{b04c2e8 u0 com.liveopd.healthcare/com.liveopd.healthcare.MainActivity}: Setting back callback OnBackInvokedCallbackInfo{mCallback=android.window.IOnBackInvokedCallback$Stub$Proxy@cdf97a6, mPriority=0}
06-05 21:09:15.196  4715  4715 W unknown:ReactNative: Packager connection already open, nooping.
06-05 21:09:15.208  4715  4776 D HostConnection: createUnique: call

Cant seem to understand what is the problem