ALOGD("dump callstack");
android::CallStack stack;
stack.update( );
stack.log("CALLSTACK"); //callstack LOG_TAG
要#include <utils/CallStack.h>
看是誰call的
用logcat | grep CALLSTACK