maxLineSize property

int maxLineSize
final

Max limit that a log can reach to start dividing it into multiple chunks avoiding them to be cut by android log

  • when -1 will disable chunking of the logs

Implementation

final int maxLineSize;