Skip to content

Commit

Permalink
Merge pull request #215 from Infomaniak/fix-network-availability
Browse files Browse the repository at this point in the history
fix: Remove double log of exception
  • Loading branch information
KevinBoulongne authored Nov 27, 2024
2 parents 85cdcfa + d061193 commit 69cd994
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ class NetworkAvailability(private val context: Context, private val ioDispatcher
// Already fixed in Android S and above.
// https://issuetracker.google.com/issues/175055271
SentryLog.e(TAG, "Android 11 exception", exception)
Sentry.captureException(exception)
send(false)
}
}
Expand Down

0 comments on commit 69cd994

Please sign in to comment.