Skip to content

Instantly share code, notes, and snippets.

@brendandahl
Created February 17, 2016 19:16
Show Gist options
  • Save brendandahl/e094e79e4676457422c6 to your computer and use it in GitHub Desktop.
Save brendandahl/e094e79e4676457422c6 to your computer and use it in GitHub Desktop.
Print to logcat on android.
#include <android/log.h>
__android_log_print(ANDROID_LOG_INFO, "ZZZ", "!!!!!!!!!!!!!!!!!!! HERE 1\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment