提交 9d7b8d97 编写于 作者: S Sam Judd

Avoid double logging GlideException errors.

Fixes #2266.
上级 73a8e011
......@@ -88,7 +88,6 @@ public final class GlideException extends Exception {
* complete stack traces.
*/
public void logRootCauses(String tag) {
Log.e(tag, getClass() + ": " + getMessage());
List<Exception> causes = getRootCauses();
for (int i = 0, size = causes.size(); i < size; i++) {
Log.i(tag, "Root cause (" + (i + 1) + " of " + size + ")", causes.get(i));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册