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

Android logging: pstore logs disabled #294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DariusIMP
Copy link
Member

On some cases (not always) when enabling logging on Android devices, the applications crash due to logging to persistent storage (pstore). This is caused becuase by default, the underlying native library used for android logging sets pstore to true by default.
This PR introduces changes in which if the target is an Android target, it sets the pstore logging to false.

For the record, a discussion regarding this issue took place here: https://discord.com/channels/914168414178779197/1287754571073978449.

Copy link

PR missing one of the required labels: {'bug', 'documentation', 'breaking-change', 'enhancement', 'dependencies', 'new feature', 'internal'}

@DariusIMP DariusIMP added bug Something isn't working release Part of the next release labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release Part of the next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant