From d8001676ea1fba9cb4193e809c8d6df9a6cb8e31 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Tue, 14 Apr 2015 16:07:26 -0700 Subject: Fix javadoc error in Debug.getRuntimeStats(). Bug: 19825248 Change-Id: Id7131732d30f01c3edd01c6d4c7c391095ffd054 --- core/java/android/os/Debug.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/java/android/os/Debug.java b/core/java/android/os/Debug.java index 1c85db4..2a60b4d 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 -- cgit v1.1