ここで説明されている Google アナリティクス (Android SDK) の例外レポート機能をプロジェクトに実装しました。
https://developers.google.com/analytics/devguides/collection/android/v2/exceptions?hl=fr
ページの下部で説明されているように ExceptionParser を使用したいのですが、その意味がわかりません:
// Where myParser represents your implementation of ExceptionParser.
ExceptionParser parser = new myParser(context);
myParser クラスには何を書けばよいのでしょうか?? このクラスが Google アナリティクス SDK に含まれていないのはなぜですか?
ありがとう !