Skip to content

Commit

Permalink
Report error requesting permission exception
Browse files Browse the repository at this point in the history
  • Loading branch information
sdsantos committed Nov 25, 2024
1 parent 14b4de0 commit f4e31df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ fun ColumnScope.RequestPermissionStep(onEvent: (OnboardingViewModel.Event) -> Un
Logger.i("Permission request cancelled")
// Nothing to do here
} catch (e: Exception) {
Logger.e("Error requesting permission")
Logger.e("Error requesting permission", e)
}
}
},
Expand Down

0 comments on commit f4e31df

Please sign in to comment.