platform_system_core/liblog/liblog.map.txt
Tom Cherry 7867721e51 liblog: remove mistakenly added symbols from vndk
These functions and headers were all mistakenly added to the vndk.
They should not be used by vendors.

Test: these symbols do not appear in vendor libraries
Merged-In: I03919b437c2d9f0e573b7a6b40249ed12fe874b9
Change-Id: I03919b437c2d9f0e573b7a6b40249ed12fe874b9
2019-10-22 09:47:45 -07:00

72 lines
1.7 KiB
Text

LIBLOG {
global:
__android_log_assert;
__android_log_buf_print;
__android_log_buf_write;
__android_log_print;
__android_log_vprint;
__android_log_write;
local:
*;
};
LIBLOG_L {
global:
android_logger_list_alloc; # apex
android_logger_list_alloc_time; # apex
android_logger_list_free; # apex
android_logger_list_read; # apex
android_logger_open; # apex
};
LIBLOG_M {
global:
__android_log_error_write; # apex vndk
__android_log_is_loggable;
create_android_logger; # apex vndk
android_log_destroy; # apex vndk
android_log_write_list_begin; # apex vndk
android_log_write_list_end; # apex vndk
android_log_write_int32; # apex vndk
android_log_write_int64; # apex vndk
android_log_write_string8; # apex vndk
android_log_write_string8_len; # apex vndk
android_log_write_float32; # apex vndk
android_log_write_list; # apex vndk
};
LIBLOG_O {
global:
__android_log_is_loggable_len;
};
LIBLOG_Q {
global:
__android_log_bswrite; # apex
__android_log_btwrite; # apex
__android_log_bwrite; # apex
__android_log_close; # apex
__android_log_security; # apex
};
LIBLOG_PRIVATE {
global:
__android_log_is_debuggable;
__android_log_pmsg_file_read;
__android_log_pmsg_file_write;
__android_log_security_bswrite;
__android_logger_get_buffer_size;
__android_logger_property_get_bool;
android_name_to_log_id;
android_openEventTagMap;
android_logger_list_open;
android_log_id_to_name;
android_log_processBinaryLogBuffer;
android_log_processLogBuffer;
android_log_read_next;
android_log_reset;
android_log_write_list_buffer;
android_lookupEventTagNum;
create_android_log_parser;
};