#ifndef __BACKTRACE_H_ #define __BACKTRACE_H_ void ShowNativeBT(int log_minimum); #endif // __BACKTRACE_H_