Vary the collection intervals between userdebug/eng and user builds.

- Userdebug and eng builds will have the boot-time collection interval
as 1 second and periodic collection interval as 10 seconds.
- User builds will have the boot-time collection interval as 20 seconds
and periodic collection interval as 1 minute.
- To make sure the boot-time collection happens on user builds even
when the boot completes before 20 seconds, a boot-time collection
will be triggered after receiving boot complete and before switching to periodic
collection stratergy.

Bug: 153081469
Test: Tested that the boot-time collection is triggered on boot-complete with unit tests. coral_car device boots fine.

Change-Id: I5f155914212e2a2512b516c9ae972698e45dbf29
4 files changed
tree: dcd16e1fd6cb7c278af45ed347b2e86349645ea8
  1. car-bugreportd/
  2. car-default-input-service/
  3. car-lib/
  4. car-maps-placeholder/
  5. car-systemtest-lib/
  6. car-test-lib/
  7. car-usb-handler/
  8. car_product/
  9. computepipe/
  10. EncryptionRunner/
  11. evs/
  12. experimental/
  13. FrameworkPackageStubs/
  14. obd2-lib/
  15. procfs-inspector/
  16. service/
  17. surround_view/
  18. tests/
  19. tools/
  20. user/
  21. vehicle-hal-support-lib/
  22. watchdog/
  23. .clang-format
  24. .gitignore
  25. Android.mk
  26. CleanSpec.mk
  27. CPPLINT.cfg
  28. OWNERS
  29. PREUPLOAD.cfg
  30. README.md
README.md

Native (C++) code format is required to be compatible with .clang-format file. Run

git clang-format --style=file --extension='h,cpp,cc' HEAD~

Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.