We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435307b commit e4a016dCopy full SHA for e4a016d
src/com/obd/simpleexample/StatusInface.java
@@ -47,6 +47,8 @@ public void vehicleResult(String result){
47
public String mSpd = "00";
48
public long curTime = 0;
49
public void RSOinface(JSONObject jsonString){
50
+ if(GetLoaction.GetLoactionHead == null)
51
+ return;
52
long time = System.currentTimeMillis();
53
if( (time - curTime) >= 60*1000 ){
54
curTime = time;
0 commit comments