D | ActivityManagerService.java | 12085 static final void dumpMemItems(PrintWriter pw, String prefix, String tag, in dumpMemItems() method in ActivityManagerService 12110 dumpMemItems(pw, prefix + " ", mi.shortLabel, mi.subitems, in dumpMemItems() 12116 static final void dumpMemItems(ProtoOutputStream proto, long fieldId, String tag, in dumpMemItems() method in ActivityManagerService 12136 dumpMemItems(proto, MemInfoDumpProto.MemItem.SUB_ITEMS, mi.shortLabel, mi.subitems, in dumpMemItems() 12717 dumpMemItems(pw, " ", "proc", procMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12723 dumpMemItems(pw, " ", "oom", oomMems, false, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12730 dumpMemItems(out, " ", "cat", catMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 13220 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_PROCESS, "proc", in dumpApplicationMemoryUsage() 13223 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_OOM_ADJUSTMENT, "oom", in dumpApplicationMemoryUsage() 13226 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_CATEGORY, "cat", in dumpApplicationMemoryUsage()
|