Maksym Malyhin ec018dcbd7 [GDTCORUploadCoordinator startTimer]: don't restart timer if already started (#6032) 5 år sedan
..
GDTCCTLibrary 4dd48bdcd9 GDT: Retry uploading batches failed to upload before the app termination (#5942) 5 år sedan
GDTCCTTestApp e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 år sedan
GDTCCTTests 4dd48bdcd9 GDT: Retry uploading batches failed to upload before the app termination (#5942) 5 år sedan
GDTCCTWatchOSTestApp d653c9584c Update copyright presubmit and fix 2020 copyrights (#5944) 5 år sedan
GDTCORLibrary ec018dcbd7 [GDTCORUploadCoordinator startTimer]: don't restart timer if already started (#6032) 5 år sedan
GDTCORTests ec018dcbd7 [GDTCORUploadCoordinator startTimer]: don't restart timer if already started (#6032) 5 år sedan
GDTTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 år sedan
GDTWatchOSTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 år sedan
ProtoSupport e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 år sedan
CHANGELOG.md 744fd1865b GDTCORFlatFileStorage: keep not expired events when expired batch removed (#6010) 5 år sedan
README.md 595ee901eb Fix README for GDT and GDTCCT (#4968) 6 år sedan
generate_project.sh e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 år sedan

README.md

Google Data Transport 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