示例#1
0
  @Override
  protected void onException(final Exception e) throws RuntimeException {
    super.onException(e);

    Log.d(TAG, "Exception checking if following user", e);
  }
  @Override
  protected void onException(Exception e) throws RuntimeException {
    super.onException(e);

    Log.d(TAG, "Exception loading commit", e);
  }
  @Override
  protected void onException(Exception e) throws RuntimeException {
    super.onException(e);

    Log.d(TAG, "Exception starring gist", e);
  }