HelloI a using gtest to test C API of a software. If there is any error in the code in the console I can only see the expected values and actual values. The API provides me with functions to print the stack trace when ever there is error. How can I use these functions to print stack trace to the console when used in conjuntion with gtest.
Regards,Rohit