Files
UnrealEngineUWP/Engine/Documentation/Source/Gameplay/Analytics/FileLogging/FileLogging.CHN.udn
Ning Hu 2c0e61e152 Update new content into Chinese
[CL 2702361 by Ning Hu in Main branch]
2015-09-23 07:08:13 -04:00

17 lines
964 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
INTSourceChangelist:2601374
Availability:Public
Title:文件日志记录分析服务商
Crumbs: %ROOT%, Gameplay, Gameplay/Analytics
Description:文件日志记录服务商可在开发期间调试分析过程。
![](image00.png)
此服务商可使用 JSON 格式将分析 API 调用写入到磁盘。使用此服务商是为了调试分析过程。它可将数据写入到“Saved/Analytic”文件夹为每个文件指定以“.analytics”结尾的唯一名称。然后您可以将此文件中保存的数据与分析服务商仪表板上的事件进行比较,有数据正在处理中。此服务商没有任何特殊的配置设置。
[REGION:note]
此服务商会将每个会话的数据写入到磁盘,这将导致发布的游戏或应用中的数据日益增加。我们建议您仅将此服务商用于开发,不要将其包含在发布的产品中。
[/REGION]
下图显示的是测试 4.8 API 添加时创建的文件。
![](image01.png)