зеркало из https://github.com/mozilla/gecko-dev.git
Bug 741042 - Fix wrong description for Telemetry entries. r=rnewman
This commit is contained in:
Родитель
4dc2324012
Коммит
c32929707b
|
@ -439,8 +439,8 @@ HISTOGRAM_ENUMERATED_VALUES(SAFE_MODE_USAGE, 3, "Whether the user is in safe mod
|
|||
*/
|
||||
#if defined(ANDROID)
|
||||
HISTOGRAM(BROWSERPROVIDER_XUL_IMPORT_TIME, 20, 600000, 20, EXPONENTIAL, "Time for the initial conversion of a XUL places database (ms)")
|
||||
HISTOGRAM(BROWSERPROVIDER_XUL_IMPORT_BOOKMARKS, 1, 50000, 20, EXPONENTIAL, "Time for the initial conversion of a XUL places database (ms)")
|
||||
HISTOGRAM(BROWSERPROVIDER_XUL_IMPORT_HISTORY, 1, 1000000, 20, EXPONENTIAL, "Time for the initial conversion of a XUL places database (ms)")
|
||||
HISTOGRAM(BROWSERPROVIDER_XUL_IMPORT_BOOKMARKS, 1, 50000, 20, EXPONENTIAL, "Number of bookmarks in the original XUL places database")
|
||||
HISTOGRAM(BROWSERPROVIDER_XUL_IMPORT_HISTORY, 1, 1000000, 20, EXPONENTIAL, "Number of history entries in the original XUL places database")
|
||||
#endif
|
||||
|
||||
#undef HISTOGRAM_ENUMERATED_VALUES
|
||||
|
|
Загрузка…
Ссылка в новой задаче