在 android x86 上捕获 logcat

发布于 2024-09-24 14:09:02 字数 144 浏览 2 评论 0原文

我正在基于 x-86 的 PC 上运行 android 2.2 (froyo)。如何在终端控制台上捕获 logcat 并将其保存到 android 中的任何特定位置(例如记事本)?它的键盘命令是什么?

android x-86 的其他通用键盘快捷键是什么?

iam running android 2.2 (froyo) on a x-86 based PC. How can I capture a logcat on the terminal console and save it to any specific location within the android, say notepad ? Whats is the keyboard command for it ?

What are the other generic keyboard shortcuts for android x-86?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

四叶草在未来唯美盛开 2024-10-01 14:09:02
adb logcat > logcat.txt

如果您有模拟器和设备,并且想要从设备中提取 logcat,则:

adb -d logcat > logcat.txt

输入 adb help 以获取命令列表。

adb logcat > logcat.txt

If you have an emulator and a device and you want to extract the logcat from the device, then:

adb -d logcat > logcat.txt

Type adb help for a list of the commands.

甜嗑 2024-10-01 14:09:02

android x86 不存在 adb 工具

adb tool is not present for android x86

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文