-
Notifications
You must be signed in to change notification settings - Fork 28
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
[feat] Add minimal logging to example rust native library #66
Comments
I am applying to this issue via OnlyDust platform. My background and how it can be leveragedI have a solid background in Android development and Rust programming, My experience will ensure a seamless and efficient implementation of the rust_android_logging example. How I plan on tackling this issueI will implement the task with the following steps! Initialize a new Rust library project and add logging dependencies in Cargo.toml then Implement logging functions in src/lib.rs and export them with #[no_mangle]. Compile for Android: Integrate with Android: Build and Test: |
Hello @trbutler4! , I was reading about this project and if it is still available I'd like to take it and work on it. Also, I am part of Dojo Coding if this helps me. |
Perfect. This is exactly what needs to be done. Assigned! |
Im Assinged this one to @ScottyDavies. Please join our telegram to join in the discussion :) |
@ScottyDavies any progress on this issue? |
Yes, I have had multiple progress and would be done latest Tuesday. |
@trbutler4 you can check it out and accept the pull request |
Thank you! I requested changes on it. Apart from the "target" directories that should be added to ignore list, Seems like there are a lot of unrelated changes? |
I am already working on the changes, I would soon be done |
closing, this is not needed |
Create a new example called rust_android_logging based on the current example app
References
Android rust logging ref
The text was updated successfully, but these errors were encountered: