Phoenixasuga / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Force close due to Logger (calendar client) #570

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?
1.10.3

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Android, all

Describe the problem.
Force Close
The chosen LogFactory implementation does not extend LogFactory. Please check 
your configuration. (Caused by java.lang.ClassCastException: The application 
has specified that a custom LogFactory implementation should be used but Class 
'org.apache.commons.logging.impl.LogFactoryImpl' cannot be converted to 
'a.a.a.a.c'. Please check the custom implementation. Help can be found 
@http://commons.apache.org/logging/troubleshooting.html.)

Not a consistent bug, can't even recreate it myself. Why does this issue come 
up at runtime and not during obf?

How would you expect it to be fixed?
A ProGuard setting that would avoid this. 

Original issue reported on code.google.com by Zaid.Dag...@gmail.com on 27 Jul 2012 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 14 Jan 2013 at 3:31