We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea31d22 commit b013faaCopy full SHA for b013faa
src/org/gfd/gsmlocation/GSMService.java
@@ -62,7 +62,7 @@ public void run() {
62
lat /= infos.length;
63
float acc = (float)(800d / infos.length);
64
if (lng != lastLng || lat != lastLat) {
65
- Log.d(TAG, "report (" + lat + "," + lng + ")");
+ Log.d(TAG, "report (" + lat + "," + lng + ") / " + acc);
66
lastLng = lng;
67
lastLat = lat;
68
report(LocationHelper.create("gsm", lat, lng, acc));
0 commit comments