在c file中打出backtrace到某个文件中
1.修改Android.mk文件在mk中所有的LOCAL_SHARED_LIBRARIES地方添加LOCAL_SHARED_LIBRARIES:=\libcutils\libutils2.在c中添加:#include <stdint.h>#include <cutils/debugger.h>#include <fcntl.h>...