Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

adb tool is not present for android x86

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top