summaryrefslogblamecommitdiffstats
blob: 599dc90920e787b102fb3bbf72ead56babeeab4a (plain) (tree)
1
2
3
4
5
6
7
8
9


                         





                         









                                  
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;
};