Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reducing DEVICE_INFO payload size by avoiding unchanged properties. #192

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

shagihan
Copy link
Contributor

@shagihan shagihan commented Oct 1, 2018

Purpose

Reduce the size of the device info payload by removing unchanged information comparing with the previously sent data.

Approach

In the android agent create a Map, Which is storing key-value pairs for the attributes contains in the response payload and store that object in the shared preference.
At the time device info payload build, Compare the new values with the previous one and if changed add that to the device_info payload.

@CLAassistant
Copy link

CLAassistant commented Aug 5, 2019

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants