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

Commit e8e335a5 authored by Guang Zhu's avatar Guang Zhu
Browse files

even more logging

to track down test hang issue

Change-Id: Ida686506275eb7c8c624c135f988feb9c43f86f5
parent 90eb1053
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -89,6 +89,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
                }
                return;
            } else if (msg.what == MSG_WEBKIT_DATA) {
                Log.v(LOGTAG, "Received WebView dump data");
                mHandler.removeMessages(MSG_DUMP_TIMEOUT);
                TestShellActivity.this.dump(mTimedOut, (String)msg.obj);
                return;