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
[BREAKING CHANGE] Remove support for parsing logback configs from AndroidManifest.xml. (Move those configurations into separate files (e.g., into app/src/main/assets/logback.xml), or configure the logs programmatically instead.) Also note this requires that statically initialized loggers be moved into the app's onCreate() callback to ensure the application context could be read for special properties.