Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-12 Thread Ika Balzam
Hi Kevin, I've missed that ;) That was exactly what I was looking for! Thank you very much! Ika On Wed, Sep 12, 2012 at 8:19 AM, Kevin Gaudin kevin.gau...@gmail.comwrote: Hi, ACRA related questions can be best answered on the acra-discuss group.

[android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread bob
Throw an Exception on the button click? On Tuesday, September 11, 2012 2:08:03 PM UTC-5, Ika Balzam wrote: Hi, Does anyone know if you can invoke ACRA from a button? i.e. click on a button will open the dialog and send the report instead of crashing the application in order to get

Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread Kristopher Micinski
No, that's not going to generate the right kind of crash report. What do you want to report, if you click a button, the application has not yet crashed, what do you want to show has crashed? kris On Tue, Sep 11, 2012 at 3:40 PM, bob b...@coolfone.comze.com wrote: Throw an Exception on the

Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread Ika Balzam
Hi, I want to let the user have an option to send me a report - let's say that he have received a wrong notification in the application. I just want to use the same mechanism instead of writing a new one. And crashing the application in order to activate the acra screen seems like a bad way to

Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread TreKing
On Tue, Sep 11, 2012 at 2:56 PM, Ika Balzam i...@net-comet.com wrote: And crashing the application in order to activate the acra screen seems like a bad way to do that.. so I wonder if I can do something like: ACRA.sendReport(); And it will send me the user logs/message and put it in the

Re: [android-developers] Re: Invoking ACRA from within the application

2012-09-11 Thread Kevin Gaudin
Hi, ACRA related questions can be best answered on the acra-discuss group. https://groups.google.com/forum/?fromgroups=#!forum/acra-discuss Here's what you are looking for: https://code.google.com/p/acra/wiki/AdvancedUsage#Sending_reports_for_caught_exceptions_or_for_unexpected_applicat Kevin