【问题标题】:How to hide NativeCrypto messages from Logcat如何从 Logcat 隐藏 NativeCrypto 消息
【发布时间】:2014-10-12 05:53:20
【问题描述】:

已检查的解决方案:Unexpected value from nativeGetEnabledTags: 0

我的 Logcat 只显示以下未使用的消息,执行速度很快。

10-12 10:35:19.661: D/NativeCrypto(7146): Entering sslRead, caller requests to read 1  bytes timeout=0...
10-12 10:35:19.661: D/NativeCrypto(7146): Doing SSL_Read() ssl=0x1b27ad8,     appData=0x17c7e60
10-12 10:35:19.661: D/NativeCrypto(7146): Returned from SSL_Read() with result 1, error code 0 ssl=0x1b27ad8, appData=0x17c7e60

我已经检查了给定的解决方案,但它没有在 logcat 中隐藏任何内容。我不知道为什么此消息仅来自某些选定的应用程序。

这个有什么解决办法吗

【问题讨论】:

    标签: android android-logcat


    【解决方案1】:

    不知道为什么它显示。我认为它的地图。

    无论如何.. 要隐藏这一点,您可以使用 same solution 稍作改动。只需在by Log Tag TextBox 中使用 ^(?!.*(NativeCrypto)).*$

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-12-26
      • 2012-10-30
      • 2016-06-22
      • 1970-01-01
      • 2015-09-18
      • 2011-10-02
      • 1970-01-01
      • 2015-07-22
      相关资源
      最近更新 更多