bugfix: remove dump timeout message after dump is received

Change-Id: I4061ccf77d47045a23065d27d6c9fa7452d085cc
This commit is contained in:
Guang Zhu
2010-12-23 16:25:47 -08:00
parent cd17391944
commit f2f7f56e8b

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