Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

[Android] Remove internal log line limit #418

@tanersener

Description

@tanersener

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions