Maksym Malyhin cd844903ab GDT tests: Xcode 12 fixes (#6469) 5 жил өмнө
..
GDTCCTLibrary f33276f530 Update nanopb py3 0.3.9.5 -> 0.3.9.6 (#6214) 5 жил өмнө
GDTCCTTestApp e03a8d91a0 Consolidate GDT and GDTCCT to a single pod (#5902) 5 жил өмнө
GDTCCTTests cd844903ab GDT tests: Xcode 12 fixes (#6469) 5 жил өмнө
GDTCCTWatchOSTestApp d653c9584c Update copyright presubmit and fix 2020 copyrights (#5944) 5 жил өмнө
GDTCORLibrary 57101b28a9 GDTTransformer: fix background tasks handling (#6457) 5 жил өмнө
GDTCORTests cd844903ab GDT tests: Xcode 12 fixes (#6469) 5 жил өмнө
GDTTestApp a00703a543 Completely reimplement storage in GDT (#5877) 5 жил өмнө
GDTWatchOSTestApp f33276f530 Update nanopb py3 0.3.9.5 -> 0.3.9.6 (#6214) 5 жил өмнө
ProtoSupport f33276f530 Update nanopb py3 0.3.9.5 -> 0.3.9.6 (#6214) 5 жил өмнө
CHANGELOG.md 57101b28a9 GDTTransformer: fix background tasks handling (#6457) 5 жил өмнө
README.md b449bee0a2 Create an additional URL target for internal use (#6254) 5 жил өмнө
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

When adding new logging endpoint

  • Use commands similar to:
    • python -c "line='https://www.firebase.com'; print line[0::2]"
    • python -c "line='https://www.firebase.com'; print line[1::2]"

When adding internal code that shouldn't be easily usable on github

  • Consider using go/copybara-library/scrubbing#cc_scrub