summaryrefslogtreecommitdiffstats
blob: 599dc90920e787b102fb3bbf72ead56babeeab4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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;
};