ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
755 stars 142 forks source link

RuntimeException: Unable to start service ******************************************************************* with ... #2496

Open sentry-io[bot] opened 1 year ago

sentry-io[bot] commented 1 year ago

Sentry Issue: PROBE-ANDROID-115

NullPointerException: Attempt to get length of null array
    at org.openobservatory.ooniprobe.test.suite.AbstractSuite.isTestEmpty(AbstractSuite.java:137)
    at org.openobservatory.ooniprobe.common.service.RunTestService.lambda$onStartCommand$0(RunTestService.java:63)
    at org.openobservatory.ooniprobe.common.service.RunTestService$$ExternalSyntheticLambda0.apply
    at com.google.common.collect.Iterators$5.computeNext(Iterators.java:637)
    at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
...
(14 additional frame(s) were not displayed)

RuntimeException: Unable to start service ******************************************************************* with Intent { cmp=com.dw.ooniprobe/org.openobservatory.ooniprobe.common.service.RunTestService (has extras) }: java.lang.NullPointerException: Attempt to get length of null array
    at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3491)
    at android.app.ActivityThread.-wrap20
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1692)
    at android.os.Handler.dispatchMessage(Handler.java:106)
    at android.os.Looper.loop(Looper.java:164)
...
(4 additional frame(s) were not displayed)