Description
hi guys, i used glide 3.8.0 snap-shot,and my app got on line, recently some users told that after used the app for a while, the images in the app didn't show. so i get some logs from these users. i found that there are lots of fails , and the RequestListener.onException was called, but what makes me confused is that the param Exception e in the method RequestListener.onException is null...but i didn't write in my own code that pass a null exception in the RequestListener.onException, so what would cause glide return a null exception or on what circumstances would a null exception would be passed? why failed without information?
i really need a nonnull exception to solve the problem.and i really don't know how to fix this, any help would be appreciate! Thanks!