Scarica dal play store aLogcat o Catlog
il comando è:
adb logcat > logcat.txt
oppure
Code:
adb logcat -f logcat.txt
how I prefer to do it is this way:
Code:
adb logcat -v long > name of problem.txt
con il flag "v" + l' argomento "long" viene creato un testo in stile lungo, rendendo il tutto piu pulito
Nota:
per fermare un logcat basta premere Ctrl+c
Fonte*********liaforum