New issue
Advanced search Search tips

Issue 610866 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Need to report active users for iOS client

Project Member Reported by dah...@chromium.org, May 10 2016

Issue description

Currently we do not capture active user counts for the iOS clients because iOS uses the older telemetry API. We need to update, so that we can get an accurate user count for all platforms.
 
Labels: M-53
Owner: nicho...@chromium.org
Status: Assigned (was: Untriaged)

Comment 2 by yuweih@chromium.org, May 19 2016

Hey Scott, there is a class called ClientTelemetryLogger under remoting/client. You can reuse that for iOS. The interface is similar to the existing ClientStatusLogger and you can take a look at ChromotingJniRuntime::StartLoggerOnNetworkThread and some function calls in remoting/client/jni/chromoting_jni_instance.cc if you like.

BTW just to mention that the OnConnectionState function of ClientUserInterface will not be called if disconnection is triggered on the client but it will be called if it is triggered on the host. You may need to modify the Disconnect() function to get the correct stat of disconnect events.
Project Member

Comment 3 by sheriffbot@chromium.org, Jul 10 2016

Labels: -M-53 M-54 MovedFrom-53
Moving this nonessential bug to the next milestone.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -M-54 M-56
Labels: -M-56 M-57

Comment 6 by joedow@chromium.org, Jan 27 2017

Labels: -M-57
Owner: yuweih@chromium.org
Labels: -MovedFrom-53 OS-iOS
Status: Fixed (was: Assigned)

Sign in to add a comment