处理一些代码错误
This commit is contained in:
@ -95,7 +95,7 @@ public class AppDebugConfig {
|
||||
// activityManager.getMemoryClass();
|
||||
final String tag = "MM_INFO";
|
||||
// Log.i(tag, "Class " + activityManager.getMemoryClass());
|
||||
final long mb = 1024 * 1024;
|
||||
final long mb = 1024L * 1024L;
|
||||
//Get VM Heap Size by calling:
|
||||
Log.i(tag, "VM Heap Size:" + Runtime.getRuntime().totalMemory() / mb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user