AndroidRuntimeException affecting ~1 device ~10-20 times from GPlay crash reports #55

Closed
opened 2025-04-21 14:45:30 -04:00 by idk · 3 comments
Owner
android.util.AndroidRuntimeException: 
  at android.app.ContextImpl.startActivity (ContextImpl.java:677)
  at android.app.ContextImpl.startActivity (ContextImpl.java:664)
  at android.content.ContextWrapper.startActivity (ContextWrapper.java:331)
  at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661)
  at android.support.v7.app.AlertController$ButtonHandler.handleMessage (AlertController.java:167)
  at android.os.Handler.dispatchMessage (Handler.java:111)
  at android.os.Looper.loop (Looper.java:207)
  at android.app.ActivityThread.main (ActivityThread.java:5728)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:789)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679)
``` android.util.AndroidRuntimeException: at android.app.ContextImpl.startActivity (ContextImpl.java:677) at android.app.ContextImpl.startActivity (ContextImpl.java:664) at android.content.ContextWrapper.startActivity (ContextWrapper.java:331) at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661) at android.support.v7.app.AlertController$ButtonHandler.handleMessage (AlertController.java:167) at android.os.Handler.dispatchMessage (Handler.java:111) at android.os.Looper.loop (Looper.java:207) at android.app.ActivityThread.main (ActivityThread.java:5728) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:789) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679) ```
idk self-assigned this 2025-04-21 14:45:30 -04:00
idk closed this issue 2025-04-21 14:45:30 -04:00
Author
Owner

Simplest answer turns out to be right, looks like this phone is using google release number 4745255 which does in fact correspond to 0.9.45, so this is ancient and probably not happening anymore. Closing.

Simplest answer turns out to be right, looks like this phone is using google release number 4745255 which does in fact correspond to 0.9.45, so this is ancient and probably not happening anymore. Closing.
Author
Owner

app version?

You added a catch of AndroidRuntimeException around startActivity() in June 2020 just before the 0.9.46 release. I don't see how it could happen now, and that would explain the line numbers, if these reports are for versions < .46

Unless, somehow, the release build doesn't match the source.

app version? You added a catch of AndroidRuntimeException around startActivity() in June 2020 just before the 0.9.46 release. I don't see how it could happen now, and that would explain the line numbers, if these reports are for versions < .46 Unless, somehow, the release build doesn't match the source.
Author
Owner

at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661) is a comment. Odd.

`at net.i2p.android.router.MainFragment$9.onClick (MainFragment.java:661)` is a comment. Odd.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: I2P_Developers/i2p.android.base#55
No description provided.