summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'liblog/liblog.map.txt')
-rw-r--r--liblog/liblog.map.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/liblog/liblog.map.txt b/liblog/liblog.map.txt
index 66670fe28..015c9cbf9 100644
--- a/liblog/liblog.map.txt
+++ b/liblog/liblog.map.txt
@@ -53,3 +53,9 @@ LIBLOG_O {
53 __android_log_is_loggable_len; 53 __android_log_is_loggable_len;
54 __android_log_is_debuggable; # vndk 54 __android_log_is_debuggable; # vndk
55}; 55};
56
57LIBLOG_Q {
58 global:
59 android_log_reset; #vndk
60 android_log_parser_reset; #vndk
61};