2

BugSense throws a little exception for me. It works (every time!?) and I still get email notifications when my app crashes in my hand. I want to know just in case, what is this error message?

Does anybody know?

Exception:

 W/BugSenseHandler(2881): Transmitting ping Exception Connect to /168.63.83.24:443 timed out
Anshul Goyal
  • 73,278
  • 37
  • 149
  • 186
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222

1 Answers1

1

It means the app can't connect to the IP 168.63.83.24 on port 443 (which is usually for HTTPS), it times out before it's able to connect.

kaderud
  • 5,457
  • 2
  • 36
  • 49
  • Could it be a problem with sending reports to my email? Could it be that i didnt get all of the error reports because of this ? – Adam Varhegyi Mar 11 '13 at 22:13
  • No, I wouldn't think so, that error clearly states it couldn't connect to the specific IP on the specified port, within the specified time out limit. But that isn't an Exception, it's a Warning, you might have other errors? – kaderud Mar 11 '13 at 22:53
  • No, i only got this. Well, i stop further investigation, it shouldnt be a problem at all. – Adam Varhegyi Mar 13 '13 at 10:43