update: 更新日志
Signed-off-by: huyufei <yufei.hu@castbox.fm>
parent
e7b116de63
commit
cd94ca9479
|
|
@ -32,12 +32,12 @@ namespace Guru
|
||||||
|
|
||||||
_lastReportRateDate = DateTime.Now;
|
_lastReportRateDate = DateTime.Now;
|
||||||
|
|
||||||
Debug.Log($"{TAG} [guru_analytic] --- InitGuruAnalyticService: IsDebug:{IsDebug} firebaseId:{firebaseId}");
|
Debug.Log($"{TAG} --- InitGuruAnalyticService: IsDebug:{IsDebug} firebaseId:{firebaseId}");
|
||||||
|
|
||||||
GuruAnalytics.Instance.Init(appId, deviceInfo, () =>
|
GuruAnalytics.Instance.Init(appId, deviceInfo, () =>
|
||||||
{
|
{
|
||||||
OnGuruAnalyticsInitComplete();
|
OnGuruAnalyticsInitComplete();
|
||||||
Debug.Log($"{TAG} [guru_analytic]--- Guru EXP: GroupId: {GuruAnalytics.Instance.ExperimentGroupId}");
|
Debug.Log($"{TAG} --- Guru EXP: GroupId: {GuruAnalytics.Instance.ExperimentGroupId}");
|
||||||
SetAnalyticsExperimentGroup(GuruAnalytics.Instance.ExperimentGroupId);
|
SetAnalyticsExperimentGroup(GuruAnalytics.Instance.ExperimentGroupId);
|
||||||
}, IsDebug, firebaseId); // Android 初始化
|
}, IsDebug, firebaseId); // Android 初始化
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,7 @@ namespace Guru
|
||||||
|
|
||||||
var dataStr = "";
|
var dataStr = "";
|
||||||
if (data != null) dataStr = JsonParser.ToJson(data);
|
if (data != null) dataStr = JsonParser.ToJson(data);
|
||||||
Debug.Log($"[{TAG}] --- [SDK] TrackEvent: {eventName} | priority: {priority} | data:{dataStr} | eventSetting: {eventSetting}");
|
Debug.Log($"{TAG} --- [SDK] TrackEvent: {eventName} | priority: {priority} | data:{dataStr} | eventSetting: {eventSetting}");
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -290,7 +290,7 @@ namespace Guru
|
||||||
/// 设置 IDFA
|
/// 设置 IDFA
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected abstract void ReportIDFA(string idfa);
|
protected abstract void ReportIDFA(string idfa);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue