summaryrefslogtreecommitdiffstats
path: root/protos
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2018-05-16 15:54:31 -0700
committerHyunyoung Song <hyunyoungs@google.com>2018-05-21 12:27:46 -0700
commitbd6fba9f589d02550c7542afa1906e2e3dd82a1b (patch)
tree551f130c3c83e2fb390d097b9d8a1454068f52c1 /protos
parent7b19b16f09237508076d89d6fda2e3d335344b98 (diff)
downloadandroid_packages_apps_Trebuchet-bd6fba9f589d02550c7542afa1906e2e3dd82a1b.tar.gz
android_packages_apps_Trebuchet-bd6fba9f589d02550c7542afa1906e2e3dd82a1b.tar.bz2
android_packages_apps_Trebuchet-bd6fba9f589d02550c7542afa1906e2e3dd82a1b.zip
onResume event should be logged (not twice but once)
Bug: 79541772 Change-Id: I5fe1271007e4579e1ec95d51c215ef48d0c6eedd
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_log.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/launcher_log.proto b/protos/launcher_log.proto
index 065663dd0..cab20a3be 100644
--- a/protos/launcher_log.proto
+++ b/protos/launcher_log.proto
@@ -155,6 +155,7 @@ message Action {
CONFIRM = 4; // Indicates thata confirmation screen was accepted
STOP = 5; // Indicates onStop() was called (screen time out, power off)
RECENTS_BUTTON = 6; // Indicates that Recents button was pressed
+ RESUME = 7; // Indicates onResume() was called
}
optional Type type = 1;