mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[wpiutil] StackTrace: Add ability to override default implementation (#3951)
This commit is contained in:
@@ -32,7 +32,7 @@ void StackTraceWalker::OnOutput(LPCTSTR szText) {
|
||||
|
||||
namespace wpi {
|
||||
|
||||
std::string GetStackTrace(int offset) {
|
||||
std::string GetStackTraceDefault(int offset) {
|
||||
// TODO: implement offset
|
||||
std::string output;
|
||||
StackTraceWalker walker(output);
|
||||
|
||||
Reference in New Issue
Block a user