i am saving whole data to database after parsing using Json parsar. -- As i think there is some thing limitation in doInBackground() Method.
Regards Imran ali On May 20, 4:35 pm, Daniel Drozdzewski <[email protected]> wrote: > Imran, > > Any debug info? > Listing of your doInBackground() perhaps? > > Are you saving the whole 10MB of text into memory or do you save it to > a file via some buffer? > > Daniel > > > > On Fri, May 20, 2011 at 12:22 PM, imran ali <[email protected]> wrote: > > Hi all > > I have been using AsyncTask<Context, Integer, String> to download data > > from server, > > in between it has been crashing with message in DDMS. > > 05-20 16:37:11.656: DEBUG/Zygote(33): Process 9489 terminated by > > signal (11) > > > can any one has idea, what would be solution, i am downloading big > > size of data approx 10MB of text. > > > Regards > > Imran ali > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Daniel Drozdzewski -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

