diff options
| author | 2015-04-15 00:11:01 +0000 | |
|---|---|---|
| committer | 2015-04-15 00:11:01 +0000 | |
| commit | d83a598c392af8daf9c82f28b5c920955712f528 (patch) | |
| tree | 015533db54b1d3cd060159175e09e71fbcd0cf83 | |
| parent | 44d7989abfe41ffa2d4a5cfba8c0d2f880ac9b8d (diff) | |
| parent | 82992b7270842637d1af3dcc7c9ae954bdfa312c (diff) | |
am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."
* commit '82992b7270842637d1af3dcc7c9ae954bdfa312c':
Fix javadoc error in Debug.getRuntimeStats().
| -rw-r--r-- | core/java/android/os/Debug.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 1c85db45917f..2a60b4d9738f 100644 --- a/core/java/android/os/Debug.java +++ b/core/java/android/os/Debug.java @@ -1115,7 +1115,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo /** * Returns a map of the names/values of the runtime statistics - * that {@link #getRuntimeStat()} supports. + * that {@link #getRuntimeStat(String)} supports. * * @return a map of the names/values of the supported runtime statistics. * @hide |