Bug 885886 - Clarify definitions of FHR init times. r=doc-only

This commit is contained in:
Richard Newman 2013-07-02 14:13:52 -07:00
parent b179486574
commit 2c544a38ed

View File

@ -837,8 +837,12 @@ public class BrowserHealthRecorder implements GeckoEventListener {
*
* "r": reason. Values are "P" (activity paused), "A" (abnormal termination)
* "d": duration. Value in seconds.
* "sg": Gecko startup time. Present if this is a clean launch.
* "sj": Java startup time. Present if this is a clean launch.
* "sg": Gecko startup time. Present if this is a clean launch. This
* corresponds to the telemetry timer FENNEC_STARTUP_TIME_GECKOREADY.
* "sj": Java activity init time. Present if this is a clean launch. This
* corresponds to the telemetry timer FENNEC_STARTUP_TIME_JAVAUI,
* and includes initialization tasks beyond initial
* onWindowFocusChanged.
*
* Abnormal terminations will be missing a duration and will feature these keys:
*