oppia-android
oppia-android copied to clipboard
Renaming EventLogger to AnalyticsEventLogger
Since we're moving towards more specific event loggers like the PerformanceMetricsEventLogger, the existing EventLogger has become too generic and hence, it must be refactored.
Potential checklist:
- [ ] changes in all the production files where eventLogger is used,
- [ ] changes in test files.
- [ ] changes in dagger modules.
- [ ] refactoring of fakeEventlogger to fakeAnalyticsEventLogger