diff options
| author | 2015-04-15 00:24:58 +0000 | |
|---|---|---|
| committer | 2015-04-15 00:24:58 +0000 | |
| commit | 4bb374bb359c01055ad1f35a9424a12dcadd2d2b (patch) | |
| tree | 14afd318b9bf5f4e62ac5b52783954cc36624435 | |
| parent | 7b09e7a9f3ef804e9cd159023b64eac1ef8b7931 (diff) | |
| parent | d83a598c392af8daf9c82f28b5c920955712f528 (diff) | |
am d83a598c: am 82992b72: Merge "Fix javadoc error in Debug.getRuntimeStats()."
* commit 'd83a598c392af8daf9c82f28b5c920955712f528':
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 |