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

/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 104 milliseconds