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

Logs not uploading if Bugfender SDK initialized when isProtectedDataAvailable == false #88

Open
RSATom opened this issue Nov 26, 2024 · 3 comments

Comments

@RSATom
Copy link

RSATom commented Nov 26, 2024

It reproducible with v1.13.2 and v2.0.0.

Just for reference isProtectedDataAvailable can be false if app started after phone reboot but before first unlock with pin. And this can happen if app uses PTT Framework and phone rebooted while app had PTT channel active.

@RSATom RSATom changed the title Logs not uploading if Bugfender SDK initialised when isProtectedDataAvailable == false Logs not uploading if Bugfender SDK initialized when isProtectedDataAvailable == false Nov 26, 2024
@jgimenez
Copy link
Member

Hi @RSATom , this is a known limitation of the Bugfender SDK right now. The SDK requires disk access and if isProtectedDataAvailable == false, it is unable to access the disk. You can work this around by initializing the SDK after protected data is available.

@RSATom
Copy link
Author

RSATom commented Dec 12, 2024

Actually some workarounds are still possible... I'll try to look into sources - maybe I'll be lucky enough to find out not too complicated workaround...

@RSATom
Copy link
Author

RSATom commented Dec 12, 2024

Oops... there is no sources published... sad...

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

No branches or pull requests

2 participants