mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
add HideInCallstack for DebugService
This commit is contained in:
parent
75be984bdc
commit
7f11e90aa5
@ -34,6 +34,9 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
return new UnityDebugService();
|
return new UnityDebugService();
|
||||||
}
|
}
|
||||||
|
#if UNITY_2021_3_OR_NEWER
|
||||||
|
[HideInCallstack]
|
||||||
|
#endif
|
||||||
public override void Print(string tag, object v)
|
public override void Print(string tag, object v)
|
||||||
{
|
{
|
||||||
if (v is Exception e)
|
if (v is Exception e)
|
||||||
|
Loading…
Reference in New Issue
Block a user