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

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

bugfix: remove dump timeout message after dump is received

Change-Id: I4061ccf77d47045a23065d27d6c9fa7452d085cc
parent cd173919
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) {