处理一些代码错误

This commit is contained in:
juntao
2021-12-14 11:28:35 +08:00
parent 8179715f5b
commit 3c2332d6f4
4 changed files with 4 additions and 2 deletions

View File

@ -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);