update: 更新自打点日志,添加上报 FirstOpenTime 的代码
Signed-off-by: huyufei <yufei.hu@castbox.fm>
parent
ec3cf7452c
commit
678ae17048
Binary file not shown.
|
|
@ -70,7 +70,7 @@ namespace Guru
|
|||
/// 设置首次启动时间
|
||||
/// </summary>
|
||||
/// <param name="firstOpenTime"></param>
|
||||
private static void SetFirstOpenTime(string firstOpenTime)
|
||||
public static void SetFirstOpenTime(string firstOpenTime)
|
||||
{
|
||||
_propertiesManager.ReportFirstOpenTime(firstOpenTime);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue