summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Diksha Gohlyan <dikshag@google.com> 2020-05-01 15:37:56 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2020-05-01 15:37:56 +0000
commitc50fbff9d9d37d9989a88822e7137a97bf32b17c (patch)
tree90aa0f7c318aba142e8b6d999d14b0f820105bc0
parente1b8fa98bab40de665b45da565c0f9642b8a4c21 (diff)
parente814029f7a8cfaf6607a9a6ae5244f44ecf3b8af (diff)
Merge "Add logs for drag and drop in documentsui" into rvc-dev am: 9975ac4156 am: e814029f7a
Change-Id: I0e04848c9a8c99c4787ce46e3425ba40b7621063
-rw-r--r--cmds/statsd/src/atoms.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto
index 674978b50d91..9a73fddebad4 100644
--- a/cmds/statsd/src/atoms.proto
+++ b/cmds/statsd/src/atoms.proto
@@ -427,6 +427,7 @@ message Atom {
AccessibilityShortcutReported accessibility_shortcut_reported =
266 [(module) = "framework"];
AccessibilityServiceReported accessibility_service_reported = 267 [(module) = "settings"];
+ DocsUIDragAndDropReported docs_ui_drag_and_drop_reported = 268 [(module) = "docsui"];
SdkExtensionStatus sdk_extension_status = 354;
// StatsdStats tracks platform atoms with ids upto 500.
@@ -6481,6 +6482,15 @@ message DocsUIPickResultReported {
optional int32 repeatedly_pick_times = 7;
}
+/** Logs the drag and drop of files.
+
+ * Logged from:
+ * package/app/DocumentsUI/src/com/android/documentsui/Metrics.java
+ */
+message DocsUIDragAndDropReported {
+ optional bool drag_initiated_from_docsui = 1;
+}
+
/**
* Logs when an app's memory is compacted.
*