Google Analytics Android SDK / Exceptions report : “myParser represents your implementation of ExceptionParser”
问题 I have implemented in my project the exception reporting feature of Google Analytics (Android SDK) described here : https://developers.google.com/analytics/devguides/collection/android/v2/exceptions?hl=fr I would like to use ExceptionParser as explained at the bottom of the page but I don't understand what they mean by : // Where myParser represents your implementation of ExceptionParser. ExceptionParser parser = new myParser(context); What should I write in the myParser class ?? Why this