I've tried the following with no luck:$ adb shell dmesg > dmesg.txt $ adb shell logcat -d > logcat.txt $ adb shell cat /proc/cpuinfo > cpuinfo.txt $ adb shell getprop > prop.txt& kernel config, save it.
$ adb pull /proc/config.gz
On Monday, November 2, 2015 at 7:05:13 PM UTC-8, Vel Asta wrote:Hey folks,Okay once booted and in the console. What commands do you do to export the logcat.txt and dmesg.txt ?I'm in the Android Directory right now! Thank you.
On Monday, November 2, 2015 at 8:50:33 AM UTC-8, Vel Asta wrote:Dear Folks,I'm having huge issues extracting the Dmesg & Logcat logs... I'm doing something clearly wrong since everyone can extract themin the attached Video#2 I'm trying to show how I can't get to the Console/terminal/command line.... my host is "ctrl" and my shortcut to the command line is host + k .... whenever I try to click that it seems to start blinking in the bottom left and then it like spazzes out on the whole screen but nothing else... Do you know how to open the console?I'm using a Mac computer that is connected to a windows computer through Remote Access and on that windows computer I have my virtualbox running.Or is there another way to get the Dmesg & Logcat :) )
Hello Mauro and folks, (I got two questions)I'm troubleshooting how to get the DMESG and Log.txt from my Mac that has a fully working x86 Android on it.I'm in console. I did a search for dmesg:$ find . -iname "dmesg*"and got the following (Picture#1). If I do (vi) into any of the text files i see the following (Picture#2).QUESTION#1 --> Is that the DMESG everyone is talking about or am I not looking into the correct ones and correctly?I then do a search for log (everyone says it is in /data/log.txt but there is no such .txt file there)$ find . -iname "log*"and got the following (Picture#3). If I got only into /Android/Data/Data and do the same, I get Picture#4.QUESTION#2 --> Where is the log.txt ?THANK YOU SUPER IN ADVANCE :)