Details
Details
- Reviewers
varun michal - Commits
- rCOMM0b089eaf031e: [native_rust_library] Cleanup remaining APIs
The same test plan for the whole stack: each commit compiles on both platforms. At the final commit (this commit) - played a bit with these APIs, made sure they're callable from JS
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- barthap/nrl
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
in your testing were you able to see Rust logs in Xcode or your terminal? noticed we have #[instrument] for some functions in this library but i don't think we configure tracing anywhere...
Comment Actions
No, we were investigating this issue with @michal and discovered that there's no tracing subscriber configured for native. I've created a follow-up task to address this