Kiedy uciekam adb logcat
nic się nie dzieje, ale gdy uruchamiam go w powłoce adb, działa poprawnie.
Oto wyniki:
eduardo@debian:~$ adb devices
List of devices attached
LGM250CE6PYLFQGU9P device
eduardo@debian:~$ adb -s LGM250CE6PYLFQGU9P logcat -t 1
eduardo@debian:~$ adb -s LGM250CE6PYLFQGU9P shell -t "logcat -t 1"
--------- beginning of main
09-12 20:52:09.511 380 380 I DisplayDevice: [Built-in Screen (type:0)] fps:1.987004,dur:1006.54,max:515.21,min:491.33
eduardo@debian:~$
I to jest moja wersja adb.
eduardo@debian:~$ adb --version
Android Debug Bridge version 1.0.40
Version 4986621
Installed as /home/eduardo/Android/Sdk/platform-tools/adb
To samo zachowanie dzieje się w systemie Windows i Debianie.
Czy coś jest nie tak z adb lub moim urządzeniem?