diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 1c85db45917fb..2a60b4d9738fb 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