Loading core/java/android/os/Debug.java +8 −2 Original line number Original line Diff line number Diff line Loading @@ -1538,7 +1538,13 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo /** /** * Retrieves information about this processes memory usages. This information is broken down by * Retrieves information about this processes memory usages. This information is broken down by * how much is in use by dalivk, the native heap, and everything else. * how much is in use by dalvik, the native heap, and everything else. * * <p><b>Note:</b> this method directly retrieves memory information for the give process * from low-level data available to it. It may not be able to retrieve information about * some protected allocations, such as graphics. If you want to be sure you can see * all information about allocations by the process, use instead * {@link android.app.ActivityManager#getProcessMemoryInfo(int[])}.</p> */ */ public static native void getMemoryInfo(MemoryInfo memoryInfo); public static native void getMemoryInfo(MemoryInfo memoryInfo); Loading Loading
core/java/android/os/Debug.java +8 −2 Original line number Original line Diff line number Diff line Loading @@ -1538,7 +1538,13 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo /** /** * Retrieves information about this processes memory usages. This information is broken down by * Retrieves information about this processes memory usages. This information is broken down by * how much is in use by dalivk, the native heap, and everything else. * how much is in use by dalvik, the native heap, and everything else. * * <p><b>Note:</b> this method directly retrieves memory information for the give process * from low-level data available to it. It may not be able to retrieve information about * some protected allocations, such as graphics. If you want to be sure you can see * all information about allocations by the process, use instead * {@link android.app.ActivityManager#getProcessMemoryInfo(int[])}.</p> */ */ public static native void getMemoryInfo(MemoryInfo memoryInfo); public static native void getMemoryInfo(MemoryInfo memoryInfo); Loading