Merge "Fix javadoc error in Debug.getRuntimeStats()."

This commit is contained in:
Hiroshi Yamauchi
2015-04-14 23:49:02 +00:00
committed by Gerrit Code Review

View File

@@ -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 * 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. * @return a map of the names/values of the supported runtime statistics.
* @hide * @hide