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

Crash in android.view.ViewGroup.dispatchConfigurationChanged #42536

Closed
SergeyZhukovsky opened this issue Nov 26, 2024 · 0 comments · Fixed by brave/brave-core#26758
Closed

Crash in android.view.ViewGroup.dispatchConfigurationChanged #42536

SergeyZhukovsky opened this issue Nov 26, 2024 · 0 comments · Fixed by brave/brave-core#26758
Assignees
Labels
crash OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include

Comments

@SergeyZhukovsky
Copy link
Member

That crash stack is on GPS on all channels. We might want to uplift it.

Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.dispatchConfigurationChanged(android.content.res.Configuration)' on a null object reference
  at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1654)
  at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1654)
  at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1654)
  at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1654)
  at android.view.ViewGroup.dispatchConfigurationChanged (ViewGroup.java:1654)
  at android.view.ViewRootImpl.updateConfiguration (ViewRootImpl.java:6087)
  at android.app.ActivityThread.handleActivityConfigurationChanged (ActivityThread.java:6608)
  at android.app.ActivityThread.handleActivityConfigurationChanged (ActivityThread.java:6533)
  at android.app.servertransaction.ActivityConfigurationChangeItem.execute (ActivityConfigurationChangeItem.java:55)
  at android.app.servertransaction.ActivityTransactionItem.execute (ActivityTransactionItem.java:45)
  at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:139)
  at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:96)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2550)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loopOnce (Looper.java:243)
  at android.os.Looper.loop (Looper.java:338)
  at android.app.ActivityThread.main (ActivityThread.java:8446)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:600)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1064)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash OS/Android Fixes related to Android browser functionality priority/P2 A bad problem. We might uplift this to the next planned release. QA/No release-notes/include
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants