Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f778cc3 authored by Etan Cohen's avatar Etan Cohen Committed by Automerger Merge Worker
Browse files

Merge "[SYSUI] Fix logging on test failure" into rvc-dev am: 16f2b570 am:...

Merge "[SYSUI] Fix logging on test failure" into rvc-dev am: 16f2b570 am: 1948a640 am: bf9d0f46

Change-Id: Ic29c6109ec677f6dee88127257ccaf29cf68c36a
parents d9e8dfc0 bf9d0f46
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -122,6 +122,10 @@ public class NetworkControllerBaseTest extends SysuiTestCase {
    public TestWatcher failWatcher = new TestWatcher() {
        @Override
        protected void failed(Throwable e, Description description) {
            if (mNetworkController == null) {
                Log.d(TAG, "mNetworkController = null!");
                return;
            }
            // Print out mNetworkController state if the test fails.
            StringWriter sw = new StringWriter();
            PrintWriter pw = new PrintWriter(sw);