diff options
| author | 2020-04-30 09:20:42 -0700 | |
|---|---|---|
| committer | 2020-04-30 09:20:48 -0700 | |
| commit | b96b2f486aafd443cdda0b2d84a10a2e350a964b (patch) | |
| tree | 8f7dfe4ba89d26b79dd79dcac82a591fc516bec6 | |
| parent | 1cd9750aa404696fce4e9726a6ecb907cee36ad7 (diff) | |
Add logs for drag and drop in documentsui
Test: not tested
Bug: 155134389
Change-Id: Iab4dc6973284de5bbad4c79e0641d7316f74e6ec
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 10 |
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. * |