> For the complete documentation index, see [llms.txt](https://arkdocs.analysys.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arkdocs.analysys.cn/integration/data-verification/debug-shu-ju-yan-zheng.md).

# Debug 数据验证

除了通过客户端验证外，可以用方舟内置的  **Debug 日志** 模块来逐条验证，展示最新 1000 条数据，可选择日期、数据源等进一步过滤。

![](/files/-MLloXjfMyb8xTfnmUol)

{% hint style="info" %}
从左上角支持切换 **事件日志** 和 **用户日志** 分别查看
{% endhint %}

### 1. 条件过滤

![](/files/-MLlodEBalR4tStTovIY)

#### A. 时间过滤

当一段时间里上报的数据量过大时，可以指定到某个小时或分钟区间来查看

![](/files/-MLloh8t-pJNDuAt_yHR)

{% hint style="danger" %}
日期过滤是基于展示的最新的1000条日志过滤的，也就是说如果今天日志已经超过1000条，则即使昨天实际有测试日志，日期切换到昨天也查询不到结果。
{% endhint %}

#### B. 数据源过滤

一个项目当中会接入多个平台，比如一个应用的Android端、iOS端、网页端等，不同端通常是不同的工程师负责集成SDK，如果只想验证自己集成的数据正确性，则可以选择数据源快速过滤

![](/files/-MLlokyMiRHp27Zvoi29)

#### C. 其他条件过滤

当要验证某个事件的属性时，可以输入事件ID 来过滤；

当有多个测试设备时，可以输入当前设备绑定的用户ID来过滤，更方便查看

![](/files/-MLlooBVxs3rYjGouxnl)

### 2. 实时更新最新数据

当停留在当前页面时，有新的事件产生会实时记录提醒，点击可以加载最新事件；

也可以开始实时刷新按钮，实时加载数据；当实时会产生大量数据时，建议关闭，手动加载最新数据，否则自动加载过快，无法准确验证。

![](/files/-MLlos137mpPgWmZpc6b)

### 3. Debug 日志中的错误日志

Debug日志会进行基础的格式、数据类型等校验，当校验不通过时，会直接在列表当中红色标识<br>

![](/files/-MLlovMc2inqphM3dOq7)

也可以打开 **仅查看错误日志**开关 查看错误日志

![](/files/-MLlp3eTghNLLQANUKFk)

### 4. 设置在列表中展示的列

支持自定义展示的列，比如选择展示出常用的设备品牌、型号、IP等方便快速查看

<div align="left"><img src="/files/-Lws6VUqWRi9bSqMhTZ8" alt=""></div>

### 5. 展开单条事件的属性和JSON数据

点击单条事件，可以展开查看事件属性和JSON数据

![](/files/-Lws7JXDiPpyxtIKEiiS)

{% hint style="info" %}
以上内容没有解答我的问题？[点击我进入方舟论坛去反馈](https://www.analysysdata.com/forum/index) 🚀
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arkdocs.analysys.cn/integration/data-verification/debug-shu-ju-yan-zheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
