开启td自动采集
parent
c1decc33c2
commit
fc25ac34c2
|
|
@ -45,6 +45,7 @@ public class ThikingDataHelper : SdkHelper, IBIService
|
|||
if (!string.IsNullOrEmpty(deviceId) && !string.IsNullOrEmpty(_distinctId))
|
||||
{
|
||||
_isInit = true;
|
||||
TDAnalytics.EnableAutoTrack(TDAutoTrackEventType.All);
|
||||
DebugUtil.Log("ThinkingData 初始化成功! AppID: {0}, DeviceId: {1}, DistinctId: {2}", _appId, deviceId,
|
||||
_distinctId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue