newrelic / video-agent-roku

New Relic Agent for Roku
Apache License 2.0
18 stars 18 forks source link

Added proper millisecond time stamp calculation in nrTimestamp() #42

Closed gokulmadhavan25 closed 2 years ago

gokulmadhavan25 commented 2 years ago

Probem Current implementation of nrTimestamp() depends on external flow to update the milliseconds value which is bound to be wrong values for total time in milliseconds.

Solution Use the Roku OS method GetMilliseconds() to get the current millisecond and append to the returned timestamp value.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.