You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per user report at least SDKv26 does not resolve LOG_ID_DEFAULT
to LOG_ID_MAIN internally, which forces users to set LOG_ID_MAIN
explicitly.
Rework android_log function to accept optional buf_id and use
__android_log_write FFI function if no buf_id specified.
This will return previous behavior for users that do not
need to override buf_id.
Closes: https://github.com/Nercury/android_logger-rs/issues/66
Fixes: fee1bea ("Support selecting target buffer of Android logging system")
Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
0 commit comments