Java:
RuntimeException here = new RuntimeException("here");
here.fillInStackTrace();
Log.w(TAG, "Called: " + this, here);
C++:
#include "utils/CallStack.h"
CallStack stack(LOG_TAG);
Kernel:
dump_stack();
Java:
RuntimeException here = new RuntimeException("here");
here.fillInStackTrace();
Log.w(TAG, "Called: " + this, here);
C++:
#include "utils/CallStack.h"
CallStack stack(LOG_TAG);
Kernel:
dump_stack();