How to hide NativeCrypto messages from Logcat
Asked Answered
M

1

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

Mabelmabelle answered 12/10, 2014 at 5:53 Comment(0)
P
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.

Piezochemistry answered 12/10, 2014 at 5:59 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.