Ticket #222 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

Implement a service to collect the exceptions and crash logs reported by the app

Reported by: jppavao Owned by:
Priority: normal Milestone: 1.0
Component: Debugging Aids Version: version 0.8
Keywords: Cc:

Description

The current implementation of the crash reporter is currently posting the reports to some dummy URLs. We need a real web service to collect these reports.

References #210 and #211

Change History

follow-up: ↓ 2   Changed 5 years ago by melo

I can do this, but I need to know which fields are you sending.

I'm assuming that you'll use generic form encoding? Or will you just post the content?

If you don't know yet, that's ok to. We can write something and see what you send me... :)

in reply to: ↑ 1   Changed 5 years ago by jppavao

Replying to melo:

I can do this, but I need to know which fields are you sending. I'm assuming that you'll use generic form encoding? Or will you just post the content? If you don't know yet, that's ok to. We can write something and see what you send me... :)

I'm using the "multipart/form-data" content type. I'm sending the reports on a field named "post_data" containing text/plain with UTF8 encoding. Take a look at  LPCrashReporter.m:67 @ rev249 for the raw stuff. :)

  Changed 5 years ago by jppavao

  • status changed from new to closed
  • resolution set to fixed

(In [268]) The crash and exception reports are from now on being submitted to a publicly available URL, which is now live and able to receive reports from the outside world. Closes #222.

Note: See TracTickets for help on using tickets.