Unity-Logs-Viewer icon indicating copy to clipboard operation
Unity-Logs-Viewer copied to clipboard

It can't display the detailed information of debug in android

Open EnjoyLife24 opened this issue 9 years ago • 2 comments

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!

EnjoyLife24 avatar Aug 31 '16 11:08 EnjoyLife24

make development build

aliessmael avatar Sep 02 '16 21:09 aliessmael

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.

fmoyano avatar Jun 04 '21 11:06 fmoyano