jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

REQ: Ability to send only attached files, or send *last* crash report #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. browse documentation for how to send attached files with no crash dump
2. browse documentation for how to send recent crash report (not new one)
3. realize there is no way

What is the expected output?
--> an API for these functions

What do you see instead?
--> no API

What version of the product are you using?
--> v.1.2.3

On what operating system?
--> Windows 7 with all updates

Please provide any additional information below.
--> just need a way to say "send this (log) file to the author" or "send
recent crash report" and move it out of the "unsent crashes" folder

Original issue reported on code.google.com by anbaricf...@gmail.com on 19 Apr 2010 at 11:23

GoogleCodeExporter commented 9 years ago
1. I agree there should be a way to not include crash dump into crash report.

2. What do you mean when saying "send last or recent crash report"? There may be
several error reports in UnsentErrorReports folder. Do you need to send them 
all or
only the most fresh one?

Original comment by zexspect...@gmail.com on 20 Apr 2010 at 4:16

GoogleCodeExporter commented 9 years ago
The most fresh one :)
then, since it clears out when sent, if the user does it again, it 
sends the NEXT most recent report, etc

Original comment by anbaricf...@gmail.com on 20 Apr 2010 at 5:30

GoogleCodeExporter commented 9 years ago
note: please include a method to specify some body text of the email as well, 
thank
you so much.  when this is done i'll make a nice donation.

Original comment by anbaricf...@gmail.com on 21 Apr 2010 at 6:47

GoogleCodeExporter commented 9 years ago
You can make your nice donation right now :) I don't want to make something in
excange of someting, because this is open-source software. If you have language 
files
to contribute, you can contribute them now. Thanks in advance.

Original comment by zexspect...@gmail.com on 21 Apr 2010 at 7:19

GoogleCodeExporter commented 9 years ago
1. I implemented the CR_INST_NO_MINIDUMP flag for CR_INSTALL_INFO::dwFlags 
member to
give user an ability to not generate minidump.

2. Email body text is also implemented as CR_INSTALL_INFO::pszEmailText. BTW, 
in the
future please create an issue per each enhancement request. No need to list all
requests in single issue record. Thanx.

3. About "sending the most fresh report". I don't know why someone want to send 
only
the most fresh report and don't send all other recent reports. So I would add an
ability to send all recent reports. This enhancement requires some design and 
changes
in UI and some time on implementation. I'm not sure if this will be implemented 
in
v1.2.4. For sure in v1.2.5.

Original comment by zexspect...@gmail.com on 22 Apr 2010 at 11:14

GoogleCodeExporter commented 9 years ago
for 3: because i want only one crash report per incident.  it's more work to be 
able
to automate dealing with multiple crash reports per incident.

Original comment by anbaricf...@gmail.com on 22 Apr 2010 at 4:51

GoogleCodeExporter commented 9 years ago
It won't pack multiple reports into single ZIP. It will just send each zipped 
report
in turn. I don't think the most recent report is the most important one. They 
are all
important and should be resent as well.

Original comment by zexspect...@gmail.com on 22 Apr 2010 at 5:16

GoogleCodeExporter commented 9 years ago
okay, but i plan to only use the email submission, and simply not implement auto
submission, so will this plan create one email per incident?  or one email with
multiple zip files?  i prefer one per incident, even if they all get sent at 
once.

Original comment by anbaricf...@gmail.com on 22 Apr 2010 at 5:36

GoogleCodeExporter commented 9 years ago
One email per incident.

Original comment by zexspect...@gmail.com on 23 Apr 2010 at 3:26

GoogleCodeExporter commented 9 years ago
i don't see a donation link ;)

Original comment by anbaricf...@gmail.com on 23 Apr 2010 at 3:53

GoogleCodeExporter commented 9 years ago
To contribute lang files, you don't need a donation link ;) Just post them to 
the
Discussion group. I don't accept money donations, because I have some troubles 
with
PayPal system. 

Original comment by zexspect...@gmail.com on 23 Apr 2010 at 4:54

GoogleCodeExporter commented 9 years ago
well i haven't sent my app off to the translators yet.  but when i do, your 
strings
will get translated too, and then i'll send them to you

when you get your paypal working, please let me know so i can send you a 
donation.

i'd also like to be able to communicate with you via email, rather than thru 
this
forum.  my email is dave at kjams dot com, please contact me, thanks.

Original comment by anbaricf...@gmail.com on 23 Apr 2010 at 6:05

GoogleCodeExporter commented 9 years ago
This enhancement is partially implemented in v.1.2.4 (the ability to not 
include the
minidump). The rest will be implemented in v1.2.5.

Original comment by zexspect...@gmail.com on 7 May 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Implemented in v.1.2.5.

Original comment by zexspect...@gmail.com on 26 Jun 2010 at 12:22