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

App crash on closing tab #154

Open
DevT75 opened this issue Oct 27, 2024 · 0 comments
Open

App crash on closing tab #154

DevT75 opened this issue Oct 27, 2024 · 0 comments

Comments

@DevT75
Copy link
Contributor

DevT75 commented Oct 27, 2024

I faced this issue when there was only one tab there and I tried closing it. I was using a debug build and got the following logs.

10-27 23:25:12.235 28056 28056 V AutofillManager: requestHideFillUi(null): anchor = null
10-27 23:25:12.327 28056 28056 D ViewRootImplExtImpl: MotionEvent MotionEvent { action=ACTION_UP, actionButton=0, id[0]=0, x[0]=530.0996, y[0]=1585.4004, toolType[0]=TOOL_TYPE_FINGER, buttonState=0, classification=NONE, metaState=0, flags=0x0, edgeFlags=0x0, pointerCount=1, historySize=0, eventTime=79372329, downTime=79372232, deviceId=6, source=0x1002, displayId=0, eventId=636265035 } handled by client, just return
10-27 23:25:12.361 28056 28056 I Quality : Skipped: false 1 cost 31.100077 refreshRate 16666666 bit true processName com.wootzapp.web
10-27 23:25:12.367 28056 28056 D SurfaceView: 120111418 draw mDrawFinished true isAboveParent false (mPrivateFlags & PFLAG_SKIP_DRAW) 0
10-27 23:25:12.367 28056 28056 D SurfaceView: 120111418 clearSurfaceViewPort mCornerRadius 0.0
10-27 23:25:12.367 28056 28056 D SurfaceView: 120111418 dispatchDraw mDrawFinished true isAboveParent false (mPrivateFlags & PFLAG_SKIP_DRAW) 0
10-27 23:25:12.369 28056 28056 D callGcSupression: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])' on a null object reference
10-27 23:25:12.370 28056 28056 D callGcSupression: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])' on a null object reference
10-27 23:25:12.370 28056 28056 D ScrollOptim [SceneManager]: updateCurrentActivity: mCurrentActivityName=null, isOptEnable=true, isAnimAheadEnable=true, isFrameInsertEnable=true, InsertNum=1, isEnabledForScrollChanged=false
10-27 23:25:12.406 28056 28056 D VRI[Main]: onFocusEvent false
10-27 23:25:12.414 28056 28156 I cr_OPArchivePublisher: ADM threw while trying to remove a download. java.lang.IllegalArgumentException: input param 'ids' can't be null
10-27 23:25:12.487 2796 2796 I Zygote : Process 2821 exited cleanly (0)
10-27 23:25:12.602 28056 28114 D OpenGLRenderer: SkiaOpenGLPipeline::setSurface: this=0xb400007d20667180, surface=NULL
10-27 23:25:12.806 28056 28056 D SurfaceView: 120111418 dispatchDraw mDrawFinished true isAboveParent false (mPrivateFlags & PFLAG_SKIP_DRAW) 128
10-27 23:25:12.807 28056 28056 D SurfaceView: 120111418 clearSurfaceViewPort mCornerRadius 0.0
10-27 23:25:13.203 28056 28312 D VRI[Main]: dispatchAppVisibility visible:false
10-27 23:25:13.217 28056 28056 D ViewRootImplExtImpl: showSurfaceViewBackground subLayer:-1, name:com.wootzapp.web/com.google.android.apps.chrome.Main
10-27 23:25:13.219 28056 28056 I SurfaceView: 120111418 surfaceDestroyed
10-27 23:25:13.219 28056 28056 E cr_CompositorSurfaceMgr: surfaceDestroyed format : -3
10-27 23:25:13.242 28056 28056 D BufferQueueProducer: disconnect: api -1
10-27 23:25:13.242 28056 28056 D BLASTBufferQueue: SurfaceView[com.wootzapp.web/com.google.android.apps.chrome.Main]#4 destructor()
10-27 23:25:13.242 28056 28056 D BufferQueueConsumer: SurfaceView[com.wootzapp.web/com.google.android.apps.chrome.Main]#4(BLAST Consumer)4 disconnect
10-27 23:25:13.245 28056 28114 D SurfaceView: 170228780positionLost mSurfaceControl is null return;
10-27 23:25:13.246 28056 28056 D OpenGLRenderer: RenderProxy::destroy: this=0xb400007bd56b4900, mContext=0xb400007bd444e000
10-27 23:25:13.246 28056 28114 D OpenGLRenderer: SkiaOpenGLPipeline::setSurface: this=0xb400007d20668800, surface=NULL
10-27 23:25:13.246 28056 28114 D BufferQueueProducer: VRI[Main]#2(BLAST Consumer)2 disconnect: api 1
10-27 23:25:13.249 28056 28056 D ViewRootImplExtImpl: wrapConfigInfoIntoFlags rotation=0, smallestScreenWidthDp=354, relayoutAsync=false, newFlags=23199744, title=com.wootzapp.web/com.google.android.apps.chrome.Main
10-27 23:25:13.264 28056 28056 D VRI[Main]: relayoutWindow result, sizeChanged:false, surfaceControlChanged:true, transformHintChanged:false, mSurfaceSize:Point(1240, 2772), mLastSurfaceSize:Point(1240, 2772), mWidth:1240, mHeight:2772, requestedWidth:1240, requestedHeight:2772, transformHint:0, lastTransformHint:0, installOrientation:0, displayRotation:0, isSurfaceValid:false, attr.flag:-2122252032, useBlast:true, tmpFrames:ClientWindowFrames{frame=[0,0][1240,2772] display=[0,0][1240,2772] parentFrame=[0,0][0,0]}, relayoutAsync:false, mSyncSeqId:0
10-27 23:25:13.265 28056 28056 D BLASTBufferQueue: VRI[Main]#2 destructor()
10-27 23:25:13.266 28056 28056 D BufferQueueConsumer: VRI[Main]#2(BLAST Consumer)2 disconnect
10-27 23:25:13.275 28056 28114 D OpenGLRenderer: RenderThread::destroyRenderingContext: this=0xb400007c277a6000
10-27 23:25:13.275 28056 28114 D OpenGLRenderer: SkiaOpenGLPipeline::onContextDestroyed: this=0xb400007d20668800
10-27 23:25:13.276 28056 28114 D OpenGLRenderer: EglManager::destroy: mEglDisplay=0xb400007d20663bc0, mEglContext=0xb400007bd5737780, mCurrentSurface=0x0
10-27 23:25:13.277 28056 28123 I cr_BindingManager: onTrimMemory: level=40, size=0
10-27 23:25:13.284 28056 28056 D callGcSupression: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.lang.Object[])' on a null object reference
10-27 23:25:13.285 28056 28056 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=androidx.activity.OnBackPressedDispatcher$Api34Impl$createOnBackAnimationCallback$1@f32f1cb
10-27 23:25:13.290 28056 28056 D VRI[Main]: setWindowStopped stopped:true
10-27 23:25:13.341 28056 28056 W cr_ContextualSearch: Warning, the 0 state was aborted.
10-27 23:25:13.343 28056 28056 I cr_CompositorSurfaceMgr: SurfaceState : detach from parent : 0
10-27 23:25:13.362 28056 28056 W WindowOnBackDispatcher: sendCancelIfRunning: isInProgress=falsecallback=android.app.Activity$2@f8878fc
10-27 23:25:13.370 28056 28056 I cr_MultiInstance: Removed instance data for Task still available in all app tasks. TaskInfo{userId=0 taskId=10759 displayId=0 isRunning=false baseIntent=Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.wootzapp.web/com.google.android.apps.chrome.Main (has extras) mCallingUid=10176 } baseActivity=null topActivity=null origActivity=ComponentInfo{com.wootzapp.web/com.google.android.apps.chrome.Main} realActivity=ComponentInfo{com.wootzapp.web/org.chromium.chrome.browser.ChromeTabbedActivity} numActivities=0 lastActiveTime=129434290 supportsSplitScreenMultiWindow=true supportsMultiWindow=true supportsPocketStudioMultiWindow=true isInFlexibleEmbedded = false uid = -1 pid = -1 resizeMode=2 isResizeable=true minWidth=-1 minHeight=-1 defaultMinSize=220 token=WCT{android.window.IWindowContainerToken$Stub$Proxy@2310765} topActivityType=1 pictureInPictureParams=null shouldDockBigOverlays=false launchIntoPipHostTaskId=-1 lastParentTaskIdBeforePip=-1 displayCutoutSafeInsets=Rect(0, 110 - 0, 0) topActivityInfo=null launchCookies=[android.os.BinderProxy@c3f1c3a] positionInParent=Point(0, 0) parentTaskId=-1 isFocused=false isVisible=false isVisibleRequested=false isSleeping=false topActivityInSizeCompat=false topActivityInOplusCompatMode=false topActivityEligibleForLetterboxEducation= false topActivityLetterboxed= false isFromDoubleTap= false topActivityLetterboxVerticalPosition= -1 topActivityLetterboxHorizontalPosition= -1 topActivityLetterboxWidth=-1 topActivityLetterboxHeight=-1 locusId=null displayAreaFeatureId=1 cameraCompatControlState=hidden locusId= null topActivityLetterboxInsets=Rect(0, 0 - 0, 0) mOplusExtraBundle = Bundle[mParcelledData.dataSize=288]}
10-27 23:25:13.374 28056 28056 I cr_MultiInstance: Removed invalid instance data. Removed tasks-instance mappings: [Chrome.MultiInstance.TaskMap.0 - 10759] and shared prefs for instances: [0]
10-27 23:25:13.382 28056 28056 D OplusScrollToTopManager: com.wootzapp.web/com.google.android.apps.chrome.Main,window dying
10-27 23:25:13.382 28056 28056 D OplusScrollToTopManager: com.wootzapp.web/com.google.android.apps.chrome.Main,unregisterSystemUIBroadcastReceiver
10-27 23:25:13.382 28056 28056 D OplusScrollToTopManager: com.wootzapp.web/com.google.android.apps.chrome.Main, unregisterSystemUIBroadcastReceiver failed java.lang.IllegalArgumentException: Receiver not registered: android.view.OplusScrollToTopManager$2@16d8e48
10-27 23:25:13.385 28056 28056 D OplusCursorFeedback: editorDetachFromWindow android.widget.Editor@afb4e1
10-27 23:25:13.387 28056 28056 D OpenGLRenderer: RenderProxy::destroy: this=0xb400007bd56b4900, mContext=0xb400007bd444e000
10-27 23:25:13.388 28056 28114 D OpenGLRenderer: SkiaOpenGLPipeline::setSurface: this=0xb400007d20668800, surface=NULL

crash.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant