Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为了调试android标签的代码,根据标签过滤日志非常有帮助。在 Unity 3d 中当我们使用
Debug.Log
默认情况下,所有日志都以 Unity 作为标签,有没有办法更改这个默认标签?
不,没有办法更改标签(据我所知)。正如这里提到的。
但是,您可以将日志显示为错误、警告或正常调试消息。检查Debug类。
Debug