bugfix: remove dump timeout message after dump is received
Change-Id: I4061ccf77d47045a23065d27d6c9fa7452d085cc
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user