Android 개발 메모

현재 메모리와 토탈 메모리 확인하기

Dexx 2016. 6. 24. 21:47
Log.d(TAG, "maxMemory : " + Runtime.getRuntime().maxMemory());
Log.d(TAG, "totalMemory : " + Runtime.getRuntime().totalMemory());