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

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