I am getting a response from server in json format and it have more then 5000 lines. My problem is that I am not able to see complete json value in logcat and I already increase buffer size from eclipse logcat. I can not use this url in PC's web browser to check the json value because it's using some tokens to identify device. I have only one solution that I have to write a file with this json value and than extract it to my PC.
Anyone know some good solutions please help me.