Bug 1214810 - Add a message indicating that Gecko is ready on Android r=droeh

This commit is contained in:
James Willcox 2015-11-19 19:21:45 -05:00
parent 5f48ef2d31
commit b510510cce

View File

@ -486,6 +486,7 @@ public class GeckoThread extends Thread implements GeckoEventListener {
if ("Gecko:Ready".equals(event)) {
EventDispatcher.getInstance().unregisterGeckoThreadListener(this, event);
setState(State.RUNNING);
Log.w(LOGTAG, "zerdatime " + SystemClock.uptimeMillis() + " - Gecko ready");
}
}