Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

[Android] Remove internal log line limit #418

Closed
tanersener opened this issue May 9, 2020 · 4 comments
Closed

[Android] Remove internal log line limit #418

tanersener opened this issue May 9, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@tanersener
Copy link
Owner

Log callback implementation of Android uses an internal limit of 1024 characters per line (#define LOG_LINE_SIZE 1024). This limit was inherited from LINE_SZ definition in libavutil/log.c file. Unfortunately, putting a log line limit causes some characters to be dropped from log line, which causes further problems like #331.

@tanersener
Copy link
Owner Author

Fixed in development.

@jaredbracken
Copy link

Thank you!

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@tanersener
Copy link
Owner Author

Released in v4.4.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants