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
This seems to have been broken by commit 10d35f7 (introduced in v1.1.1-11). If the application does not have a versionName set, the LoggerContext can't be setup properly.
W/System.err: Failed to instantiate [ch.qos.logback.classic.LoggerContext]
Reported exception:
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:461)
W/System.err: at java.util.Properties.setProperty(Properties.java:161)
at ch.qos.logback.core.android.AndroidContextUtil.setupProperties(Unknown Source:49)
at ch.qos.logback.classic.util.ContextInitializer.autoConfig(Unknown Source:12)
at org.slf4j.impl.StaticLoggerBinder.init(Unknown Source:7)
at org.slf4j.impl.StaticLoggerBinder.<clinit>(Unknown Source:20)
The text was updated successfully, but these errors were encountered:
marcuspridham
pushed a commit
to marcuspridham/logback-android
that referenced
this issue
May 10, 2018
This seems to have been broken by commit 10d35f7 (introduced in
v1.1.1-11
). If the application does not have aversionName
set, theLoggerContext
can't be setup properly.The text was updated successfully, but these errors were encountered: