Change-Id: Ie88190a9788b3eda5a7d5ce136073ca5f512f0e7
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
extern "C" {
#endif
-int __attribute__((deprecated("Please use dlog_connect_fd()"))) connect_dlog(int buffer, int fileno, const char *tag, int prio);
int dlog_connect_fd(int buffer, int fileno, const char *tag, int prio);
_Bool dlog_is_log_fd(int fd);
return 0;
}
-EXPORT_API int connect_dlog(int buffer, int fileno, const char *tag, int prio) __attribute__((weak, alias("dlog_connect_fd")));
-
EXPORT_API _Bool dlog_is_log_fd(int fd)
{
char fd_path[sizeof "/proc/self/fd/" STRINGIFY(INT_MAX)];