提交 6d96b919 编写于 作者: S Sam Judd

Avoid spammy logged exceptions in ManifestParser.

Fixes #314.
上级 b2e54477
......@@ -26,7 +26,7 @@ public final class ManifestParser {
context.getPackageName(), PackageManager.GET_META_DATA);
if (appInfo.metaData != null) {
for (String key : appInfo.metaData.keySet()) {
if (GLIDE_MODULE_VALUE.equals(appInfo.metaData.getString(key))) {
if (GLIDE_MODULE_VALUE.equals(appInfo.metaData.get(key))) {
modules.add(parseModule(key));
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册