在 android x86 上捕获 logcat
我正在基于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有模拟器和设备,并且想要从设备中提取 logcat,则:
输入 adb help 以获取命令列表。
If you have an emulator and a device and you want to extract the logcat from the device, then:
Type adb help for a list of the commands.
android x86 不存在 adb 工具
adb tool is not present for android x86