You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename KotlinCDScribeAnalytics to KotlinCDLoggerAnalytics
Summary:
### Context
The Scribe logger was integrated into the Android Build Toolchain to collect data from KotlinCD steps. However, with the recent transition of ABT to open-source, we can no longer include Meta-specific code in the OSS release, as it would cause build failures.
### This Stack
This stack aims to use ServiceLoader to inject the correct implementation based on the repository source (OSS or Meta).
**Final structure**
{F1976250827}
### This diff
Renames KotlinCDScribeAnalytics abstract class to KotlinCDLoggerAnalytics to hide implementation details from its name.
Reviewed By: hick209
Differential Revision: D71559747
fbshipit-source-id: a5b4340948a47cc0f3d44562a3f5b46ed34e1028
Copy file name to clipboardexpand all lines: prelude/toolchains/android/src/com/facebook/buck/jvm/kotlin/cd/analytics/logger/KotlinCDLoggerAnalytics.kt
Copy file name to clipboardexpand all lines: prelude/toolchains/android/test/com/facebook/buck/jvm/kotlin/cd/analytics/logger/KotlinCDLoggerAnalyticsTest.kt
0 commit comments