json - Android increase log cat's log messages -


i wondering if it's possible , go increase character limit of single log message logcat. trying dump data stored locally on android device (as json string), string quite large , gets cut off in log cat.

any appreciated.

you wouldn't. either break multiple lines, or write file instead of system log.


Comments

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -