Last active
August 29, 2015 14:20
-
-
Save Joriks/345b7806d561c5c957a4 to your computer and use it in GitHub Desktop.
Logcat when owncloud v1.7.1 crash on android 5.1
This file contains 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
04-29 23:39:47.595 6854-8583/com.owncloud.android D/OwnCloudClient #107﹕ Creating OwnCloudClient | |
04-29 23:39:47.597 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 260229383} | |
04-29 23:39:47.624 6854-6854/com.owncloud.android I/Choreographer﹕ Skipped 33 frames! The application may be doing too much work on its main thread. | |
04-29 23:39:47.690 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:47.690 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 1556(174KB) AllocSpace objects, 9(144KB) LOS objects, 0% free, 191MB/192MB, paused 1.390ms total 81.053ms | |
04-29 23:39:47.695 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 973us total 5.143ms | |
04-29 23:39:47.771 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 205MB to 192MB | |
04-29 23:39:47.771 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 508(20KB) AllocSpace objects, 1(1850KB) LOS objects, 1% free, 189MB/192MB, paused 1.407ms total 74.990ms | |
04-29 23:39:47.868 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:47.868 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 52(2304B) AllocSpace objects, 1(16KB) LOS objects, 0% free, 191MB/192MB, paused 1.104ms total 49.181ms | |
04-29 23:39:47.966 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:47.966 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 262(10KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.847ms total 97.883ms | |
04-29 23:39:47.966 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 772KB allocation | |
04-29 23:39:48.077 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.077 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 90(3KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.521ms total 110.885ms | |
04-29 23:39:48.077 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 791052 byte allocation with 661252 free bytes and 645KB until OOM" | |
04-29 23:39:48.091 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 157(6KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 5.422ms total 13.155ms | |
04-29 23:39:48.173 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.173 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 40(1696B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.091ms total 81.572ms | |
04-29 23:39:48.250 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.250 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 161(6KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.231ms total 77.204ms | |
04-29 23:39:48.250 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 772KB allocation | |
04-29 23:39:48.318 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.318 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 24(1056B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.146ms total 67.756ms | |
04-29 23:39:48.318 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 791052 byte allocation with 597044 free bytes and 583KB until OOM" | |
04-29 23:39:48.331 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=115, name=IMG_20140415_011713.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140415_011713.jpg, remote=/Images/IMG_20140415_011713.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 791052 byte allocation with 597044 free bytes and 583KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.Bitmap.nativeCreate(Native Method) | |
at android.graphics.Bitmap.createBitmap(Bitmap.java:812) | |
at android.graphics.Bitmap.createBitmap(Bitmap.java:789) | |
at android.graphics.Bitmap.createBitmap(Bitmap.java:720) | |
at android.media.ThumbnailUtils.transform(ThumbnailUtils.java:423) | |
at android.media.ThumbnailUtils.extractThumbnail(ThumbnailUtils.java:226) | |
at android.media.ThumbnailUtils.extractThumbnail(ThumbnailUtils.java:201) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.addThumbnailToCache(ThumbnailsCacheManager.java:231) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:271) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:48.346 6854-8583/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 12.791ms for cause Explicit | |
04-29 23:39:48.443 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.444 6854-8583/com.owncloud.android I/art﹕ Explicit concurrent mark sweep GC freed 853(33KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 2.457ms total 95.188ms | |
04-29 23:39:48.450 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:48.453 6854-8583/com.owncloud.android D/OwnCloudClient #108﹕ Creating OwnCloudClient | |
04-29 23:39:48.455 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 568115293} | |
04-29 23:39:48.517 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 205MB to 192MB | |
04-29 23:39:48.517 6854-6854/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 558(60KB) AllocSpace objects, 4(1986KB) LOS objects, 1% free, 189MB/192MB, paused 1.107ms total 64.667ms | |
04-29 23:39:48.521 6854-6854/com.owncloud.android D/cache_test_DISK_﹕ image read from disk -2136107305 | |
04-29 23:39:48.530 6854-6854/com.owncloud.android D/cache_test_DISK_﹕ image read from disk -375689263 | |
04-29 23:39:48.536 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 208(32KB) AllocSpace objects, 3(48KB) LOS objects, 0% free, 190MB/192MB, paused 1.346ms total 9.012ms | |
04-29 23:39:48.542 6854-6854/com.owncloud.android D/cache_test_DISK_﹕ image read from disk -1043742666 | |
04-29 23:39:48.616 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.616 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 297(60KB) AllocSpace objects, 4(64KB) LOS objects, 0% free, 191MB/192MB, paused 1.176ms total 80.046ms | |
04-29 23:39:48.686 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.686 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 37(1416B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.194ms total 69.534ms | |
04-29 23:39:48.687 6854-6854/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 138.998ms for cause Alloc | |
04-29 23:39:48.690 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:48.755 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.755 6854-6854/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 8(288B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.081ms total 64.230ms | |
04-29 23:39:48.826 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.826 6854-6854/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.096ms total 70.046ms | |
04-29 23:39:48.826 6854-6854/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 576KB allocation | |
04-29 23:39:48.826 6854-8583/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 135.433ms for cause Alloc | |
04-29 23:39:48.913 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.913 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.020ms total 86.625ms | |
04-29 23:39:48.913 6854-6854/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 85.899ms for cause Alloc | |
04-29 23:39:48.914 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 472660 free bytes and 461KB until OOM" | |
04-29 23:39:48.982 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:48.982 6854-6854/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 8(512B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.044ms total 68.700ms | |
04-29 23:39:48.982 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 68.919ms for cause Background | |
04-29 23:39:48.982 6854-6854/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 589836 byte allocation with 472660 free bytes and 461KB until OOM" | |
04-29 23:39:48.982 6854-8583/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 67.804ms for cause Alloc | |
04-29 23:39:49.048 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.048 6854-6854/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.166ms total 62.072ms | |
04-29 23:39:49.128 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.128 6854-6854/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.118ms total 75.609ms | |
04-29 23:39:49.128 6854-6854/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 576KB allocation | |
04-29 23:39:49.198 6854-6854/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.198 6854-6854/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.090ms total 69.422ms | |
04-29 23:39:49.198 6854-6854/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 589836 byte allocation with 472708 free bytes and 461KB until OOM" | |
04-29 23:39:49.198 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 69.641ms for cause Background | |
04-29 23:39:49.198 6854-8583/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 212.567ms for cause Alloc | |
04-29 23:39:49.204 6854-6854/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:49.206 6854-6854/com.owncloud.android D/AndroidRuntime﹕ Shutting down VM | |
04-29 23:39:49.207 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 2.447ms total 8.602ms | |
04-29 23:39:49.207 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 9.136ms for cause Background | |
--------- beginning of crash | |
04-29 23:39:49.212 6854-6854/com.owncloud.android E/AndroidRuntime﹕ FATAL EXCEPTION: main | |
Process: com.owncloud.android, PID: 6854 | |
java.lang.OutOfMemoryError: Failed to allocate a 589836 byte allocation with 472708 free bytes and 461KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:649) | |
at com.owncloud.android.ui.adapter.DiskLruImageCache.getBitmap(DiskLruImageCache.java:125) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager.getBitmapFromDiskCache(ThumbnailsCacheManager.java:135) | |
at com.owncloud.android.ui.adapter.FileListListAdapter.getView(FileListListAdapter.java:294) | |
at third_parties.in.srain.cube.GridViewWithHeaderAndFooter$HeaderViewGridAdapter.getView(GridViewWithHeaderAndFooter.java:657) | |
at android.widget.AbsListView.obtainView(AbsListView.java:2347) | |
at android.widget.GridView.makeAndAddView(GridView.java:1433) | |
at android.widget.GridView.makeRow(GridView.java:361) | |
at android.widget.GridView.fillUp(GridView.java:402) | |
at android.widget.GridView.fillGap(GridView.java:277) | |
at android.widget.AbsListView.trackMotionScroll(AbsListView.java:4991) | |
at android.widget.AbsListView$FlingRunnable.run(AbsListView.java:4539) | |
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:767) | |
at android.view.Choreographer.doCallbacks(Choreographer.java:580) | |
at android.view.Choreographer.doFrame(Choreographer.java:549) | |
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:753) | |
at android.os.Handler.handleCallback(Handler.java:739) | |
at android.os.Handler.dispatchMessage(Handler.java:95) | |
at android.os.Looper.loop(Looper.java:135) | |
at android.app.ActivityThread.main(ActivityThread.java:5254) | |
at java.lang.reflect.Method.invoke(Native Method) | |
at java.lang.reflect.Method.invoke(Method.java:372) | |
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:903) | |
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:698) | |
04-29 23:39:49.281 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.281 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 267(73KB) AllocSpace objects, 1(16KB) LOS objects, 0% free, 191MB/192MB, paused 1.173ms total 72.642ms | |
04-29 23:39:49.391 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.391 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 247(42KB) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.668ms total 109.448ms | |
04-29 23:39:49.391 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:49.450 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.450 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 7(280B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.279ms total 59.270ms | |
04-29 23:39:49.450 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 510080 free bytes and 498KB until OOM" | |
04-29 23:39:49.450 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:49.451 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=116, name=IMG_20140415_025629.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140415_025629.jpg, remote=/Images/IMG_20140415_025629.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1894412 byte allocation with 510080 free bytes and 498KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:49.455 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:49.456 6854-8583/com.owncloud.android D/OwnCloudClient #109﹕ Creating OwnCloudClient | |
04-29 23:39:49.457 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 939060899} | |
04-29 23:39:49.525 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.525 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 392(74KB) AllocSpace objects, 6(96KB) LOS objects, 0% free, 191MB/192MB, paused 1.017ms total 58.556ms | |
04-29 23:39:49.531 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.667ms total 6.641ms | |
04-29 23:39:49.588 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.588 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 55(2200B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.280ms total 56.535ms | |
04-29 23:39:49.588 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:49.646 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.646 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 947us total 57.686ms | |
04-29 23:39:49.646 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 57.873ms for cause Background | |
04-29 23:39:49.646 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1228812 byte allocation with 509120 free bytes and 497KB until OOM" | |
04-29 23:39:49.696 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.697 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.022ms total 46.543ms | |
04-29 23:39:49.780 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.780 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.913ms total 78.468ms | |
04-29 23:39:49.780 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 83.424ms for cause Background | |
04-29 23:39:49.780 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:49.873 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.873 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 961us total 92.406ms | |
04-29 23:39:49.873 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1228812 byte allocation with 509072 free bytes and 497KB until OOM" | |
04-29 23:39:49.882 6854-6870/com.owncloud.android I/art﹕ Background sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 5.512ms total 8.721ms | |
04-29 23:39:49.883 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:49.885 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=117, name=IMG_20140415_025637.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140415_025637.jpg, remote=/Images/IMG_20140415_025637.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1228812 byte allocation with 509072 free bytes and 497KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:49.889 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:49.891 6854-8583/com.owncloud.android D/OwnCloudClient #110﹕ Creating OwnCloudClient | |
04-29 23:39:49.893 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 296355161} | |
04-29 23:39:49.966 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:49.966 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 549(102KB) AllocSpace objects, 6(96KB) LOS objects, 0% free, 191MB/192MB, paused 1.019ms total 63.271ms | |
04-29 23:39:50.046 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.047 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 57(2296B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.351ms total 75.387ms | |
04-29 23:39:50.047 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:50.119 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.119 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.102ms total 72.517ms | |
04-29 23:39:50.119 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 72.714ms for cause Background | |
04-29 23:39:50.119 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 508064 free bytes and 496KB until OOM" | |
04-29 23:39:50.127 6854-8583/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 8.025ms for cause Alloc | |
04-29 23:39:50.197 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.197 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 2.335ms total 69.082ms | |
04-29 23:39:50.203 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 2.233ms total 5.058ms | |
04-29 23:39:50.268 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.268 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 6(192B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.268ms total 65.109ms | |
04-29 23:39:50.268 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:50.336 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.336 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.294ms total 67.980ms | |
04-29 23:39:50.336 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 508064 free bytes and 496KB until OOM" | |
04-29 23:39:50.337 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:50.338 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=118, name=IMG_20140415_031947.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140415_031947.jpg, remote=/Images/IMG_20140415_031947.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1894412 byte allocation with 508064 free bytes and 496KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:50.341 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:50.343 6854-8583/com.owncloud.android D/OwnCloudClient #111﹕ Creating OwnCloudClient | |
04-29 23:39:50.346 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 773968383} | |
04-29 23:39:50.366 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 506(100KB) AllocSpace objects, 5(80KB) LOS objects, 0% free, 191MB/192MB, paused 2.480ms total 9.666ms | |
04-29 23:39:50.445 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.445 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 88(3KB) AllocSpace objects, 1(16KB) LOS objects, 0% free, 191MB/192MB, paused 1.015ms total 78.426ms | |
04-29 23:39:50.502 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.502 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 9(288B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.122ms total 56.736ms | |
04-29 23:39:50.502 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:50.502 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 56.964ms for cause Background | |
04-29 23:39:50.565 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.565 6854-8583/com.owncloud.android I/art﹕ Alloc concurrent mark sweep GC freed 3(96B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 930us total 62.305ms | |
04-29 23:39:50.565 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 507056 free bytes and 495KB until OOM" | |
04-29 23:39:50.643 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 207MB to 192MB | |
04-29 23:39:50.643 6854-8583/com.owncloud.android I/art﹕ Alloc partial concurrent mark sweep GC freed 11(608B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 1.777ms total 71.785ms | |
04-29 23:39:50.656 6854-8583/com.owncloud.android I/art﹕ Alloc sticky concurrent mark sweep GC freed 0(0B) AllocSpace objects, 0(0B) LOS objects, 0% free, 191MB/192MB, paused 3.646ms total 12.539ms | |
04-29 23:39:50.771 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:50.772 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:50.845 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:50.845 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 507056 free bytes and 495KB until OOM" | |
04-29 23:39:50.845 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:50.846 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=119, name=IMG_20140416_224922.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140416_224922.jpg, remote=/Images/IMG_20140416_224922.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 507056 free bytes and 495KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:50.849 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:50.850 6854-8583/com.owncloud.android D/OwnCloudClient #112﹕ Creating OwnCloudClient | |
04-29 23:39:50.851 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 963419669} | |
04-29 23:39:50.912 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:50.964 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:50.964 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.016 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.016 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 51.377ms for cause Background | |
04-29 23:39:51.016 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 506144 free bytes and 494KB until OOM" | |
04-29 23:39:51.073 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.153 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.153 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.218 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.218 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 506048 free bytes and 494KB until OOM" | |
04-29 23:39:51.222 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:51.223 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=120, name=IMG_20140416_224926.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140416_224926.jpg, remote=/Images/IMG_20140416_224926.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 506048 free bytes and 494KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:51.226 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:51.228 6854-8583/com.owncloud.android D/OwnCloudClient #113﹕ Creating OwnCloudClient | |
04-29 23:39:51.230 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 734760731} | |
04-29 23:39:51.322 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.395 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.395 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.450 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.450 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 505136 free bytes and 493KB until OOM" | |
04-29 23:39:51.499 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.556 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.556 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.612 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.612 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 505136 free bytes and 493KB until OOM" | |
04-29 23:39:51.612 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:51.613 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=121, name=IMG_20140418_025723.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140418_025723.jpg, remote=/Images/IMG_20140418_025723.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 505136 free bytes and 493KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:51.615 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:51.617 6854-8583/com.owncloud.android D/OwnCloudClient #114﹕ Creating OwnCloudClient | |
04-29 23:39:51.619 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 59115153} | |
04-29 23:39:51.679 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.735 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.735 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.788 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.788 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 504128 free bytes and 492KB until OOM" | |
04-29 23:39:51.839 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.892 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.892 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:51.944 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:51.945 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 504128 free bytes and 492KB until OOM" | |
04-29 23:39:51.945 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:51.945 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=122, name=IMG_20140418_025730.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140418_025730.jpg, remote=/Images/IMG_20140418_025730.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 504128 free bytes and 492KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:51.948 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:51.949 6854-8583/com.owncloud.android D/OwnCloudClient #115﹕ Creating OwnCloudClient | |
04-29 23:39:51.961 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 797573623} | |
04-29 23:39:52.015 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.071 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.071 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:52.139 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.139 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 503024 free bytes and 491KB until OOM" | |
04-29 23:39:52.188 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.263 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.263 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:52.348 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.348 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 503024 free bytes and 491KB until OOM" | |
04-29 23:39:52.353 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:52.354 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=123, name=IMG_20140418_025733.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140418_025733.jpg, remote=/Images/IMG_20140418_025733.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 503024 free bytes and 491KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:52.357 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:52.358 6854-8583/com.owncloud.android D/OwnCloudClient #116﹕ Creating OwnCloudClient | |
04-29 23:39:52.360 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 83065549} | |
04-29 23:39:52.420 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.480 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.480 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:52.533 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.533 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 52.995ms for cause Background | |
04-29 23:39:52.533 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 502016 free bytes and 490KB until OOM" | |
04-29 23:39:52.584 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.639 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.639 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1950KB allocation | |
04-29 23:39:52.691 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.691 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1997580 byte allocation with 502112 free bytes and 490KB until OOM" | |
04-29 23:39:52.695 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:52.696 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=124, name=IMG_20140418_025740.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140418_025740.jpg, remote=/Images/IMG_20140418_025740.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1997580 byte allocation with 502112 free bytes and 490KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:52.699 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:52.700 6854-8583/com.owncloud.android D/OwnCloudClient #117﹕ Creating OwnCloudClient | |
04-29 23:39:52.701 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 592627347} | |
04-29 23:39:52.756 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.811 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.811 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:52.863 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.863 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 501104 free bytes and 489KB until OOM" | |
04-29 23:39:52.915 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.970 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:52.970 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1850KB allocation | |
04-29 23:39:53.022 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.023 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1894412 byte allocation with 501104 free bytes and 489KB until OOM" | |
04-29 23:39:53.026 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:53.027 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=125, name=IMG_20140418_025749.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140418_025749.jpg, remote=/Images/IMG_20140418_025749.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1894412 byte allocation with 501104 free bytes and 489KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:53.029 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:53.030 6854-8583/com.owncloud.android D/OwnCloudClient #118﹕ Creating OwnCloudClient | |
04-29 23:39:53.032 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 726267593} | |
04-29 23:39:53.084 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.140 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.140 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:53.191 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.191 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1228812 byte allocation with 500096 free bytes and 488KB until OOM" | |
04-29 23:39:53.242 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.298 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.298 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:53.349 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.350 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1228812 byte allocation with 500096 free bytes and 488KB until OOM" | |
04-29 23:39:53.352 6854-8583/com.owncloud.android D/skia﹕ --- decoder->decode returned false | |
04-29 23:39:53.353 6854-8583/com.owncloud.android E/ThumbnailsCacheManager﹕ Generation of thumbnail for [id=126, name=IMG_20140419_005252.jpg, mime=image/jpeg, downloaded=true, local=/storage/emulated/0/owncloud/Joriks@My-Server/Images/IMG_20140419_005252.jpg, remote=/Images/IMG_20140419_005252.jpg, parentId=12, keepInSync=false etag=] failed | |
java.lang.OutOfMemoryError: Failed to allocate a 1228812 byte allocation with 500096 free bytes and 488KB until OOM | |
at dalvik.system.VMRuntime.newNonMovableArray(Native Method) | |
at android.graphics.BitmapFactory.nativeDecodeStream(Native Method) | |
at android.graphics.BitmapFactory.decodeStreamInternal(BitmapFactory.java:635) | |
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:611) | |
at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:391) | |
at com.owncloud.android.utils.BitmapUtils.decodeSampledBitmapFromFile(BitmapUtils.java:72) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doOCFileInBackground(ThumbnailsCacheManager.java:267) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:181) | |
at com.owncloud.android.datamodel.ThumbnailsCacheManager$ThumbnailGenerationTask.doInBackground(ThumbnailsCacheManager.java:141) | |
at android.os.AsyncTask$2.call(AsyncTask.java:292) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:237) | |
at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) | |
at java.lang.Thread.run(Thread.java:818) | |
04-29 23:39:53.363 6854-8583/com.owncloud.android D/SimpleFactoryManager﹕ getClientFor(OwnCloudAccount ... : | |
04-29 23:39:53.364 6854-8583/com.owncloud.android D/OwnCloudClient #119﹕ Creating OwnCloudClient | |
04-29 23:39:53.366 6854-8583/com.owncloud.android V/SimpleFactoryManager﹕ new client {Joriks@My-Server, 282671343} | |
04-29 23:39:53.452 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.508 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.508 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:53.560 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.560 6854-6870/com.owncloud.android I/art﹕ WaitForGcToComplete blocked for 52.158ms for cause Background | |
04-29 23:39:53.560 6854-8583/com.owncloud.android E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 1228812 byte allocation with 498992 free bytes and 487KB until OOM" | |
04-29 23:39:53.610 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.671 6854-8583/com.owncloud.android I/art﹕ Clamp target GC heap from 199MB to 192MB | |
04-29 23:39:53.671 6854-8583/com.owncloud.android I/art﹕ Forcing collection of SoftReferences for 1200KB allocation | |
04-29 23:39:53.730 6854-6854/com.owncloud.android I/Process﹕ Sending signal. PID: 6854 SIG: 9 | |
04-29 23:39:54.947 11161-11161/com.owncloud.android D/Debug﹕ start logging | |
04-29 23:39:54.954 11161-11161/com.owncloud.android D/FileObserverService﹕ onCreate | |
04-29 23:39:54.955 11161-11179/com.owncloud.android D/ThumbnailsCacheManager﹕ create dir: /storage/emulated/0/Android/data/com.owncloud.android/cache/thumbnailCache | |
04-29 23:39:54.958 11161-11161/com.owncloud.android D/FileObserverService﹕ Starting command null | |
04-29 23:39:54.961 11161-11161/com.owncloud.android D/FileObserverService﹕ Loading all kept-in-sync files from database to start watching them | |
04-29 23:42:06.522 11161-11306/com.owncloud.android D/OpenGLRenderer﹕ Use EGL_SWAP_BEHAVIOR_PRESERVED: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment