Proguard - 所以我假设 - 失败并出现以下异常:java.lang.InterruptedException: Too many errors
。奇怪的是:日志中没有错误显示。最接近错误的似乎是Icepick登录错误级别的一些注释和弃用警告:
14:01:49.568 [ERROR] [system.err] Note: IcepickProcessor took 55 milliseconds
14:01:50.367 [ERROR] [system.err] Note: IcepickProcessor took 0 milliseconds
14:01:50.848 [ERROR] [system.err] Note: IcepickProcessor took 0 milliseconds
14:01:53.195 [ERROR] [system.err] Note: Some input files use or override a deprecated API.
14:01:53.195 [ERROR] [system.err] Note: Recompile with -Xlint:deprecation for details.
14:01:53.195 [ERROR] [system.err] Note: Some input files use unchecked or unsafe operations.
14:01:53.195 [ERROR] [system.err] Note: Recompile with -Xlint:unchecked for details.
ProGuard或Gradle是否将这些注释误判为实际错误?