Skip to content

Instantly share code, notes, and snippets.

@gabrielepmattia
Created July 24, 2016 09:07
Show Gist options
  • Save gabrielepmattia/d53f01071d2df65db1d8438b401894b8 to your computer and use it in GitHub Desktop.
Save gabrielepmattia/d53f01071d2df65db1d8438b401894b8 to your computer and use it in GitHub Desktop.
Debug android c++ by printing che callstack in android
#include <utils/CallStack.h>
namespace test {
void myfun(){
android::CallStack stack;
stack.update();
stack.log("<Stack prefix here>");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment