You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My Android Bugsnag crash reports include the integer Android version, i.e. Android 11, but they don't include the security patch version; this would be useful to have when diagnosing whether an Android security patch is the cause of a crash/exception. Apparently this was added in API level 23: https://developer.android.com/reference/android/os/Build.VERSION#SECURITY_PATCH
Describe the solution you'd like
Please add SECURITY_PATCH to the default report metadata.
Describe alternatives you've considered
I could probably figure out how to add it manually but this seems like the correct default.
The text was updated successfully, but these errors were encountered:
Description
My Android Bugsnag crash reports include the integer Android version, i.e. Android 11, but they don't include the security patch version; this would be useful to have when diagnosing whether an Android security patch is the cause of a crash/exception. Apparently this was added in API level 23: https://developer.android.com/reference/android/os/Build.VERSION#SECURITY_PATCH
Describe the solution you'd like
Please add SECURITY_PATCH to the default report metadata.
Describe alternatives you've considered
I could probably figure out how to add it manually but this seems like the correct default.
The text was updated successfully, but these errors were encountered: