开启td自动采集

main
zhangaotian 2026-01-08 15:25:29 +08:00
parent c1decc33c2
commit fc25ac34c2
1 changed files with 1 additions and 0 deletions

View File

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