I am at the moment making an app with React Native, however even after I strive each iOS and Android emulators, the app crashes immediately. So I checked out logcat.
02-17 20:41:42.675 528 1680 I WindowManager: WIN DEATH: Window{ca5d732 u0 com.ABC/com.ABC.MainActivity}
02-17 20:41:42.675 528 1680 W InputManager-JNI: Enter channel object 'ca5d732 com.ABC/com.ABC.MainActivity (consumer)' was disposed with out first being eliminated with the enter supervisor!
02-17 20:41:42.743 528 553 W WindowManager: Did not ship inset management state change to w=Window{ca5d732 u0 com.ABC/com.ABC.MainActivity EXITING}
02-17 20:41:42.817 528 549 V WindowManager: information={id=102 t=CLOSE f=0x10 trk=0 r=[0@Point(0, 0)] c=[{WCT{RemoteToken{d52fb09 Task{ba7b136 #1 type=home}}} m=TO_FRONT f=SHOW_WALLPAPER|MOVE_TO_TOP leash=Surface(name=Task=1)/@0x476cb77 sb=Rect(0, 0 - 1080, 2220) eb=Rect(0, 0 - 1080, 2220) d=0},{WCT{RemoteToken{a2090dd Task{7a8f4d5 #49 type=standard A=10193:com.ABC}}} m=CLOSE f=NONE leash=Surface(name=Task=49)/@0xf590587 sb=Rect(0, 0 - 1080, 2220) eb=Rect(0, 0 - 1080, 2220) d=0},{null m=TO_FRONT f=IS_WALLPAPER leash=Surface(name=WallpaperWindowToken{4a364b1 token=android.os.Binder@e9a5a35})/@0x68ca984 sb=Rect(0, 0 - 1080, 2220) eb=Rect(0, 0 - 1080, 2220) d=0}]}
02-17 20:41:42.871 528 553 W WindowManager: Did not ship inset management state change to w=Window{ca5d732 u0 com.ABC/com.ABC.MainActivity EXITING}
02-17 20:41:43.134 528 552 W ActivityTaskManager: Exercise prime resumed state loss timeout for ActivityRecord{eccc58c u0 com.ABC/.MainActivity t49 f} isExiting}
02-17 20:41:43.163 528 1466 W WindowManager: Exception thrown throughout dispatchAppVisibility Window{5d47d03 u0 com.ABC/com.ABC.MainActivity EXITING}
This type of drawback comes up. Can I do know the precise drawback and resolution?
I attempted Googling the issue, however I could not discover a resolution.