Fix LogStackTrace Anomaly (#863)
This commit is contained in:
@@ -312,6 +312,16 @@ native void SetFailState(const char[] string, any ...);
|
||||
*/
|
||||
native void ThrowError(const char[] fmt, any ...);
|
||||
|
||||
/**
|
||||
* Logs a stack trace from the current function call. Code
|
||||
* execution continues after the call
|
||||
*
|
||||
* @param fmt Format string to send with the stack trace.
|
||||
* @param ... Format arguments.
|
||||
* @error Always logs a stack trace.
|
||||
*/
|
||||
native void LogStackTrace(const char[] fmt, any ...);
|
||||
|
||||
/**
|
||||
* Gets the system time as a unix timestamp.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user