Mac Terminal debug android for unity with logcat Posted by By admin October 22, 2020Posted inCode Snipplets adb -d logcat Unity *:S
Mac Terminal debug android for unity with logcat with grep Posted by By admin October 22, 2020Posted inUncategorized adb -d logcat Unity *:S To filter only the Named words in logcat (note the space is important) adb logcat | grep "DM: " To filter excluded result "CloudManagerLog:" and…