最終更新:2013-11-21 (木) 02:08:20 (3801d)  

Android NDK/platforms/android-18/arch-arm/usr/android/log.h

関数

  • __android_log_write? - Send a simple string to the log.
  • __android_log_print - Send a formatted string to the log, used like printf(fmt,...)
  • __android_log_vprint? - A variant of __android_log_print() that takes a va_list to list additional parameters.
  • __android_log_assert? - Log an assertion failure and SIGTRAP the process to have a chance to inspect it, if a debugger is attached. This uses the FATAL priority.

ライブラリファイル