Skip to content
New issue

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

undefined symbol aos_print_log_android in branch 'persistent' #63

Open
Mad-Thanos opened this issue May 12, 2022 · 1 comment
Open

undefined symbol aos_print_log_android in branch 'persistent' #63

Mad-Thanos opened this issue May 12, 2022 · 1 comment

Comments

@Mad-Thanos
Copy link

void aos_print_log_android(int level, char *log);

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 symbol aos_print_log_android'

@shabicheng
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants