Location status callback improving logging.

master
Tomasz Półgrabia 2016-09-19 21:30:18 +02:00
parent f4b3bca9a2
commit 363c3b5af8
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class StandardLocationListener implements LocationListener {
@Override @Override
public void onStatusChanged(String provider, int status, Bundle extras) { 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 @Override