Searched refs:mLeakedException (Results 1 – 1 of 1) sorted by relevance
156 private RuntimeException mLeakedException = new IllegalStateException( field in AndroidHttpClient193 if (mLeakedException != null) { in finalize()194 Log.e(TAG, "Leak found", mLeakedException); in finalize()195 mLeakedException = null; in finalize()235 if (mLeakedException != null) { in close()237 mLeakedException = null; in close()