Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Trusted Contributor
NGeldenhuys
Posts: 176
Registered: ‎04-12-2012
My Carrier: vodacom

Log File errorrs

Hi all

 

I would like to create a function in my app, if an error occures in my app it will ask the users if they would like to report the error. 

 

Anyone got some pointers for me, I am still very new to mobile development.

 

Thank you

Please use plain text.
Developer
peter_strange
Posts: 17,718
Registered: ‎07-14-2008

Re: Log File errorrs

As a starter, create a menu in your Options screen (or your initial screen or whereever) that will send an email.  Get that working, then you move on to detecting problems. 

 

You will find help with this if you search, including this KB article:

http://supportforums.blackberry.com/t5/Java-Development/Sending-email-messages/ta-p/442790

 

Think about what you want to include in this email, such as test from the user, Applciation name and level, and the like. 

Please use plain text.