-
Notifications
You must be signed in to change notification settings - Fork 44
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
rebase: Support selecting target buffer #64
Conversation
Rebased, cargo test passes, not tested with my project yet. |
29c86b7
to
afb7ed8
Compare
I tested it on Android device and was able to switch buffer to radio and see logs from there |
I think it's good, but since I am not alone in maintaining this please @tyranron, can you take a look too? |
afb7ed8
to
78c2507
Compare
* Add `LogId` enum to identify the different log buffers. * Add an argument to `PlatformLogWriter::new` to allow a target buffer to be specified. * Update `Config` to allow specifying a target buffer.
78c2507
to
44c50e8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rsglobal thanks!
Thanks for quick merging |
Rebased version of #50
LogId
enum to identify the different log buffers.PlatformLogWriter::new
to allow a target buffer to be specified.Config
to allow specifying a target buffer.