Closed GoogleCodeExporter closed 8 years ago
Note: at the time of this output, the Android device did have a Local IP.
I fixed the Read Timed Out error within my app using this solution:
http://stackoverflow.com/questions/2278132/httpsurlconnection-stalling-out-when-
getinputstream-is-called/8528434#8528434
Original comment by alexbiem...@gmail.com
on 20 Dec 2011 at 12:01
With ACRA 4.2.3, the default SocketTimeout used is 3000ms. You can raise it to
5000ms if you prefer with the @ReportsCrashes(socketTimeout = 5000) or any
other value.
In future versions of ACRA, you can adjust both connectionTimeout and
socketTimeout, and their default values are respectively 3000ms and 5000ms.
Original comment by kevin.gaudin
on 20 Dec 2011 at 12:43
It's help for me when I set socketTimeout = 25000
Original comment by nikolay....@gmail.com
on 29 Feb 2012 at 12:22
Original comment by kevin.gaudin
on 7 Sep 2012 at 9:31
Original issue reported on code.google.com by
alexbiem...@gmail.com
on 19 Dec 2011 at 11:54