davepamn Active Member Licensed User Longtime User Sep 21, 2015 #1 I see my debug panel, but don't see where log is being written too. I am running version 5.02
davepamn Active Member Licensed User Longtime User Sep 21, 2015 #3 I found the logs window. It was floating, so I docked it. Upvote 0
davepamn Active Member Licensed User Longtime User Sep 21, 2015 #4 I am getting an message "Message longer than log limit 4000. message truncated". How do I see the full content of the message I need to see my JSON string. The parsor seems to be having a problem with large strings returning from the server. Upvote 0
I am getting an message "Message longer than log limit 4000. message truncated". How do I see the full content of the message I need to see my JSON string. The parsor seems to be having a problem with large strings returning from the server.
eurojam Well-Known Member Licensed User Longtime User Sep 21, 2015 #5 you can save the log file with adb: open a command window an type: adb logcat -d > logcat.txt Upvote 0
davepamn Active Member Licensed User Longtime User Sep 21, 2015 #6 where do I find adb? my command window does recognize the adb command Upvote 0