[2.15.0] thread opt

This commit is contained in:
zhongchao
2023-03-07 15:43:27 +08:00
parent ff13e5d893
commit 883984c994
11 changed files with 34 additions and 35 deletions

View File

@@ -117,6 +117,7 @@ internal class DebugSettingView @JvmOverloads constructor(
private var logInfoView: LogInfoView? = null
private var logViewAttach = false
@Volatile
private var mAutoPilotStatusInfo: AutopilotStatusInfo? = null
private var mGnssInfo: MogoLocation? = null

View File

@@ -27,6 +27,7 @@ class SpeedPanelView @JvmOverloads constructor(
var mContext: Context
var mSpeedChartView: SpeedChartView
@Volatile
var mLatLng: MogoLocation? = null
init {