Skip to content

Commit

Permalink
Add loging
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Sep 19, 2023
1 parent 526c7e9 commit d22590c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/blau/android/services/TrackerService.java
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ public void onProviderDisabled(String provider) {
private LocationListener networkListener = new LocationListener() {
@Override
public void onLocationChanged(Location location) {
Log.d(DEBUG_TAG, "Network location " + location);
if (source != GpsSource.INTERNAL) {
return; // ignore updates
}
Expand Down

0 comments on commit d22590c

Please sign in to comment.