diff --git a/api/current.xml b/api/current.xml
index bbda4a65b5dea..52f5d2f55f40e 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -17563,6 +17563,19 @@
+
+
+
+
+
+
+
+
+
+
=0; i--) {
+ infos[i] = new Debug.MemoryInfo();
+ Debug.getMemoryInfo(pids[i], infos[i]);
}
-
- if (proc == null) {
- throw new RemoteException();
- }
-
- IApplicationThread thread = proc.thread;
- if (thread == null) {
- throw new RemoteException();
- }
-
- thread.getMemoryInfo(mi);
+ return infos;
}
public void killApplicationProcess(String processName, int uid) {