Unverified Commit 11a0ecd9 authored by Mygod's avatar Mygod Committed by GitHub

Switch exception report

parent dc767a4d
...@@ -153,7 +153,7 @@ sealed class DnsResolverCompat { ...@@ -153,7 +153,7 @@ sealed class DnsResolverCompat {
super.bindSocket(network, socket) super.bindSocket(network, socket)
Crashlytics.logException(e1) Crashlytics.logException(e1)
} catch (e2: ReflectiveOperationException) { } catch (e2: ReflectiveOperationException) {
throw e1.apply { addSuppressed(e2) } throw e2.apply { addSuppressed(e1) }
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment