istereo2

diff src/android/logger.c @ 24:9d53a4938ce8

port to android mostly complete, ads not done, and needs some polishing
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 04 Oct 2015 08:15:24 +0300
parents 7d795dade0bc
children
line diff
     1.1 --- a/src/android/logger.c	Sat Oct 03 06:10:30 2015 +0300
     1.2 +++ b/src/android/logger.c	Sun Oct 04 08:15:24 2015 +0300
     1.3 @@ -5,6 +5,10 @@
     1.4  #include <android/log.h>
     1.5  #include "logger.h"
     1.6  
     1.7 +#ifndef APP_NAME
     1.8 +#define APP_NAME	"stereotunnel"
     1.9 +#endif
    1.10 +
    1.11  static void *thread_func(void *arg);
    1.12  
    1.13  static int pfd[2];