Skip to content

Commit

Permalink
more tip error log
Browse files Browse the repository at this point in the history
  • Loading branch information
crossle committed Apr 10, 2023
1 parent 01c9d6f commit 606e8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/one/mixin/android/tip/Tip.kt
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ class Tip @Inject internal constructor(
)
Timber.e("use go-ed25519 before updateTipSecret")
tipNetworkNullable { tipService.updateTipSecret(request) }.getOrThrow()
reportException("Tip tip/secret go update success after bad data", e)
} else {
throw e
}
Expand Down

0 comments on commit 606e8dd

Please sign in to comment.