大神求助,CTS不通过,求指导
02-23 17:06:19 I/e11dbc12: android.security.cts.ListeningPortsTest#testNoListeningLoopbackTcpPorts FAIL
android.security.cts.ListeningPortsTest$ListeningPortsAssertionError:
Found port listening on addr=127.0.0.1, port=8872, UID=1002 [com.android.bluetooth, org.codeaurora.bluetooth] in /proc/net/tcp
at android.security.cts.ListeningPortsTest.assertNoAccessibleListeningPorts(ListeningPortsTest.java:200)
at android.security.cts.ListeningPortsTest.testNoListeningLoopbackTcpPorts(ListeningPortsTest.java:100)
at java.lang.reflect.Method.invoke(Native Method)
at java.lang.reflect.Method.invoke(Method.java:372)
at junit.framework.TestCase.runTest(TestCase.java:168)
at junit.framework.TestCase.runBare(TestCase.java:134)
at junit.framework.TestResult$1.protect(TestResult.java:115)
at junit.framework.TestResult.runProtected(TestResult.java:133)
at android.support.test.internal.runner.junit3.DelegatingTestResult.runProtected(DelegatingTestResult.java:90)
at junit.framework.TestResult.run(TestResult.java:118)
at android.support.test.internal.runner.junit3.AndroidTestResult.run(AndroidTestResult.java:52)
at junit.framework.TestCase.run(TestCase.java:124)
at android.support.test.internal.runner.junit3.NonLeakyTestSuite$NonLeakyTest.run(NonLeakyTestSuite.java:63)
at junit.framework.TestSuite.runTest(TestSuite.java:243)
at junit.framework.TestSuite.run(TestSuite.java:238)
at android.support.test.internal.runner.junit3.DelegatingTestSuite.run(DelegatingTestSuite.java:103)
at android.support.test.internal.runner.junit3.AndroidTestSuite.run(AndroidTestSuite.java:52)
at android.support.test.internal.runner.junit3.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
at org.junit.runners.Suite.runChild(Suite.java:128)
02-23 17:06:19 I/e11dbc12: android.security.cts.ListeningPortsTest#testNoListeningLoopbackUdp6Ports PASS
02-23 17:06:19 I/e11dbc12: android.security.cts.ListeningPortsTest#testNoListeningLoopbackUdpPorts PASS
02-23 17:06:19 I/e11dbc12: android.security.cts.ListeningPortsTest#testNoRemotelyAccessibleListeningTcp6Ports FAIL
android.security.cts.ListeningPortsTest$ListeningPortsAssertionError:
Found port listening on addr=::, port=54181, UID=1000 [com.qualcomm.wfd.service, com.stv.stvappupdate, com.stv.net.misc, com.stv.smartControl, com.qualcomm.qti.auth.securesampleauthservice, com.stv.guider, com.qualcomm.qti.auth.fidocryptoservice, com.stv.signalsourcemanager, com.qapp.quickboot, com.stv.systemcontrol, com.qualcomm.qti.auth.sampleauthenticatorservice, com.android.inputmethod.pinyin, android, com.android.providers.settings, com.android.inputdevices, com.android.location.fused, com.stv.launcher, com.stv.helper.main, com.android.keychain, com.stv.stvremoterupdate, eyesight.service.service, com.qti.service.colorservice, com.dsi.ant.server, com.stv.bootadmanager, com.stv.lekey, com.android.settings, com.qualcomm.timeservice, com.stv.systemupgrade, com.stv.globalsetting] in /proc/net/tcp6
Found port listening on addr=::, port=10000, UID=10042 [com.stv.voice] in /proc/net/tcp6
at android.security.cts.ListeningPortsTest.assertNoAccessibleListeningPorts(ListeningPortsTest.java:200)
at android.security.cts.ListeningPortsTest.testNoRemotelyAccessibleListeningTcp6Ports(ListeningPortsTest.java:66)
at java.lang.reflect.Method.invoke(Native Method)
at org.junit.runners.Suite.runChild(Suite.java:24)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
at android.support.test.runner.AndroidJUnitRunner.onStart(AndroidJUnitRunner.java:245)
at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1837)
........