Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow null device ID in data collector #1083

Merged
merged 1 commit into from
Jan 21, 2021

Conversation

fractalwrench
Copy link
Contributor

@fractalwrench fractalwrench commented Jan 20, 2021

Goal

Updates DeviceDataCollector to accept a null device ID in the event that the stored device ID cannot be read. DeviceIdStore returns a String?, but DeviceDataCollector only accepted a String, which gives the potential for a NPE during Client initialization.

Testing

Relied on existing test coverage.

@fractalwrench fractalwrench marked this pull request as ready for review January 20, 2021 17:18
@bugsnagbot
Copy link
Collaborator

Android notifier sizes

Format Size impact of Bugsnag (kB) Size impact of Bugsnag when Minified (kB)
APK 1459.67 1374.4
arm64_v8a 377.51 291.5
armeabi 357.03 266.91
armeabi_v7a 340.65 250.54
x86 414.36 328.34
x86_64 397.98 311.97

Generated by 🚫 Danger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants