yasirkula / UnityIngameDebugConsole

A uGUI based console to see debug messages and execute commands during gameplay in Unity
MIT License
2.05k stars 217 forks source link

Android Log is not work #73

Closed GGDevLee closed 1 year ago

GGDevLee commented 1 year ago

receiveLogcatLogsInAndroid is true , my huawei phone is android12, but i still can't receive android log

yasirkula commented 1 year ago

Android will return only the app's logcat logs, unfortunately. But this includes logs like AdMob's which can only be viewed via receiveLogcatLogsInAndroid, yes. Are you receiving absolutely zero logs that start with "LOGCAT"?