New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 592022 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Feature



Sign in to add a comment

Kiosk launch UMA

Project Member Reported by xiy...@chromium.org, Mar 4 2016

Issue description

UMA to track kiosk launches:
- Enterprise
  - auto launch
  - manual launch
- Consumer
  - auto launch
  - manual launch
 
Cc: blumberg@chromium.org
Status: Fixed (was: Assigned)
Cc: juanra...@chromium.org
Change is in M51-Dev 8041.0.0 (51.0.2672.0) and later. Will verify today.

Comment 6 Deleted

Comment 7 Deleted

what stats should I be looking for in the histograms in order to test and verify this bug

Comment 9 by xiy...@chromium.org, Mar 23 2016

It's a UMA enum metric named Kiosk.LaunchType.
I have ran several Kiosk apps in consumer mode as well as enterprise enrolled and then I searched in the chrome://histograms and could not find any record of Kiosk or Kiosk.LaunchType or launch.type. Unable to verify.
platform and version information :

CHROMEOS_RELEASE_DESCRIPTION=8095.0.0  dev-channel panther test


Not sure the good way to verify it. But chrome://histograms could not be used in this case because it only returns "Stats accumulated from browser startup to previous page load...". This means the Kiosk.LaunchType will not show up after browser is restarted (i.e. exit kiosk sessions and get into a user session).

Maybe we need to figure out a way to look at the raw metrics data.

Comment 12 Deleted

UMA dashboard is not real time and make sure the devices is powered on and be online long enough to ensure the metrics is uploaded.

I will try to figure out a script to ask Chrome to dump histograms while running to make it easier to test.
Status: Verified (was: Fixed)
UMA finally updated and showed a record of the Kiosk.LaunchType on my test device, therefore the bug is verified. And yes we would like to see that script for histograms. Thanks

Test device info:
CHROMEOS_RELEASE_DESCRIPTION=8095.0.0  dev-channel panther test
"serial_number"="E5MSCX027759"

Attached is a script to ask running Chrome instance to dump histogram data out as json. After kiosk is launched, run the script and the output file is /tmp/chrome.histogram.json. Look for "Kiosk.LaunchType" in the file and check out the "buckets" field. Or find some visualize tool for the data.


dump_histogram.sh
668 bytes View Download

Sign in to add a comment