GitHub / rust-mobile/android_logger-rs issues and pull requests
#90 - Avoid panic on buffers with embedded nul bytes
Pull Request -
State: open - Opened by dextero 5 months ago
#89 - Add examples/system_log_level_overrides.rs
Pull Request -
State: open - Opened by dextero 5 months ago
#88 - Prepare for release
Pull Request -
State: closed - Opened by Nercury 5 months ago
#87 - Avoid rewriting the preconfigured tag
Pull Request -
State: closed - Opened by dextero 5 months ago
- 1 comment
#86 - ci: Run `cargo fmt --check` to ensure code is always properly formatted
Pull Request -
State: closed - Opened by MarijnS95 5 months ago
- 1 comment
#85 - Split things into different files, to optimize future work
Pull Request -
State: closed - Opened by Nercury 5 months ago
- 5 comments
#84 - Use __android_log_is_loggable in AndroidLogger::enabled
Pull Request -
State: closed - Opened by dextero 5 months ago
- 15 comments
#83 - Prevent truncating log tag name
Pull Request -
State: closed - Opened by dextero 5 months ago
- 10 comments
#82 - Replace `CStr::from_ptr()` with `CStr::from_bytes_with_nul()`
Pull Request -
State: closed - Opened by MarijnS95 11 months ago
- 3 comments
#81 - Derive/implement `Debug` for `Config` and `AndroidLogger`
Pull Request -
State: closed - Opened by MarijnS95 11 months ago
- 3 comments
#80 - Clarify on relationship between FilterBuilder and max-level
Issue -
State: open - Opened by pronebird 11 months ago
- 1 comment
#79 - Add Debug implementation for AndroidLogger to facilitate use with log4rs
Pull Request -
State: closed - Opened by carl-wallace 11 months ago
- 1 comment
#78 - cargo: Add `os::android-apis` category
Pull Request -
State: closed - Opened by MarijnS95 12 months ago
#77 - Only provide docs.rs pages for Android targets
Pull Request -
State: closed - Opened by MarijnS95 about 1 year ago
#76 - Only build docs.rs for Android?
Issue -
State: closed - Opened by MarijnS95 about 1 year ago
- 3 comments
#75 - version bump
Pull Request -
State: closed - Opened by Dushistov about 1 year ago
#74 - Fix regex dependencies getting pulled unexpectedly
Pull Request -
State: closed - Opened by FooIbar about 1 year ago
- 1 comment
#73 - 0.14 pulls `regex` dependency even with `default-features = false`
Issue -
State: closed - Opened by FooIbar about 1 year ago
#72 - remove once_cell as dependency
Pull Request -
State: closed - Opened by Dushistov about 1 year ago
#71 - Replace `env_logger 0.10` with `env_filter 0.1` and `env_logger 0.11`
Pull Request -
State: closed - Opened by DJMcNab over 1 year ago
- 1 comment
#70 - Update version in readme example
Pull Request -
State: closed - Opened by Nercury almost 2 years ago
- 1 comment
#69 - Update links and prepare for crates push
Pull Request -
State: closed - Opened by Nercury almost 2 years ago
#68 - Prepare 0.13.1 release
Pull Request -
State: closed - Opened by tyranron over 2 years ago
Labels: enhancement, k::version
#67 - Fix buf_id issues with older SDK API version
Pull Request -
State: closed - Opened by rsglobal over 2 years ago
Labels: enhancement, semver::fix, k::ux
#66 - Not all Android versions do now log
Issue -
State: closed - Opened by peterdk over 2 years ago
- 11 comments
Labels: regression, k::ux
#65 - Prepare 0.13.0 release
Pull Request -
State: closed - Opened by tyranron over 2 years ago
Labels: enhancement, k::version, k::api, semver::breaking
#64 - rebase: Support selecting target buffer
Pull Request -
State: closed - Opened by rsglobal over 2 years ago
- 5 comments
Labels: k::api, feature, semver::breaking
#63 - Prepare 0.12.0 release
Pull Request -
State: closed - Opened by tyranron over 2 years ago
Labels: enhancement, k::version
#62 - Fix bug only values equal to the set level are logged
Pull Request -
State: closed - Opened by TiggeZaki over 2 years ago
- 4 comments
Labels: enhancement, k::refactor, k::api
#61 - Prepare 0.11.3 release
Pull Request -
State: closed - Opened by tyranron over 2 years ago
- 2 comments
Labels: enhancement, k::documentation, k::version
#60 - CI: set rust toolchain from matrix
Pull Request -
State: closed - Opened by mockersf over 2 years ago
- 1 comment
Labels: enhancement, k::toolchain
#59 - Fix compilation for Android targets
Pull Request -
State: closed - Opened by tyranron over 2 years ago
- 15 comments
Labels: enhancement, k::toolchain, k::refactor
#58 - Crate compilation broken on Android
Issue -
State: closed - Opened by vivienm over 2 years ago
- 5 comments
#57 - Bump env_logger minor version from 0.9 to 0.10
Pull Request -
State: closed - Opened by matze over 2 years ago
- 3 comments
#56 - Compilation error
Issue -
State: closed - Opened by caiiiycuk almost 3 years ago
- 3 comments
#55 - allow creating a PlatformLogWriter directly from a priority
Pull Request -
State: closed - Opened by snowp about 3 years ago
#54 - version 0.11.1
Pull Request -
State: closed - Opened by Dushistov about 3 years ago
- 1 comment
#53 - format source code with cargo fmt to simplify code review
Pull Request -
State: closed - Opened by Dushistov about 3 years ago
#52 - Use `MaybeUninit<u8>` instead of `mem::uninitialized`.
Pull Request -
State: closed - Opened by Noratrieb about 3 years ago
- 1 comment
#51 - Basic Log::enabled implementation
Pull Request -
State: closed - Opened by BlackHoleFox about 3 years ago
- 2 comments
#50 - Support selecting target buffer
Pull Request -
State: closed - Opened by randomPoison over 3 years ago
- 5 comments
Labels: duplicate, wontfix, k::api, feature, semver::breaking
#49 - Support selecting the target log buffer
Issue -
State: closed - Opened by randomPoison over 3 years ago
- 3 comments
#48 - Feature/pub platformwriter
Pull Request -
State: closed - Opened by pruthvikar over 3 years ago
- 2 comments
#47 - Increase major version because of modified dependencies
Pull Request -
State: closed - Opened by Nercury over 3 years ago
- 4 comments
#46 - Remove logger config locking
Pull Request -
State: closed - Opened by BlackHoleFox over 3 years ago
- 1 comment
#45 - Consider implementing `Log::enabled`
Issue -
State: closed - Opened by bnjbvr over 3 years ago
- 1 comment
#44 - How to link to android log lib?
Issue -
State: closed - Opened by fzyzcjy almost 4 years ago
- 3 comments
#43 - Enable Github Actions CI for future PR
Pull Request -
State: closed - Opened by Dushistov over 4 years ago
- 3 comments
#42 - Add continuous integration tests
Pull Request -
State: closed - Opened by BramBonne over 4 years ago
- 7 comments
#41 - Add tests
Pull Request -
State: closed - Opened by BramBonne over 4 years ago
#40 - Add tests
Pull Request -
State: closed - Opened by BramBonne over 4 years ago
#39 - Upgrade env_logger dependency to 0.8.2
Pull Request -
State: closed - Opened by faern over 4 years ago
- 2 comments
#38 - doc: Add docs for `Config::format`
Pull Request -
State: closed - Opened by kjvalencik over 4 years ago
- 1 comment
#37 - feature: Custom format function
Pull Request -
State: closed - Opened by kjvalencik over 4 years ago
- 4 comments
#36 - Setting levels for multiple crates does not function?
Issue -
State: closed - Opened by tbraun96 almost 5 years ago
- 1 comment
#35 - Use MaybeUninit instead of mem::uninitialized() or somehow remove unitialized memory usage
Issue -
State: closed - Opened by Nercury about 5 years ago
- 1 comment
Labels: help wanted
#34 - Update env_logger and bump version
Pull Request -
State: closed - Opened by Eijebong over 5 years ago
- 1 comment
#33 - Don't activate default features of env_logger
Pull Request -
State: closed - Opened by badboy almost 6 years ago
- 6 comments
#32 - Allow constructing new instances of a logger with a config.
Pull Request -
State: closed - Opened by pinkisemils almost 6 years ago
- 3 comments
#31 - use env_logger filter
Pull Request -
State: closed - Opened by fredszaq over 6 years ago
#30 - Allow for multiple log level depending on the module
Issue -
State: closed - Opened by fredszaq over 6 years ago
- 2 comments
#29 - use str.contains() for filter matching
Pull Request -
State: closed - Opened by burmecia over 6 years ago
- 2 comments
#28 - Enhance module path match in filter
Issue -
State: closed - Opened by burmecia over 6 years ago
- 1 comment
#27 - Update version number, fix log level name
Pull Request -
State: closed - Opened by burmecia over 6 years ago
#26 - if a custom tag is used, add the module path to the message
Pull Request -
State: closed - Opened by paulrouget over 6 years ago
- 2 comments
#25 - Include module path in log message if explicit tag present
Issue -
State: closed - Opened by jdm over 6 years ago
- 2 comments
#24 - RFC: may be use std::sync::Once instead of std::sync::RwLock ?
Issue -
State: closed - Opened by Dushistov about 7 years ago
- 2 comments
Labels: help wanted
#23 - Set tag
Pull Request -
State: closed - Opened by paulrouget about 7 years ago
#22 - Don't use `::` as a module separator
Issue -
State: closed - Opened by paulrouget about 7 years ago
- 4 comments
#21 - review Readme.md, invalide documentation
Pull Request -
State: closed - Opened by edelangh about 7 years ago
#20 - Panic messages are not printed on android.
Issue -
State: closed - Opened by faisal00813 about 7 years ago
- 4 comments
#19 - Expose function to send log record directly to android backend.
Pull Request -
State: closed - Opened by Nercury over 7 years ago
#18 - Run tests too
Pull Request -
State: closed - Opened by Nercury over 7 years ago
#17 - Make AndroidLogger backend public again, fixes #16.
Pull Request -
State: closed - Opened by Nercury over 7 years ago
#16 - Expose AndroidLogger
Issue -
State: closed - Opened by mehcode over 7 years ago
- 6 comments
#15 - Log filter, take 2
Pull Request -
State: closed - Opened by Nercury over 7 years ago
- 1 comment
#14 - Add the ability to set a filter
Pull Request -
State: closed - Opened by paulrouget over 7 years ago
- 4 comments
#13 - Is there a way to filter logs origin?
Issue -
State: closed - Opened by paulrouget over 7 years ago
- 3 comments
#12 - Prepare to new release
Pull Request -
State: closed - Opened by Dushistov over 7 years ago
#11 - Bump to log 0 4
Pull Request -
State: closed - Opened by Dushistov over 7 years ago
#10 - :arrow_up: log
Pull Request -
State: closed - Opened by mehcode over 7 years ago
- 5 comments
#9 - Add Travis CI
Pull Request -
State: closed - Opened by Nercury over 8 years ago
#8 - check at least that we have no problem with syntax
Pull Request -
State: closed - Opened by Dushistov over 8 years ago
- 1 comment
#7 - Prepare new version.
Pull Request -
State: closed - Opened by Nercury over 8 years ago
#6 - Reexpose internal logger
Pull Request -
State: closed - Opened by Nercury over 8 years ago
#5 - Revert "add log4rs support" temporarily.
Pull Request -
State: closed - Opened by Nercury over 8 years ago
#4 - add log4rs support
Pull Request -
State: closed - Opened by king6cong over 8 years ago
- 7 comments
#3 - fix build with --target=i686-linux-android: *const i8 != *const u8
Pull Request -
State: closed - Opened by Dushistov over 8 years ago
#2 - make copy_bytes_to_start little faster and readable
Pull Request -
State: closed - Opened by Dushistov over 8 years ago
#1 - Add a way to unhook the logger
Issue -
State: closed - Opened by Nercury over 9 years ago