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

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

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

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