Searched refs:isSystemTracingEnabled (Results 1 – 2 of 2) sorted by relevance
81 while (isSystemTracingEnabled()) { in tearDown()83 …g.w("/sys/kernel/debug/tracing/tracing_on is still 1 after 10 secs : " + isSystemTracingEnabled()); in tearDown()314 if (PERFETTO_TESTS_ENABLED) assertThat(isSystemTracingEnabled()).isFalse(); in testPerfetto()327 if (isSystemTracingEnabled()) { in testPerfetto()
247 protected boolean isSystemTracingEnabled() throws Exception { in isSystemTracingEnabled() method in AtomTestCase