Improve the dropbox proto dump logic

* Determine dropbox proto dump support through help menu. Previously we determine whether a device support dumping dropbox entries in proto format by attempting to call the method and catch exception. A better way is to directly ask the device by calling the --help command.
* Skip empty proto.
* Further increase the timeout value.
* Keeps falling back to studout parsing when proto parse error happened for truncated proto dumps or incompatible platform versions.

Test: atest + local
Change-Id: I47958b546a607bade23b5638c38aa25ab1ca1df7
2 files changed
tree: 87def1a823fec05e736983add7b5642ef475736b
  1. config/
  2. harness/
  3. integration_tests/
  4. pylib/
  5. test_scripts/
  6. test_targets/
  7. tools/
  8. Android.bp
  9. OWNERS
  10. PREUPLOAD.cfg
  11. pylintrc
  12. README.md
  13. TEST_MAPPING
README.md

Android App Compatibility Test Suite (C-Suite)

C-Suite consists of the testing framework and test cases, designed to detect and report app compatibility issues.