Thre's a SIGSEGV crash when the ObjectCache's fetch is invoked from an intent service if the key doesn't match the DiskCache's valid key regex
Can we make ObjectCache's sanitizeKey to throw a RuntimeException if the regex doesn't match and is run on an async?
Thre's a
SIGSEGVcrash when the ObjectCache'sfetchis invoked from an intent service if the key doesn't match the DiskCache's valid key regexCan we make ObjectCache's
sanitizeKeyto throw a RuntimeException if the regex doesn't match and is run on an async?