houssamham / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
1 stars 0 forks source link

Queue crash report not able to send #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Do crash five times and dont sent it
2. check for hasPendingCrashReport and send the crash report
3. only one crash report can able to read it in
 crashData = [crashReporter loadPendingCrashReportDataAndReturnError: &error];

What is the expected output? What do you see instead?
expected to read all the crash log data

What version of the product are you using? On what operating system?
iOS4.0

Please provide any additional information below.

Was using plcrashreport to send through https and it send only one file.

Original issue reported on code.google.com by sri....@gmail.com on 25 Jun 2011 at 12:47

GoogleCodeExporter commented 9 years ago
PLCrashReporter doesn't implement report queueing (or sending) -- that's up to 
the client of the API. I think this level of functionality would be better 
suited to a generic implementation that sat on top of PLCrashReporter.

Original comment by landon.j.fuller@gmail.com on 21 Sep 2011 at 8:30