Skip to content

Instantly share code, notes, and snippets.

@ncalexan
Created June 19, 2012 22:21
Show Gist options
  • Save ncalexan/2956860 to your computer and use it in GitHub Desktop.
Save ncalexan/2956860 to your computer and use it in GitHub Desktop.
E StrictMode(29199) A resource was acquired at attached stack trace but never released. See java.io.Closeable for information on avoiding resource leaks.
E StrictMode(29199) java.lang.Throwable: Explicit termination method 'end' not called
E StrictMode(29199) at dalvik.system.CloseGuard.open(CloseGuard.java:184)
E StrictMode(29199) at java.util.zip.Inflater.<init>(Inflater.java:82)
E StrictMode(29199) at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:96)
E StrictMode(29199) at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:81)
E StrictMode(29199) at libcore.net.http.HttpEngine.initContentStream(HttpEngine.java:515)
E StrictMode(29199) at libcore.net.http.HttpEngine.readResponse(HttpEngine.java:808)
E StrictMode(29199) at libcore.net.http.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:274)
E StrictMode(29199) at libcore.net.http.HttpURLConnectionImpl.getInputStream(HttpURLConnectionImpl.java:168)
E StrictMode(29199) at libcore.net.http.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:270)
E StrictMode(29199) at org.mozilla.gecko.SuggestClient.query(SuggestClient.java:78)
E StrictMode(29199) at org.mozilla.gecko.AwesomeBar$4$1.doInBackground(AwesomeBar.java:190)
E StrictMode(29199) at org.mozilla.gecko.AwesomeBar$4$1.doInBackground(AwesomeBar.java:188)
E StrictMode(29199) at android.os.AsyncTask$2.call(AsyncTask.java:264)
E StrictMode(29199) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
E StrictMode(29199) at java.util.concurrent.FutureTask.run(FutureTask.java:137)
E StrictMode(29199) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:208)
E StrictMode(29199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
E StrictMode(29199) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
E StrictMode(29199) at java.lang.Thread.run(Thread.java:856)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment