189190191192193194195196197198199
} protected void connectToDataSource() { try { final Proxy me = this; Debugger.attach(tabId, new AttachCallback() { public void onAttach() { startTimeline(tabId, me); startNetwork(tabId, me); startPage(tabId, me); }