getMemoryLogs method

List<String> getMemoryLogs()

获取内存中的日志

Implementation

List<String> getMemoryLogs() {
  return _memoryLogs.toList();
}