I am logging my output to the console using print
statement, but my output is getting cropped. I am trying to print a very long array. Shown below is the output showing my array being cropped out. Is there some settings to increase this character limit in Android studio?
Asked
Active
Viewed 27 times
0

Vipin Verma
- 5,330
- 11
- 50
- 92
-
I assume this is flutter based on `I/flutter` in logs. If it is, you should add [tag:flutter] tag. Looking at flutter's repo, there is [a matching issue](https://github.com/flutter/flutter/issues/22665) and the answer is the same as [this on SO](https://stackoverflow.com/a/56817278/3169238) – Sergei Kozelko Mar 29 '23 at 12:24