platform_system_core/liblog/liblog.map.txt
Mark Salyzyn 749a298dfd liblog: restructure log/log.h and android/log.h
We went too far, so this is a partial revert, part deux.

Keep general purpose logging macros in android/log.h for the NDK.
More internal features like Radio, System and Events logging are
moved back to log/log.h.  Correct liblog ndk symbols.  Correct for
some Android Coding standards.

Test: compile
Bug: 31992412
Change-Id: Id3731496fa226e8c170305d0d2a1859e8cf67e14
2016-10-24 11:03:49 -07:00

19 lines
256 B
Text

LIBLOG {
global:
__android_log_assert;
__android_log_print;
__android_log_vprint;
__android_log_write;
local:
*;
};
LIBLOG_M {
global:
__android_log_is_loggable;
};
LIBLOG_O {
global:
__android_log_is_loggable_len;
};