# 系统日志

> 查看 Android 系统的实时运行日志

此功能类似于电脑上的 ADB Logcat，用于查看 Android 系统的实时运行日志。

## 功能入口

* **入口**: 首页 -> 实用工具 -> 系统日志
* **图标**:&#x20;

## 主要功能

* **日志模式**:
  * **实时日志**: 实时滚动显示当前产生的日志。
  * **全部日志**: 加载历史缓存的日志。
* **过滤**: 支持输入关键词过滤日志内容，快速定位关键信息。
* **导出**: 将当前显示的日志保存为文件，方便后续分析。
* **清空**: 清除屏幕上的日志显示或清除系统缓存的日志。


---

# Agent Instructions: 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://zero-7.gitbook.io/netamade/ne-zha-mei-shi/xi-tong-gong-ju/xi-tong-ri-zhi.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.
