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
Родитель a9c4dc93ca
Коммит 66b0630b84
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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");
}
}