Z
Zytan
I use System.Diagnostics.StackTrace to get the stack trace of the
current function, to print out the function's name to the log, and
sometimes it shows that a function that doesn't even write to the log
is what is writing to the log. This just can't be, so
System.Diagnostics.StackTrace must be returning the wrong information
(from another thread, i suppose).
Is this normal, or expected? Can it be reliable?
Zytan
current function, to print out the function's name to the log, and
sometimes it shows that a function that doesn't even write to the log
is what is writing to the log. This just can't be, so
System.Diagnostics.StackTrace must be returning the wrong information
(from another thread, i suppose).
Is this normal, or expected? Can it be reliable?
Zytan