We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aos_print_log_android
aliyun-log-c-sdk/src/inner_log.h
Line 29 in 2eade3e
the function void aos_print_log_android(int level, char *log); was just declared, but not defined ?!
void aos_print_log_android(int level, char *log);
When I built the branch persistent, the linker failed with error 'undefined symbol aos_print_log_android'
persistent
The text was updated successfully, but these errors were encountered:
aos_print_log_android is only used in android device.
you should use our android sdk when your environment is in android: https://github.com/aliyun/aliyun-log-android-sdk
Sorry, something went wrong.
No branches or pull requests
aliyun-log-c-sdk/src/inner_log.h
Line 29 in 2eade3e
the function
void aos_print_log_android(int level, char *log);
was just declared, but not defined ?!When I built the branch
persistent
, the linker failed with error 'undefined symbolaos_print_log_android
'The text was updated successfully, but these errors were encountered: