Merge change 1891 into donut

* changes:
  Record statistics about whether HTTP connections are reused.
This commit is contained in:
Android (Google) Code Review
2009-05-18 16:51:53 -07:00
2 changed files with 88 additions and 33 deletions

View File

@@ -137,6 +137,8 @@ public final class Checkin {
CRASHES_TRUNCATED,
ELAPSED_REALTIME_SEC,
ELAPSED_UPTIME_SEC,
HTTP_REQUEST,
HTTP_REUSED,
HTTP_STATUS,
PHONE_GSM_REGISTERED,
PHONE_GPRS_ATTEMPTED,
@@ -351,6 +353,3 @@ public final class Checkin {
}
}
}