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 getDappsModel #38093

Closed
SergeyZhukovsky opened this issue May 6, 2024 · 0 comments · Fixed by brave/brave-core#23502
Closed

Crash on getDappsModel #38093

SergeyZhukovsky opened this issue May 6, 2024 · 0 comments · Fixed by brave/brave-core#23502
Assignees
Labels
crash feature/web3/wallet Integrating Ethereum+ wallet support 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

I found that crash in Google Play Console on nightly 1.67.64. It probably exist on stable channel as well. We need to uplift the fix.

Exception org.chromium.base.JniAndroid$UncaughtExceptionException:
  at org.chromium.base.JniAndroid$UncaughtExceptionException.<init> (JniAndroid.java:49)
  at org.chromium.base.JniAndroid.handleException (JniAndroid.java:89)
  at android.os.MessageQueue.nativePollOnce
  at android.os.MessageQueue.next (MessageQueue.java:341)
  at android.os.Looper.loopOnce (Looper.java:169)
  at android.os.Looper.loop (Looper.java:300)
  at android.app.ActivityThread.main (ActivityThread.java:8410)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:559)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:954)
Caused by java.lang.NullPointerException:
  at org.chromium.chrome.browser.app.domain.WalletModel.getDappsModel (WalletModel.java:144)
  at org.chromium.chrome.browser.app.BraveActivity.updateWalletBadgeVisibility (BraveActivity.java:692)
  at org.chromium.chrome.browser.app.BraveActivity.walletInteractionDetected (BraveActivity.java:681)
  at org.chromium.chrome.browser.crypto_wallet.BraveWalletProviderDelegateImplHelper.walletInteractionDetected (BraveWalletProviderDelegateImplHelper.java:58)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash feature/web3/wallet Integrating Ethereum+ wallet support 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
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants