nfqws,tpws: --debug=android for NDK builds

This commit is contained in:
bol-van
2025-05-31 10:34:03 +03:00
parent 893a133f86
commit 87a0cf0797
9 changed files with 143 additions and 26 deletions

View File

@@ -11,6 +11,7 @@
#include <wordexp.h>
#endif
#include "tpws.h"
#include "pools.h"
#include "helpers.h"
@@ -38,7 +39,7 @@ struct bind_s
#define MAX_SPLITS 16
enum log_target { LOG_TARGET_CONSOLE=0, LOG_TARGET_FILE, LOG_TARGET_SYSLOG };
enum log_target { LOG_TARGET_CONSOLE=0, LOG_TARGET_FILE, LOG_TARGET_SYSLOG, LOG_TARGET_ANDROID };
struct desync_profile
{
@@ -153,6 +154,7 @@ struct params_s
};
extern struct params_s params;
extern const char *progname;
int DLOG(const char *format, int level, ...);
int DLOG_CONDUP(const char *format, ...);