"...cwa-app-android.git" did not exist on "ca130d003fce7bba3ad686891a3ed1086f5b1c17"
Roman Elizarov
authored
There is a number of place in the app with the following code pattern: try { // do some suspending operation } catch(e: Exception) { e.report(ExceptionCategory.EXPOSURENOTIFICATION) // or similar } In all such place if the corresponding suspending gets cancelled for any reason, the resulting CancellationException will get reported as an application crash. This fix prevents it from happening, since a cancellation exception is a part of a normal operation, not a failure that should be reported.
Name | Last commit | Last update |
---|