调试httpDns,修改上报时间间隔为500ms

This commit is contained in:
tongchenfei
2020-11-30 09:57:44 +08:00
parent 5b8957e7ce
commit 2eaf96533d
5 changed files with 42 additions and 15 deletions

View File

@@ -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;