}
mSelector.wakeup();
channel.register(mSelector, SelectionKey.OP_READ, device);
+ Log.i("sdb", "registered CS Report Service");
} catch (IOException e) {
Log.e("sdb", "failed to open a socket channel");
}
*/
private void notifyAllListeners(final IDevice device, final String path) {
// TODO : At this time, send to the one listener.
+
+ Log.i("sdb", "cs file is created and notify to " + device.getSerialNumber());
synchronized (mCSListeners) {
for (ICrashReportServiceListener listener : mCSListeners) {
if (device != null) {