I have a android app in which Crittercism SDK is included and initialised as per standard documentation.
I intentionally put a loophole in the flow by which I can make app crash by manipulating data on my server and then pushing it to device.
Recently few users reported crash but I didnot see it on Crittercism website. So I simulated crashes. Out of 3 crashes I got report for 2 on Crittercism website and one was missed.
I waited for a day. And since 2 crashes made through, there is no issue with sdk integration in my app. (Its not NDK and crashes were of type malformed JSON during parsing) Not related to Java runtime crashes or other low level crashes.
Does any one face similar issue? How can we avoid this?
Thanks in advance.