Versions in this module Expand all Collapse all v0 v0.0.3 Mar 16, 2026 Changes in this version + func Android_aborter_function6780BBF7(cabort_message *C.char) + func Android_log_buf_write(bufID int32, prio int32, tag string, text string) int32 + func Android_log_call_aborter(abort_message string) + func Android_log_default_aborter(abort_message string) + func Android_log_get_minimum_priority() int32 + func Android_log_id_is_valid(id Log_id_t) bool + func Android_log_is_loggable(prio int32, tag string, default_prio int32) int32 + func Android_log_is_loggable_len(prio int32, tag string, len uint64, default_prio int32) int32 + func Android_log_logd_logger(log_message *Android_log_message) + func Android_log_set_aborter(aborter Android_aborter_function) + func Android_log_set_default_tag(tag string) + func Android_log_set_logger(logger Android_logger_function) + func Android_log_set_minimum_priority(priority int32) int32 + func Android_log_stderr_logger(log_message *Android_log_message) + func Android_log_write(prio int32, tag string, text string) int32 + func Android_log_write_log_message(log_message *Android_log_message) + func Android_logger_functionCB93890B(clog_message *C.struct___android_log_message) + type Android_LogPriority int32 + const ANDROID_LOG_DEBUG + const ANDROID_LOG_DEFAULT + const ANDROID_LOG_ERROR + const ANDROID_LOG_FATAL + const ANDROID_LOG_INFO + const ANDROID_LOG_SILENT + const ANDROID_LOG_UNKNOWN + const ANDROID_LOG_VERBOSE + const ANDROID_LOG_WARN + type Android_aborter_function func(abort_message string) + func NewAndroid_aborter_functionRef(ref unsafe.Pointer) *Android_aborter_function + func (x Android_aborter_function) PassRef() (ref *C.__android_aborter_function, allocs *CgoAllocMap) + func (x Android_aborter_function) PassValue() (ref C.__android_aborter_function, allocs *CgoAllocMap) + type Android_log_message C.struct___android_log_message + type Android_logger_function func(log_message *Android_log_message) + func NewAndroid_logger_functionRef(ref unsafe.Pointer) *Android_logger_function + func (x Android_logger_function) PassRef() (ref *C.__android_logger_function, allocs *CgoAllocMap) + func (x Android_logger_function) PassValue() (ref C.__android_logger_function, allocs *CgoAllocMap) + type CgoAllocMap struct + func UnpackPCharString(str string) (*C.char, *CgoAllocMap) + func (a *CgoAllocMap) Add(ptr unsafe.Pointer) + func (a *CgoAllocMap) Borrow(b *CgoAllocMap) + func (a *CgoAllocMap) Free() + func (a *CgoAllocMap) IsEmpty() bool + type Log_id_t int32 + const LOG_ID_CRASH + const LOG_ID_DEFAULT + const LOG_ID_EVENTS + const LOG_ID_KERNEL + const LOG_ID_MAIN + const LOG_ID_MAX + const LOG_ID_MIN + const LOG_ID_RADIO + const LOG_ID_SECURITY + const LOG_ID_STATS + const LOG_ID_SYSTEM + type SliceHeader struct + Cap int + Data unsafe.Pointer + Len int