Пример #1
0
 public void onError(Platform platform, int action, Throwable t) {
   dismissDialog();
   KLog.json(t.getMessage());
   if (action == Platform.ACTION_USER_INFOR) {
     handler.sendEmptyMessage(MSG_AUTH_ERROR);
   }
   t.printStackTrace();
 }