File under “helpful debugging code” (not mine):
February 15th, 2002
File under “helpful debugging code” (not mine):
#ifdef INCLUDE_DEBUG if (debug) MyDebugInfo((char*) "Gulp"); #endif
I am currently a software engineer at Google, where as a member of the Android platform team I build frameworks and user interfaces.
The blog here at dsandler.org is mostly historical; you can find more recent posts on Google+.
File under “helpful debugging code” (not mine):
#ifdef INCLUDE_DEBUG if (debug) MyDebugInfo((char*) "Gulp"); #endif