This commit is contained in:
wangcongtao
2020-03-31 20:37:29 +08:00
parent 66f1f4cbae
commit ab284aec91

View File

@@ -559,7 +559,7 @@ public class MogoModulesManager implements MogoModulesHandler,
}
}
}
Log.i( TAG, "onLocationChanged event cost " + ( System.currentTimeMillis() - start ) + "ms" );
Logger.i( TAG, "onLocationChanged event cost " + ( System.currentTimeMillis() - start ) + "ms" );
}
public void registerReceiver() {