search

Home  >  Q&A  >  body text

android - HttpURLConnection读取图片,控制台一直输出 isSBSettingEnabled false

高洛峰高洛峰2772 days ago586

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 17:10:15

    This log should be generated internally by HttpURLConnection. You can try the following method:
    final Logger httpLogger = Logger.getLogger(HttpURLConnection.class.getName());
    httpLogger.setLevel(Level.OFF);

    reply
    0
  • Cancelreply