f180c8eb7d55423f7a3873cbc1f8cae04ba71f74
- Fix order of accesses to TracingConfig class. The CollectTracesComponent used to fetch configurations from TracingConfig before TraceConfigComponent changes, i.e. CollectTracesComponent was missing the latest changes to TracingConfig. - Remove TracingConfig initialization performed in AppComponent. Now TracingConfig takes care of fetching the globalConfig's MODE (DEV or PROD) and initialize accordingly. - Remove TracingConfig#isTracingConfigSet(). Now TracingConfig is always fully constructed/initialized. - Rename various "tracing config" methods to "trace config" to reduce confusion with TracingConfig class Fix: b/267275104 Test: npm run build:all && npm run test:all Change-Id: I168a25f69a405422d8d983d5710d6a67773f0b48
Description
android_development
Languages
PostScript
31.4%
TypeScript
16.9%
C++
15.5%
Python
11.8%
Java
11.4%
Other
12.7%