logcat tool window in my Android Studio doesn’t print any log messages.
But when I run “adb logcat” in a terminal console it prints log messages well.
# which adb
/usr/sbin/adb
# which logcat
<print nothing!>
Do I need to install logcat in my host PC?
The Android Studio is installed in my host PC.
The target system is nxp embedded board flashed with android automotive OS.
If I install logcat in my host PC, would the logcat tool window in my Android Studio print log messages well?
Then how can I install logcat in my ubuntu?