Bug 1247572 - Add profileDate field to Android core ping docs. r=gfritzsche draft
authorMichael Comella <michael.l.comella@gmail.com>
Thu, 11 Feb 2016 11:45:28 -0800
changeset 330457 52e2506abc8b7e1008d7d1faacd5b0d1f88390de
parent 330448 306cf0271d3e3a344fcbfd2baf75e0450c288cf1
child 514177 c10d74cc349736a32a966fe86add11851c2addd5
push id10760
push usermichael.l.comella@gmail.com
push dateThu, 11 Feb 2016 19:45:34 +0000
reviewersgfritzsche
bugs1247572
milestone47.0a1
Bug 1247572 - Add profileDate field to Android core ping docs. r=gfritzsche MozReview-Commit-ID: Gob7uXjT6jG
toolkit/components/telemetry/docs/core-ping.rst
--- a/toolkit/components/telemetry/docs/core-ping.rst
+++ b/toolkit/components/telemetry/docs/core-ping.rst
@@ -31,16 +31,18 @@ Structure::
       "seq": <positive integer>, // running ping counter, e.g. 3
       "locale": <string>, // application locale, e.g. "en-US"
       "os": <string>, // OS name.
       "osversion": <string>, // OS version.
       "device": <string>, // Build.MANUFACTURER + " - " + Build.MODEL
                           // where manufacturer is truncated to 12 characters
                           // & model is truncated to 19 characters
       "arch": <string>, // e.g. "arm", "x86"
+      "profileDate": <pos integer>, // Profile creation date in days since
+                                    // UNIX epoch.
 
       "experiments": [<string>, …], // Optional, array of identifiers
                                     // for the active experiments
     }
 
 The ``device`` field is filled in with information specified by the hardware
 manufacturer. As such, it could be excessively long and use excessive amounts
 of limited user data. To avoid this, we limit the length of the field. We're