1f83aa424f
- moved __android_log_is_debuggable to a new public header (log_properties.h) - vendor version of sched_policy uses ALOG* instead SLOG* Test: (sanity) liblog-unit-tests Test: (sanity) libcutils_test (noting b/b/32972117, two tests continue to fail) Test: system/core as a whole makes with BOARD_VNDK_VERSION := current now with no problems. Test: boots/works on internal marlin Bug: 33241851 Change-Id: I5bc1f348dc0f0c8814bec5b5c3d2c52c825ab640
43 lines
1 KiB
Text
43 lines
1 KiB
Text
LIBLOG {
|
|
global:
|
|
android_name_to_log_id; # vndk
|
|
android_log_id_to_name; # vndk
|
|
__android_log_assert;
|
|
__android_log_buf_print; # vndk
|
|
__android_log_buf_write; # vndk
|
|
__android_log_print;
|
|
__android_log_vprint;
|
|
__android_log_write;
|
|
local:
|
|
*;
|
|
};
|
|
|
|
LIBLOG_L {
|
|
global:
|
|
android_logger_clear; # vndk
|
|
android_logger_get_id; # vndk
|
|
android_logger_get_log_readable_size; # vndk
|
|
android_logger_get_log_version; # vndk
|
|
android_logger_get_log_size; # vndk
|
|
android_logger_list_alloc; # vndk
|
|
android_logger_list_alloc_time; # vndk
|
|
android_logger_list_free; # vndk
|
|
android_logger_list_open; # vndk
|
|
android_logger_list_read; # vndk
|
|
android_logger_open; # vndk
|
|
android_logger_set_log_size; # vndk
|
|
};
|
|
|
|
LIBLOG_M {
|
|
global:
|
|
android_logger_get_prune_list; # vndk
|
|
android_logger_set_prune_list; # vndk
|
|
android_logger_get_statistics; # vndk
|
|
__android_log_is_loggable;
|
|
};
|
|
|
|
LIBLOG_O {
|
|
global:
|
|
__android_log_is_loggable_len;
|
|
__android_log_is_debuggable; # vndk
|
|
};
|