Searched refs:mLeakedException (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/net/http/
H A DAndroidHttpClient.java176 private RuntimeException mLeakedException = new IllegalStateException( field in class:AndroidHttpClient
213 if (mLeakedException != null) {
214 Log.e(TAG, "Leak found", mLeakedException);
215 mLeakedException = null;
255 if (mLeakedException != null) {
257 mLeakedException = null;

Completed in 64 milliseconds