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

[BUG] FATAL EXCEPTION: Attempt to invoke virtual method 'boolean android.net.NetworkCapabilities.hasTransport(int)' on a null object reference #1085

Open
kaikli opened this issue Feb 9, 2024 · 0 comments
Labels

Comments

@kaikli
Copy link

kaikli commented Feb 9, 2024

Describe the Bug
Only found this exception in LogFox.

Smartphone (please complete the following information):

  • Device: Pixel 6a
  • OS: Android 14
  • Version: v17.0.0-RC-1-tor.0.4.7.11 (fdroid version)

Crash Logs (Advanced)

FATAL EXCEPTION: ConnectivityThread
Process: org.torproject.android, PID: 23891
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.net.NetworkCapabilities.hasTransport(int)' on a null object reference
	at org.torproject.android.service.OrbotService$1.onLost(OrbotService.java:551)
	at android.net.ConnectivityManager$CallbackHandler.handleMessage(ConnectivityManager.java:4271)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:205)
	at android.os.Looper.loop(Looper.java:294)
	at android.os.HandlerThread.run(HandlerThread.java:67)
@kaikli kaikli added the bug label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant