From 0b15c7ee07c4a874d9b08516c6355e3377263e89 Mon Sep 17 00:00:00 2001 From: Yogisha Dixit Date: Mon, 10 May 2021 12:01:58 +0100 Subject: Log widget features. Design doc: go/widgets-logging Note that this doesn't log dynamic colors yet. I'll work on that in a follow-up CL. Bug: 185778648 Test: manual Change-Id: I04249ef267907b4112c220fb206e077d1bee783a --- protos/launcher_atom.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'protos') diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index fb47b0aad6..475b5bead0 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -162,6 +162,7 @@ message Widget { optional int32 app_widget_id = 3; optional string package_name = 4; // only populated during snapshot if from workspace optional string component_name = 5; // only populated during snapshot if from workspace + optional int32 widget_features = 6; } // Tasks handled by PackageManager -- cgit v1.2.3