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
Post a Comment