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

Commit 49171bc4 authored by Guang Zhu's avatar Guang Zhu
Browse files

add more logging into DRT

Need the extra log to track down a test hang issue

Change-Id: I1556f27b64296fcd39bc49ecbdd14347213bb9a2
parent 2bb51bb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
    }

    private void setDumpTimeout(long timeout) {
        Log.v(LOGTAG, "setting dump timeout at " + timeout);
        Message msg = mHandler.obtainMessage(MSG_DUMP_TIMEOUT);
        mHandler.sendMessageDelayed(msg, timeout);
    }