Searched defs:showStackTrace (Results 1 - 1 of 1) sorted by path

/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h141 #define ASSERT(success) do { if (!(success)) { showStackTrace(); assert(success);} } while (0)
142 #define SHOW_STACK_TRACE do { showStackTrace(); } while (0)
144 static inline void showStackTrace() { function

Completed in 70 milliseconds