部分代码整理

This commit is contained in:
kehaoyuan
2017-05-11 14:55:54 +08:00
parent a209edc181
commit 7b7987b574
36 changed files with 50 additions and 48 deletions

View File

@ -94,7 +94,7 @@ public class AppDebugConfig {
// activityManager.getMemoryClass();
final String tag = "MM_INFO";
// Log.i(tag, "Class " + activityManager.getMemoryClass());
final long mb = 1024 * 1024l;
final long mb = 1024 * 1024;
//Get VM Heap Size by calling:
Log.i(tag, "VM Heap Size:" + Runtime.getRuntime().totalMemory() / mb);