Loading metricsd/uploader/proto/system_profile.proto +1 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,7 @@ message SystemProfileProto { optional string application_locale = 4; optional string application_locale = 4; message BrilloDeviceData { message BrilloDeviceData { optional string build_target_id = 1; optional string product_id = 1; } } optional BrilloDeviceData brillo = 21; optional BrilloDeviceData brillo = 21; Loading metricsd/uploader/system_profile_cache.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -136,7 +136,7 @@ bool SystemProfileCache::Populate( profile_proto->set_channel(profile_.channel); profile_proto->set_channel(profile_.channel); metrics::SystemProfileProto_BrilloDeviceData* device_data = metrics::SystemProfileProto_BrilloDeviceData* device_data = profile_proto->mutable_brillo(); profile_proto->mutable_brillo(); device_data->set_build_target_id(profile_.product_id); device_data->set_product_id(profile_.product_id); return true; return true; } } Loading Loading
metricsd/uploader/proto/system_profile.proto +1 −1 Original line number Original line Diff line number Diff line Loading @@ -88,7 +88,7 @@ message SystemProfileProto { optional string application_locale = 4; optional string application_locale = 4; message BrilloDeviceData { message BrilloDeviceData { optional string build_target_id = 1; optional string product_id = 1; } } optional BrilloDeviceData brillo = 21; optional BrilloDeviceData brillo = 21; Loading
metricsd/uploader/system_profile_cache.cc +1 −1 Original line number Original line Diff line number Diff line Loading @@ -136,7 +136,7 @@ bool SystemProfileCache::Populate( profile_proto->set_channel(profile_.channel); profile_proto->set_channel(profile_.channel); metrics::SystemProfileProto_BrilloDeviceData* device_data = metrics::SystemProfileProto_BrilloDeviceData* device_data = profile_proto->mutable_brillo(); profile_proto->mutable_brillo(); device_data->set_build_target_id(profile_.product_id); device_data->set_product_id(profile_.product_id); return true; return true; } } Loading