xharness icon indicating copy to clipboard operation
xharness copied to clipboard

Disable chatty log trimming on Android

Open akoeplinger opened this issue 3 years ago • 0 comments

We see quite often in the logcat something like this:

chatty  : uid=10225(net.dot.System.Net.Sockets.Tests) expire 102 lines

The chatty service removes log messages if a process logs too many messages in some time period. This is exactly what our tests do though since we print a line for each passed/failed test 😄

We should disable this behavior by running logcat -P "" before starting the test run.

akoeplinger avatar Aug 10 '22 14:08 akoeplinger