Platform: Android
Ti SDK: 3.2.2GA
Hi, I have a function that uses HTTPClient object to get a simple text file from a web server. Why this function generates this debug log into logcat:
06-12 15:28:43.771: D/skia(1747): --- SkImageDecoder::Factory returned null 06-12 15:28:43.771: D/skia(1747): --- SkImageDecoder::Factory returned null 06-12 15:28:43.801: D/HTTPClient(1747): The persistent handle is disposed.I can get correctly the infos inside the txt file but why that error? thanks for attention