diff options
| author | Hans Boehm <hboehm@google.com> | 2019-11-06 03:35:49 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2019-11-06 03:35:49 -0800 |
| commit | c02f9c70b397d84513e415709df604f1ba2f3c06 (patch) | |
| tree | d517a6c726d22f045e3ff414f43f9575013bd811 /core/java/android | |
| parent | 9d627e9a87bf345336e9ec42603c313e25104fc9 (diff) | |
| parent | c83c34451662d7c873fe04ef70b37ace2991b9d3 (diff) | |
Merge "Add disclaimer to Debug.getRuntimeStat()" am: 52218ffa3b
am: c83c344516
Change-Id: I795915183167a1795da7a4a630e008d76cafcf13
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/Debug.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 154e8cd5a2d5..4ed7b17d1549 100644 --- a/core/java/android/os/Debug.java +++ b/core/java/android/os/Debug.java @@ -1690,6 +1690,8 @@ public final class Debug * such runtime statistic exists. * * <p>The following table lists the runtime statistics that the runtime supports. + * All statistics are approximate. Individual allocations may not be immediately reflected + * in the results. * Note runtime statistics may be added or removed in a future API level.</p> * * <table> |
