调试httpDns,修改上报时间间隔为500ms
This commit is contained in:
@@ -24,7 +24,7 @@ public class MogoRTKLocation {
|
||||
|
||||
private static final String TAG = "MogoRTKLocation";
|
||||
private static final int MSG_DATA_CHANGED = 0x100;
|
||||
private static final long MSG_DATA_INTERNAL = 1 * 1_000L;
|
||||
private static final long MSG_DATA_INTERNAL = 500L;
|
||||
|
||||
private Handler mHandler;
|
||||
private LocationManager locationManager;
|
||||
|
||||
Reference in New Issue
Block a user