D | ActivityManagerService.java | 12077 static final void dumpMemItems(PrintWriter pw, String prefix, String tag, in dumpMemItems() method in ActivityManagerService 12102 dumpMemItems(pw, prefix + " ", mi.shortLabel, mi.subitems, in dumpMemItems() 12108 static final void dumpMemItems(ProtoOutputStream proto, long fieldId, String tag, in dumpMemItems() method in ActivityManagerService 12128 dumpMemItems(proto, MemInfoDumpProto.MemItem.SUB_ITEMS, mi.shortLabel, mi.subitems, in dumpMemItems() 12709 dumpMemItems(pw, " ", "proc", procMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12715 dumpMemItems(pw, " ", "oom", oomMems, false, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12722 dumpMemItems(out, " ", "cat", catMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 13212 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_PROCESS, "proc", in dumpApplicationMemoryUsage() 13215 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_OOM_ADJUSTMENT, "oom", in dumpApplicationMemoryUsage() 13218 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_CATEGORY, "cat", in dumpApplicationMemoryUsage()
|