Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit a9fa5e03 authored by Nitin Sangar's avatar Nitin Sangar
Browse files

Implement accessibility telemtery in wear

As a part of this telemetry, log
 1. Accessiblity shortcut reported atom when stem primary button is
    triple pressed in wear
 2. log mistrigger occurred via System setting

Test: Tested logging of atom via : statsd_testdrive 266
Bug: 264540995
Test results:

On pressing triple press when its enabled, this was the output :

event_metrics {
  data {
    aggregated_atom_info {
      atom {
        accessibility_shortcut_reported {
          package_name: "com.google.android.marvin.talkback/com.google.android.marvin.talkback.TalkBackService"
          shortcut_type: A11Y_WEAR_TRIPLE_PRESS_GESTURE
          service_status: ENABLED
        }
      }
      elapsed_timestamp_nanos: 9304445032196
    }
  }
}
is_active: true

Change-Id: Ic348ed8762f2fac20c117671ee39a3acec8862bb
parent d7972990
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment