Michael Haney 78ee63dab3 Handle events that fail to write or are missing and add logging levels (#5357) 6 yıl önce
..
GDTCCTLibrary 78ee63dab3 Handle events that fail to write or are missing and add logging levels (#5357) 6 yıl önce
GDTCCTTestApp 6c14c21bc9 Merge storage refactor back to master (#5322) 6 yıl önce
GDTCCTTests 78ee63dab3 Handle events that fail to write or are missing and add logging levels (#5357) 6 yıl önce
ProtoSupport d31bdfc7be Fix typo (#4432) 6 yıl önce
CHANGELOG.md b6bda076e6 Update CHANGELOGs and GDT versions and dependencies (#5354) 6 yıl önce
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 yıl önce
generate_project.sh 3fb0ed0919 Disable project generation for watchOS (#4597) 6 yıl önce

README.md

Google Data Transport CCT Support Lib

This library is for internal Google use only. It allows the logging of data and telemetry from Google SDKs.

Prereqs

  • gem install --user cocoapods cocoapods-generate
  • brew install protobuf nanopb-generator
  • easy_install --user protobuf

To develop

  • Run generate_project.sh after installing the prereqs