-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SafeKeyGenerator Issue #51
Labels
Comments
What device and version are you seeing this on? Does the corresponding test (https://github.com/bumptech/glide/blob/master/library/tests/src/com/bumptech/glide/LruCacheTest.java) pass? |
Actually, I deleted my local copy of it and cloned it again and it worked fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For some reason, getSafeKey function is generating bad keys and I'm getting this exception:
When I debug through the function every key that's getting generated is just a long string of whitespace.
The text was updated successfully, but these errors were encountered: