We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc2ad4 commit 8b2d187Copy full SHA for 8b2d187
UnhollowerBaseLib/Il2CppException.cs
@@ -23,7 +23,7 @@ private static unsafe string BuildMessage(IntPtr exception)
23
Il2CppSystem.Exception il2cppException = new(exception);
24
return builtMessage + "\n" +
25
$"--- BEGIN IL2CPP STACK TRACE ---\n" +
26
- $"{il2cppException.StackTrace}\n" +
+ $"{il2cppException.ToString(false, true)}\n" +
27
$"--- END IL2CPP STACK TRACE ---\n";
28
}
29
0 commit comments