author | Richard Newman <rnewman@mozilla.com> |
Wed, 05 Jun 2013 08:45:30 -0700 | |
changeset 134132 | 168173d49c8768a3272b32aa75353badf25a25fc |
parent 134131 | 530fbc32771b6c5420fa5adfcbdada6c322cc67f |
child 134133 | 1658dc513572b96829432b8d8debc3dc3c2379e3 |
push id | 29067 |
push user | ryanvm@gmail.com |
push date | Wed, 05 Jun 2013 20:37:20 +0000 |
treeherder | mozilla-inbound@72fbfb2f8e51 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | trivial |
bugs | 868445 |
milestone | 24.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
mobile/android/base/health/BrowserHealthRecorder.java | file | annotate | diff | comparison | revisions |
--- a/mobile/android/base/health/BrowserHealthRecorder.java +++ b/mobile/android/base/health/BrowserHealthRecorder.java @@ -34,16 +34,17 @@ import org.json.JSONException; import org.json.JSONObject; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Scanner; +import java.util.concurrent.atomic.AtomicBoolean; /** * BrowserHealthRecorder is the browser's interface to the Firefox Health * Report storage system. It manages environments (a collection of attributes * that are tracked longitudinally) on the browser's behalf, exposing a simpler * interface for recording changes. * * Keep an instance of this class around.