Home
last modified time | relevance | path

Searched refs:mLeakedException (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/android/src/android/net/http/
DAndroidHttpClient.java156 private RuntimeException mLeakedException = new IllegalStateException( field in AndroidHttpClient
193 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()