|
@@ -598,7 +598,7 @@ public void initLocation()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- enable_locationTracing();
|
|
|
|
|
|
|
+// enable_locationTracing();
|
|
|
}
|
|
}
|
|
|
@Override
|
|
@Override
|
|
|
public void onDestroy() {
|
|
public void onDestroy() {
|
|
@@ -831,6 +831,7 @@ public void initLocation()
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ initLocation();
|
|
|
requestLocationUpdates();
|
|
requestLocationUpdates();
|
|
|
// locationManager.requestLocationUpdates(
|
|
// locationManager.requestLocationUpdates(
|
|
|
// "fused", timeInterval, distance,
|
|
// "fused", timeInterval, distance,
|