Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-03 | DRTVWR-559: Replace debugLoggingEnabled() function with LL_DEBUGS(). | Nat Goodspeed | |
The trouble with debugLoggingEnabled() is that it locked mutexes and searched maps every time that call was reached. LL_DEBUGS() has the same functionality (albeit with idiosyncratic syntax) but performs expensive lookups only once per session, caching the result in a local static variable. | |||
2018-01-29 | SL-859 - exceptionally verbose logging of object state updates, likely temporary | Brad Payne (Vir Linden) | |
2016-03-07 | SL-315 WIP - more call stack tracing, initial hooks for avatar reset ↵ | Brad Payne (Vir Linden) | |
skeleton option. | |||
2016-02-03 | SL-315 - context strings, comments, debugging. joint_test temporarily disabled. | Brad Payne (Vir Linden) | |
2016-01-28 | SL-315 - verbose option for CallStack objects, doc headers in ↵ | Brad Payne (Vir Linden) | |
StackWalker.{h,cpp} | |||
2016-01-26 | SL-315 WIP - added callstack info to joint debugging. Made joint debugging ↵ | Brad Payne (Vir Linden) | |
run-time configurable via debug setting DebugAvatarJoints | |||
2016-01-26 | SL-315 WIP - added a call stack extractor for windows to help with tracing ↵ | Brad Payne (Vir Linden) | |
joint issues (of course, could be used for other things as well). |