Created
May 18, 2018 19:04
-
-
Save markcerqueira/e83e27d0f528a5e4b945a14c389980c6 to your computer and use it in GitHub Desktop.
Snapchat crash on Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-05-18 12:03:05.547 7802-7926/? E/AndroidRuntime: FATAL EXCEPTION: IO-4 | |
Process: com.snapchat.android, PID: 7802 | |
java.lang.RuntimeException: An error occurred while executing doInBackground() | |
at xsw$2.done(SourceFile:140) | |
at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383) | |
at java.util.concurrent.FutureTask.setException(FutureTask.java:252) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:271) | |
at fwx$a.run(SourceFile:35) | |
at fvk.run(SourceFile:71) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) | |
at fwk$3$1.run(SourceFile:178) | |
Caused by: java.lang.IllegalArgumentException: Missing argument | |
at javax.crypto.spec.SecretKeySpec.<init>(SecretKeySpec.java:93) | |
at com.snapchat.android.framework.crypto.CbcEncryptionAlgorithm.d(SourceFile:221) | |
at com.snapchat.android.framework.crypto.CbcEncryptionAlgorithm.a(SourceFile:104) | |
at qdg.a(SourceFile:41385) | |
at qdg.a(SourceFile:9582) | |
at qdg.c(SourceFile:361) | |
at mnq.a(SourceFile:2119) | |
at mnq.a(SourceFile:55) | |
at mnq$1.a(SourceFile:1172) | |
at xsw$1.call(SourceFile:119) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at fwx$a.run(SourceFile:35) | |
at fvk.run(SourceFile:71) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) | |
at fwk$3$1.run(SourceFile:178) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment