Loading cmds/statsd/src/atoms.proto +8 −12 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ message Atom { // Consider removing this if it becomes a problem ServiceStateChanged service_state_changed = 99; ServiceLaunchReported service_launch_reported = 100; PhenotypeFlagStateChanged phenotype_flag_state_changed = 101; FlagFlipUpdateOccurred flag_flip_update_occurred = 101; BinaryPushStateChanged binary_push_state_changed = 102; DevicePolicyEvent device_policy_event = 103; DocsUIFileOperationCanceledReported docs_ui_file_op_canceled = 104; Loading Loading @@ -2478,18 +2478,14 @@ message Notification { } /* * Logs when a flag flip state changes. * Logged in P/h. * Logs when a flag flip update occurrs. Used for mainline modules that update via flag flips. */ message PhenotypeFlagStateChanged { // Mendel configuration name. optional string mendel_config_name = 1; // State enum State { STATE_UNKNOWN = 0; COMMITTED = 1; } optional State state = 2; message FlagFlipUpdateOccurred { // If the event is from a flag config package, specify the package name. optional string flag_flip_package_name = 1; // The order id of the package optional int64 order_id = 2; } /* Loading Loading
cmds/statsd/src/atoms.proto +8 −12 Original line number Diff line number Diff line Loading @@ -163,7 +163,7 @@ message Atom { // Consider removing this if it becomes a problem ServiceStateChanged service_state_changed = 99; ServiceLaunchReported service_launch_reported = 100; PhenotypeFlagStateChanged phenotype_flag_state_changed = 101; FlagFlipUpdateOccurred flag_flip_update_occurred = 101; BinaryPushStateChanged binary_push_state_changed = 102; DevicePolicyEvent device_policy_event = 103; DocsUIFileOperationCanceledReported docs_ui_file_op_canceled = 104; Loading Loading @@ -2478,18 +2478,14 @@ message Notification { } /* * Logs when a flag flip state changes. * Logged in P/h. * Logs when a flag flip update occurrs. Used for mainline modules that update via flag flips. */ message PhenotypeFlagStateChanged { // Mendel configuration name. optional string mendel_config_name = 1; // State enum State { STATE_UNKNOWN = 0; COMMITTED = 1; } optional State state = 2; message FlagFlipUpdateOccurred { // If the event is from a flag config package, specify the package name. optional string flag_flip_package_name = 1; // The order id of the package optional int64 order_id = 2; } /* Loading