String temp_json = json;
int
log_index =
1
;
try
{
while
(temp_json.length() >
0
) {
if
4000
Logger.e(TAG,
"json - "
+ log_index +
" : "
+ temp_json.substring(
,
));
temp_json = temp_json.substring(
);
log_index++;
}
else
" :"
+ temp_json);
break
catch
(Exception e) {
제가 사용하는 코드첨부합니다