-
Notifications
You must be signed in to change notification settings - Fork 61
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
DataDog crashing with directBootAware-"true" attribute #1116
Comments
Hi @BBaleilevuka , and thanks for reporting this issue. We're going to take a look at this and will come back to you as soon as possible. |
HI @BBaleilevuka , |
Hey @xgouchet, Thanks a lot for responding. I will attempt to get an example android project up and repo steps as soon as I can. In the mean time, the main step which is important is having a full-disk encrypted device or file-base encrypted device, and then run an application that starts before the device is unlocked: https://developer.android.com/training/articles/direct-boot#dpm I will get back to your with a demo app and repro steps asap. Again, thank you very much @xgouchet |
Thanks @BBaleilevuka , having the device encrypted is the key information I was missing. We'll take a look at this issue and come back to you when we have more info. |
direct_boot_aware_work_manager_crash.log
Thanks for taking the time for reporting an issue!
Describe what happened
directBootAware="true"
application, the WorkManager inside the DataDog SDK isn't permitted to run before the device in unlocked.Steps to reproduce the issue:
android:directBootAware="true"
flagDescribe what you expected:
directBootAware
application without crashing.Additional context
androidx.appcompat:appcompat:1.3.0
The text was updated successfully, but these errors were encountered: