I am crashing my app now in the debug mode for testing and i am not getting any crash report for that on my dashboard. I use this part of code
Crittercism.initialize(getApplicationContext(), getString(R.string.crittercism_app_id));
List<String> k = new ArrayList<String>();
Log.i(k.get(0));
Any ideas that why i am not getting it will be helpful
Thanks