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

Library crashes when GPS is off #1

Closed
GoogleCodeExporter opened this issue Nov 13, 2015 · 2 comments
Closed

Library crashes when GPS is off #1

GoogleCodeExporter opened this issue Nov 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. GPS is OFF
2. Start your example app

The app crashes with this exception:

E/AndroidRuntime( 4490): FATAL EXCEPTION: LocationBroadcastService
E/AndroidRuntime( 4490): java.lang.IllegalArgumentException: no providers found 
for criteria
E/AndroidRuntime( 4490):    at android.os.Parcel.readException(Parcel.java:1326)
E/AndroidRuntime( 4490):    at android.os.Parcel.readException(Parcel.java:1276)
E/AndroidRuntime( 4490):    at 
android.location.ILocationManager$Stub$Proxy.requestLocationUpdatesPI(ILocationM
anager.java:678)
E/AndroidRuntime( 4490):    at 
android.location.LocationManager._requestLocationUpdates(LocationManager.java:71
1)
E/AndroidRuntime( 4490):    at 
android.location.LocationManager.requestSingleUpdate(LocationManager.java:851)
E/AndroidRuntime( 4490):    at 
com.littlefluffytoys.littlefluffylocationlibrary.LocationBroadcastService.forceL
ocationUpdate(LocationBroadcastService.java:129)
E/AndroidRuntime( 4490):    at 
com.littlefluffytoys.littlefluffylocationlibrary.LocationBroadcastService$1.run(
LocationBroadcastService.java:86)
E/AndroidRuntime( 4490):    at java.lang.Thread.run(Thread.java:1019)

Original issue reported on code.google.com by alfredo....@gmail.com on 3 May 2012 at 8:45

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r6.

Original comment by ken...@kentonprice.com on 5 May 2012 at 5:48

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

That's a bit smug, how it auto-closed it when I checked in the source code 
change! :-) Thanks for finding it. New binaries and zipfile in downloads also.

Original comment by ken...@kentonprice.com on 5 May 2012 at 5:56

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

No branches or pull requests

1 participant