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 on completeUpdateSnackbar #43391

Closed
SergeyZhukovsky opened this issue Jan 20, 2025 · 0 comments · Fixed by brave/brave-core#27290
Closed

Crash on completeUpdateSnackbar #43391

SergeyZhukovsky opened this issue Jan 20, 2025 · 0 comments · Fixed by brave/brave-core#27290
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
Milestone

Comments

@SergeyZhukovsky
Copy link
Member

The crash is from nightly channel GPS 1.76.21.

Exception java.lang.NullPointerException: Attempt to invoke interface method 'org.chromium.ui.base.WindowAndroid org.chromium.chrome.browser.tab.Tab.p()' on a null object reference
  at org.chromium.chrome.browser.app.BraveActivity.completeUpdateSnackbar (BraveActivity.java:1360)
  at org.chromium.chrome.browser.app.BraveActivity.lambda$onResumeWithNative$0 (BraveActivity.java:391)
  at com.google.android.play.core.tasks.zze.run (com.google.android.play:core@@1.10.3:1)
  at android.os.Handler.handleCallback (Handler.java:900)
  at android.os.Handler.dispatchMessage (Handler.java:103)
  at android.os.Looper.loop (Looper.java:219)
  at android.app.ActivityThread.main (ActivityThread.java:8668)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1109)
@SergeyZhukovsky SergeyZhukovsky added 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 labels Jan 20, 2025
@SergeyZhukovsky SergeyZhukovsky self-assigned this Jan 20, 2025
@brave-builds brave-builds added this to the 1.76.x - Nightly milestone Jan 21, 2025
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