Get adb log from android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Degenerate Tech

I have build a simple game and i want to get adb log from android .when game is running
.
I am using the command below .but i want to filter the log only for godot game .
adb logcat

:bust_in_silhouette: Reply From: dulvui

You can try with adb logcat | grep godot or adb logcat | grep com.your.package