Get desktop application:
View/edit binary Protocol Buffers messages
Information about the action cache behavior during a single build.
Used in:
Size of the action cache in bytes. This is computed by the code that persists the action cache to disk and represents the size of the written files, which has no direct relation to the number of entries in the cache.
Time it took to save the action cache to disk.
Cache counters.
Breakdown of the cache misses based on the reasons behind them.
Time it took to load the action cache from disk. Reported as 0 if the action cache has not been loaded in this invocation.
Detailed information for a particular miss reason.
Used in:
Reasons for not finding an action in the cache.
Used in:
Information about how to deploy and launch the result of an android build
The merged manifest in the resource APK
Merged manifests of dependencies
If the build supports an external deploy, this will have the APKs. mobile-install does its own deployment, so this list will be empty
Unused
Used by mobile-install
Used in:
This path is relative to "bazel info execution_root"
Points to a globally valid URI whenever possible. See BuildEventStreamOptions.java
Detailed status data for a TestRunnerAction execution.
Used in:
Status data of test cases which failed (used only for printing test summary)
Used in:
* Information about every test case is available.
* Information about some test cases may be missing.
* No information about individual test cases.
* This is an empty object still without data.
TestCase contains detailed data about all tests (cases/suites/decorators) ran, structured in a tree. This data will be later used to present the tests by the web status server.
Used in:
Used in:
Used in:
TestResultData holds the outcome data for a single test action (A single test rule can result in multiple actions due to sharding and runs_per_test settings.)
The following two fields are used for TestRunnerAction caching. This reflects the fact that failing tests are successful actions that might be cached, depending on option settings.
Following data is informational.
Returns if this was cached in remote execution.
Returns true if this was executed remotely
All associated test times (in ms).
Passed log paths. Set if the test passed.
Test times, without remote execution overhead (in ms).
Total time in ms.
Start time of the test action in ms since the epoch.
Additional build info