tree: 650540bd898b3439b9808862c0c048537aabea83
  1. java/
  2. java_templates/
  3. android_metrics_log_uploader.cc
  4. android_metrics_log_uploader.h
  5. android_metrics_service_client.cc
  6. android_metrics_service_client.h
  7. android_metrics_service_client_unittest.cc
  8. BUILD.gn
  9. DEPS
  10. DIR_METADATA
  11. features.cc
  12. features.h
  13. memory_metrics_logger.cc
  14. memory_metrics_logger.h
  15. OWNERS
  16. README.md
components/embedder_support/android/metrics/README.md

Embedder Support - Metrics

This submodule offers the metrics (mainly UMA logging) support required for embedded web frameworks. In this context, “embedded web” means when web content is rendered within other Android applications. The main client which consumes this is Android WebView (//android_webview/), however other embedded web libraries may also be able to use this and override functionality to suit their needs.