I am new to android/ ndk. is it possible to get the stack trace when one particular function is invoked. something like:
  int myfunction ()
  {
     //print stacktrace here. 
  }
Kindly help me out.
I am new to android/ ndk. is it possible to get the stack trace when one particular function is invoked. something like:
  int myfunction ()
  {
     //print stacktrace here. 
  }
Kindly help me out.