-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report ArtDeviceStatus as a pulled atom
The current implementation is reporting a pushed atom called ArtDeviceDatumReported containing the the boot image status as soon as the runtime initialization has completed. One drawback with this approach is that, if the device is not rebooted in a long time, no atoms will be pushed. This CL introduces a new pulled atom called ArtDeviceStatus which will be pulled rather than pushed with a fixed schedule set on the server side - the plan is to set the schedule to report every 24 hours, in order to receive a device status on a daily basis for continuous analysis. Ignore-AOSP-First: adding related changes in frameworks/proto_logging Bug: 257028435 Test: atest ArtGtestsTargetChroot Test: statsd_testdrive 10205 Change-Id: I68a0dfd413271c458fe930a3e6c4d17ed49f8666
- Loading branch information
Stefano Cianciulli
committed
Feb 1, 2024
1 parent
8107b4c
commit c34231a
Showing
7 changed files
with
36 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters