Commit f355b9a
Andrei Boeru
RequestHandler: more generic exception catching to catch java.lang.AssertionError on executing the http request
AssertionError is thrown on some devices where for example MD5 is not available:
java.security.NoSuchAlgorithmException: MessageDigest MD5 implementation not found1 parent 7b65a6c commit f355b9a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
| 120 | + | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments