Frage

Where is _TRACE macro defined? What's the purpose of it? Does it trace the stack and lets you know when your app crash?

War es hilfreich?

Lösung

If you want you can define it compile time using below command

make CFLAGS=-D_TRACE
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top