Re: [android-developers] App Crash

2014-11-24 Thread TreKing
On Mon, Nov 24, 2014 at 4:53 AM, Arun Kumar K wrote: > Some times its fully uploaded and some times the app will be crashed. Debug your app to determine where it is crashing. > I am getting below log If your app crashes, there should be more than 5 lines in the log. And they should have som

Re: [android-developers] App Crash during HTTP Post

2011-08-17 Thread lbendlin
also, implement reachability code, perform the transfer in the background in small chunks, and let the server confirm each chunk (via MD5 etc), with retransmission if they don't match -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] App Crash during HTTP Post

2011-08-17 Thread Mark Murphy
On Wed, Aug 17, 2011 at 7:00 AM, perumal316 wrote: > I noticed that during HTTP Post of files to a backend server if the > connection is not established (no reception) or the file size is too > big (>10MB) my application crashes. > > Is there any way to solve this issue? How do I handle for such e