获取内存信息
static Future<Map<String, dynamic>?> getMemoryInfo() async { if (!_isRegistered) return null; return await NativeCrashService.instance.getNativeMemoryInfo(); }