oppia-android icon indicating copy to clipboard operation
oppia-android copied to clipboard

Renaming EventLogger to AnalyticsEventLogger

Open Sarthak2601 opened this issue 2 years ago • 0 comments

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

Sarthak2601 avatar Jun 27 '22 17:06 Sarthak2601