Skip to content

Instantly share code, notes, and snippets.

@groys
Created January 22, 2018 19:08
Show Gist options
  • Save groys/4af62333750a4e06bafc8fd62c096bb0 to your computer and use it in GitHub Desktop.
Save groys/4af62333750a4e06bafc8fd62c096bb0 to your computer and use it in GitHub Desktop.
Instabug Android Exception
java.lang.IllegalStateException: State: FLUSHED
at java.nio.charset.CharsetEncoder.illegalStateException(CharsetEncoder.java:688)
at java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:366)
at java.io.OutputStreamWriter.drainEncoder(OutputStreamWriter.java:200)
at java.io.OutputStreamWriter.close(OutputStreamWriter.java:142)
at com.instabug.library.internal.storage.cache.OnDiskCache.put(SourceFile:193)
at com.instabug.library.internal.storage.cache.OnDiskCache.put(SourceFile:26)
at com.instabug.library.internal.storage.cache.CacheManager.migrateCache(SourceFile:218)
at com.instabug.library.internal.storage.cache.UserAttributesCacheManager.saveCacheToDisk(SourceFile:59)
at com.instabug.library.l$2.run(SourceFile:156)
at java.lang.Thread.run(Thread.java:818)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment