* commit '18582a827c3f908cd75e1d9c189c554f42415a4a': Use Runtime.gc instead of System.gc for DDMS.
This commit is contained in:
@@ -219,7 +219,7 @@ public class DdmHandleHeap extends ChunkHandler {
|
||||
|
||||
if (false)
|
||||
Log.d("ddm-heap", "Heap GC request");
|
||||
System.gc();
|
||||
Runtime.getRuntime().gc();
|
||||
|
||||
return null; // empty response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user