Reduce severity of IOException in UpdateChecker

This commit is contained in:
Mygod
2022-02-27 16:32:06 -05:00
parent e710b8e67d
commit 72568c9639

View File

@@ -99,7 +99,7 @@ object UpdateChecker {
} catch (_: CancellationException) { } catch (_: CancellationException) {
return@flow return@flow
} catch (e: IOException) { } catch (e: IOException) {
Timber.i(e) Timber.d(e)
} catch (e: Exception) { } catch (e: Exception) {
Timber.w(e) Timber.w(e)
} finally { } finally {