749a298dfd
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
19 lines
256 B
Text
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;
|
|
};
|