5

Checked Solutions: Unexpected value from nativeGetEnabledTags: 0

My Logcat is only showing the following unused messages with a fast execution.

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

I have check the given solution, but it didn't hide anything inside logcat. I don't know why this message comes only some selected apps.

Is there any fix solution for this

Community
  • 1
  • 1
user3678972
  • 207
  • 2
  • 12

1 Answers1

8

Don't know why its showing .I think its for map.

Anyways.. to hide this you can use the same solution with a little change. Just use ^(?!.*(NativeCrypto)).*$ in by Log Tag TextBox.

Community
  • 1
  • 1
Ranjit
  • 5,130
  • 3
  • 30
  • 66