| Constructor and Description |
|---|
AndroidPrinter()
Constructor.
|
AndroidPrinter(int maxChunkSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
println(int logLevel,
java.lang.String tag,
java.lang.String msg)
Print log in new line.
|
public AndroidPrinter()
If single message is too long, it will be separated to several chunks automatically, the max
size of each chunk default to be , you can specify the
maxChunkSize using AndroidPrinter(int).
public AndroidPrinter(int maxChunkSize)
maxChunkSize - the max size of each chunk. If the message is too long, it will be
separated to several chunks automatically