On Thu, Aug 18, 2011 at 2:30 AM, perumal316 <perumal...@gmail.com> wrote:
> I checked the logcat, it is showing:
>
> ERROR/AndroidRuntime(10335): FATAL EXCEPTION: main
> ERROR/AndroidRuntime(10335): java.lang.NullPointerException
>
> But the issue is, this crash is only occurring when I do HTTP Post of
> a large file (>10 MB).
>
> Is it a Android limitation? Anyone encountered this before?

It may be a side effect of running out of heap space, depending on how
you implemented your HTTP operations.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to