Unity-Logs-Viewer
Unity-Logs-Viewer copied to clipboard
It can't display the detailed information of debug in android
like your example: in pc, display print LogError: Test LogError 97 UnityEngine.Debug:LogError(Object) TestReporter:Update() (at Assets/Reporter/Test/TestReporter.cs:84)
but in android, display print LogError: Test LogError 97
In android, can display the file name and line number like pc?
The end, however, thanks for your this code!
make development build
Is it necessary that "Development Mode" is enabled in order to show Debug.Logs?
EDIT: Ok, confirmed: it's not necessary, as I suspected. In case someone experiences a lack of logs, make sure that there is no call in the project to Debug.unityLogger.logEnabled = false.