Skip to content

Commit b013faa

Browse files
committed
Log reported accurancy
1 parent ea31d22 commit b013faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/gfd/gsmlocation/GSMService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void run() {
6262
lat /= infos.length;
6363
float acc = (float)(800d / infos.length);
6464
if (lng != lastLng || lat != lastLat) {
65-
Log.d(TAG, "report (" + lat + "," + lng + ")");
65+
Log.d(TAG, "report (" + lat + "," + lng + ") / " + acc);
6666
lastLng = lng;
6767
lastLat = lat;
6868
report(LocationHelper.create("gsm", lat, lng, acc));

0 commit comments

Comments
 (0)