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

Commit c8348050 authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "bugfix: remove dump timeout message after dump is received"

parents 4e24aac6 f2f7f56e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
                }
                return;
            } else if (msg.what == MSG_WEBKIT_DATA) {
                mHandler.removeMessages(MSG_DUMP_TIMEOUT);
                TestShellActivity.this.dump(mTimedOut, (String)msg.obj);
                return;
            } else if (msg.what == MSG_DUMP_TIMEOUT) {