D | ActivityManagerService.java | 12136 static final void dumpMemItems(PrintWriter pw, String prefix, String tag, in dumpMemItems() method in ActivityManagerService 12161 dumpMemItems(pw, prefix + " ", mi.shortLabel, mi.subitems, in dumpMemItems() 12167 static final void dumpMemItems(ProtoOutputStream proto, long fieldId, String tag, in dumpMemItems() method in ActivityManagerService 12187 dumpMemItems(proto, MemInfoDumpProto.MemItem.SUB_ITEMS, mi.shortLabel, mi.subitems, in dumpMemItems() 12768 dumpMemItems(pw, " ", "proc", procMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12774 dumpMemItems(pw, " ", "oom", oomMems, false, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 12781 dumpMemItems(out, " ", "cat", catMems, true, opts.isCompact, opts.dumpSwapPss); in dumpApplicationMemoryUsage() 13290 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_PROCESS, "proc", in dumpApplicationMemoryUsage() 13293 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_OOM_ADJUSTMENT, "oom", in dumpApplicationMemoryUsage() 13296 dumpMemItems(proto, MemInfoDumpProto.TOTAL_PSS_BY_CATEGORY, "cat", in dumpApplicationMemoryUsage()
|