Move Android logging out of libutils

This commit is contained in:
topjohnwu
2020-05-10 00:48:41 -07:00
parent 0f8f4e361b
commit 122b4d66b6
3 changed files with 27 additions and 49 deletions

View File

@@ -33,7 +33,6 @@ int nop_log(const char *fmt, va_list ap);
void nop_ex(int i);
void no_logging();
void android_logging();
void cmdline_logging();
int log_handler(log_type t, const char *fmt, ...);