Mir

Comment 0 for bug 1343074

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Mir is spending around 8% of its time in __android_log_print()

Mir is spending around 8% of its time in __android_log_print() according to callgrind. That's while I was trying to stress the input system. This is due to the *printf functions that lay underneath.

__android_log_print isn't actually meant to appear in release builds. But it does because we forgot to set NDEBUG (or LOG_NDEBUG=1) to ensure it gets removed in release.