Skip to content

Commit

Permalink
Update GoogleApiManager.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
gino-m authored Dec 9, 2024
1 parent 4d9326d commit 0acdcc4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ constructor(
googleApiAvailability.showErrorDialogFragment(activity, status, requestCode, null)
}
getNextResult(requestCode)
} catch (t: Throwable) {
Timber.e("Activity result was not successful for requestCode: $requestCode and throws $t")
} catch (e: Exception) {
Timber.e(e, "Activity result was not successful for requestCode: $requestCode")
false
}
}
Expand Down

0 comments on commit 0acdcc4

Please sign in to comment.