-
-
Save darussian/7ebddd836979ea725bdb to your computer and use it in GitHub Desktop.
logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 05-22 11:54:02.650 5278-5769/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 8208-byte allocation. | |
| 05-22 11:54:02.780 5278-5769/com.dramafever.large E//DefaultRequestRunner.java:138﹕ 11:54:02.670 Thread-563 An exception occurred during request network execution :java.lang.OutOfMemoryError | |
| retrofit.RetrofitError: java.lang.OutOfMemoryError | |
| at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:425) | |
| at retrofit.RestAdapter$RestHandler.invoke(RestAdapter.java:282) | |
| at $Proxy4.streamLog(Native Method) | |
| at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:85) | |
| at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:10) | |
| at com.octo.android.robospice.request.CachedSpiceRequest.loadDataFromNetwork(CachedSpiceRequest.java:45) | |
| at com.octo.android.robospice.request.DefaultRequestRunner.processRequest(DefaultRequestRunner.java:134) | |
| at com.octo.android.robospice.request.DefaultRequestRunner$1.run(DefaultRequestRunner.java:201) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:137) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) | |
| at java.lang.Thread.run(Thread.java:856) | |
| Caused by: java.lang.OutOfMemoryError | |
| at java.nio.HeapByteBuffer.<init>(HeapByteBuffer.java:48) | |
| at java.nio.ReadWriteHeapByteBuffer.<init>(ReadWriteHeapByteBuffer.java:49) | |
| at java.nio.ByteBuffer.allocate(ByteBuffer.java:52) | |
| at java.io.InputStreamReader.<init>(InputStreamReader.java:47) | |
| at retrofit.converter.GsonConverter.fromBody(GsonConverter.java:62) | |
| at retrofit.RestAdapter$RestHandler.invokeRequest(RestAdapter.java:393) | |
| at retrofit.RestAdapter$RestHandler.invoke(RestAdapter.java:282) | |
| at $Proxy4.streamLog(Native Method) | |
| at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:85) | |
| at com.dramafever.android.lib.robospice.request.StreamLogRequest.loadDataFromNetwork(StreamLogRequest.java:10) | |
| at com.octo.android.robospice.request.CachedSpiceRequest.loadDataFromNetwork(CachedSpiceRequest.java:45) | |
| at com.octo.android.robospice.request.DefaultRequestRunner.processRequest(DefaultRequestRunner.java:134) | |
| at com.octo.android.robospice.request.DefaultRequestRunner$1.run(DefaultRequestRunner.java:201) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442) | |
| at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:137) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) | |
| at java.lang.Thread.run(Thread.java:856) | |
| 05-22 11:54:05.950 5278-5472/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 8208-byte allocation. | |
| 05-22 11:54:06.160 5278-5472/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 4328-byte allocation. | |
| 05-22 11:54:06.410 5278-5472/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 3778-byte allocation. | |
| 05-22 11:54:13.870 5278-5278/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 808-byte allocation. | |
| 05-22 11:54:14.280 5278-5278/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 1126-byte allocation. | |
| 05-22 11:54:56.470 5278-5782/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 796-byte allocation. | |
| 05-22 11:54:56.800 5278-5782/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 754-byte allocation. | |
| 05-22 11:55:55.760 5278-5780/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 462-byte allocation. | |
| 05-22 11:55:56.060 5278-5780/com.dramafever.large E/dalvikvm-heap﹕ Out of memory on a 754-byte allocation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into the same thing. Any way to get around the
OutOfMemoryErroryou were seeing? Either by chunking the transfer or some other way?Thanks!