public static final TAG = \"Legendry Eagle\";
Issue: I want to see logs of \"Legendry Eagle\" from the commandline.
\"Legendry Eagle\"
I tried:
Answer is very simple . Please remove space between two words and try again.
public static final TAG = "LegendryEagle"; adb logcat -s "LegendryEagle"
and see the logcat . You got your answer.