commit | d2e3c5de56b811448cab6a38893e63f74bb0b799 | [log] [tgz] |
---|---|---|
author | Mario Bertschler <bmario@google.com> | Thu Mar 29 21:12:12 2018 +0200 |
committer | Mario Bertschler <bmario@google.com> | Tue Apr 03 21:18:38 2018 +0200 |
tree | b5703e7a387eddc7cfa57ab76d3f0e416aa8c010 | |
parent | 86d7b2d81d94ac181d3619444e93ed029197cc06 [diff] |
Adding WEB_APP item type for logging. Set in LoggerUtils.newItemTarget if instant app Bug:67049361 Change-Id: I8e99e5c60bf1a2083f898e8978d403138f803276
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto index 3b983d2..4013429 100644 --- a/protos/launcher_log.proto +++ b/protos/launcher_log.proto
@@ -69,6 +69,7 @@ EDITTEXT = 7; NOTIFICATION = 8; TASK = 9; // Each page of Recents UI (QuickStep) + WEB_APP = 10; } // Used to define what type of container a Target would represent.