.
1 [CCode (cname = "ANDROID_LOG_WARN", cheader_filename = "android/log.h")]
2 public extern static const int ANDROID_LOG_WARN;
3
4 [CCode (cname = "ANDROID_LOG_INFO", cheader_filename = "android/log.h")]
5 public extern static const int ANDROID_LOG_INFO;
6
7 [CCode (cname = "__android_log_print", cheader_filename = "android/log.h")]
8 public extern static int __android_log_print (int prio, string tag, string fmt, ...);
9