Location status callback improving logging.
parent
f4b3bca9a2
commit
363c3b5af8
|
@ -28,7 +28,7 @@ public class StandardLocationListener implements LocationListener {
|
|||
|
||||
@Override
|
||||
public void onStatusChanged(String provider, int status, Bundle extras) {
|
||||
lg.debug("Location provider status changed");
|
||||
lg.debug("Location provider {} status has changed to {} with {}", provider, status, extras);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue