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

This commit is contained in:
Guang Zhu
2010-12-23 16:28:13 -08:00
committed by Android (Google) Code Review

View File

@@ -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) {