Exemplo n.º 1
0
  @Override
  protected void onException(final Exception e) throws RuntimeException {
    super.onException(e);

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

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

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