且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

RoboGuice :Could not load finalizer in its own class loader 警告

更新时间:2022-08-27 12:24:06

RoboGuice提示的错误信息

01-17 11:48:14.929: W/nalizableReferenceQueue(1871): 
Could not load Finalizer in its own class loader.
 Loading Finalizer in the current class loader instead. As a result, you will not be able to garbage collect this class loader. To support reclaiming this class loader, either resolve the underlying issue, or move Google Collections to your system class path.
01-17 11:48:14.929: W/nalizableReferenceQueue(1871): java.io.FileNotFoundException: com/google/inject/internal/util/$Finalizer.class

RoboGuice给出的信息是,这是一个由Google MapMaker类引起的警告信息,这个信息不是Bug,无关紧要。关于这个警告信息可以查看

 

参考链接

 RoboGuice给出的解释(英文)

java.io.FileNotFoundException: com/google/inject/internal/util/$Finalizer.class at the start of android app

本文转自陈哈哈博客园博客,原文链接http://www.cnblogs.com/kissazi2/p/3523800.html如需转载请自行联系原作者

kissazi2