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

NlpLocBackendHelper: android.os.DeadObjectException #7

Open
cryptomilk opened this issue Feb 1, 2018 · 2 comments
Open

NlpLocBackendHelper: android.os.DeadObjectException #7

cryptomilk opened this issue Feb 1, 2018 · 2 comments

Comments

@cryptomilk
Copy link

Using UnifiedNlp on Android 8.1 my log is filled with:

02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper: 
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper: android.os.DeadObjectException
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at android.os.BinderProxy.transactNative(Native Method)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at android.os.BinderProxy.transact(Binder.java:764)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at org.microg.nlp.api.LocationBackend$Stub$Proxy.update(LocationBackend.java:157)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at org.microg.nlp.location.BackendHelper.update(BackendHelper.java:71)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at org.microg.nlp.location.BackendFuser.update(BackendFuser.java:83)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at org.microg.nlp.location.ThreadHelper.run(ThreadHelper.java:73)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:307)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:302)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
02-01 16:36:27.008  9284  9365 W NlpLocBackendHelper:   at java.lang.Thread.run(Thread.java:764)

Is there a way to get more debugging what is causing this?

I'm using the package from F-Droid.

@cryptomilk
Copy link
Author

This happens if you completely turn off Location (e.g. in the quick pulldown menu)

@crabdancing
Copy link

I am getting this same error with GPS enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants