私のAndroidアプリでは、私は呼び出します
HttpRequest request = execute(HttpRequest.get(SOME_URL));//SOME_URL returns json
Log.d("TAG", "hello");
Log.d("TAG", String.valueOf(request));
私のコンソールhello
出力では、2番目ではありませんlog.d(...)
私のAndroidアプリでは、私は呼び出します
HttpRequest request = execute(HttpRequest.get(SOME_URL));//SOME_URL returns json
Log.d("TAG", "hello");
Log.d("TAG", String.valueOf(request));
私のコンソールhello
出力では、2番目ではありませんlog.d(...)