Crittercism - Is integration with android really that easy? -


this first time integrating crash reporting service application. so, please bear me if dumb question...

i have followed instructions given here , (i hopefully)integrated crittercism 1 of projects. application still under development, can't see reports myself , got work.

can let me know, apart doing steps given in above link, have else, work on application?

if done integrating, crash reports activities in app? because, see lot of questions on crittercism @ so, don't understand yet.

i'm rob, 1 of co-founders of crittercism. yes, straightfoward adding jar , initializing sdk with:

crittercism.init(getapplicationcontext(), "crittercism_app_id"); 

an easy way check you've integrated correctly loading live stats page in app (there should tab on left hand side of page labelled "live stats"). on page, can see live view of app sessions, crashes, , handled exceptions in real time. can load app in simulator or on android device , watch app loads graph go , if does, should go.

also, @eddiefreeman mentioned above, can intentionally throw exception somewhere in app (most developers tie button click) simulate crash. make sure take out of app before submitting app store :)


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -