Thank you for this great testing tools.
memory_tools is quite good to investigate dynamic memory allocation in RT thread.
In this PR, I add get_backtrace method to get backtrace in std::osstringstream format.
This method is useful when you want to use the stream with ROS logger like. (I'm using ROS1 now)
Thank you for this great testing tools. memory_tools is quite good to investigate dynamic memory allocation in RT thread.
In this PR, I add get_backtrace method to get backtrace in
std::osstringstream
format. This method is useful when you want to use the stream with ROS logger like. (I'm using ROS1 now)