Future<void> setLogcatMinLevel(LogLevel minLevel) async { return await _cosApi.setLogcatMinLevel(minLevel); }