Some logcat related tests fail, particularly the should not kill the process if started with keepSingleProcess. We are not sure what causes the issue, but we suspect it is related to the static variable that is used in the tests.
Replace it with a variable that is per instance.
Some logcat related tests fail, particularly the
should not kill the process if started with keepSingleProcess
. We are not sure what causes the issue, but we suspect it is related to the static variable that is used in the tests. Replace it with a variable that is per instance.