repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
facebookfresco
slow loading image from cache during scroll in recyclerview
Bug
I have a gallery of image use recyclerview with different size of image at first draw it will load and fade in image as it should be but when I scroll back to the top the image be display like first time and it take a little time to be display and fade in I want it to be instantly there and not fade in
facebookfresco
question sample on github doesn t use option inbitmap in android 5 0
Bug
I make some research in fresco lib s open source I see that fresco lib doesn t use option inbitmap like you tell it in the class defaultbitmappoolparam max size soft cap 0 so there s no bucket in bitmappool get bitmap from bitmappool always return null then have to allocate bitmap manually be there any difference between official vesion and opensource
facebookfresco
gif image be not round
Bug
I have use below code to make gif round roundingparam roundingparam imageview gethierarchy getroundingparam roundingparam setroundascircle true imageview gethierarchy setroundingparam roundingparam roundingparam ascircle setroundingmethod roundingmethod overlay color setoverlaycolor getresource getcolor r color white still it s not work I have take reference from these two link
facebookfresco
should support svg and vector xml function
Enhancement
the fresco should support svg and vector xml function
facebookfresco
transition between image when replace they on a draweeview
Enhancement
ok this be my setup a recyclerview display a list of item which also contain an image every time a new viewholder be bind to a data object the background a simpledraweeview place behind the recyclerview should display a blurred version of the image which be reference in the datum object this work so far I m really pleased how easy it be actually however there be one problem every time I replace the background s draweecontroller the previous image get discard which be accord to my expectation but since the download and the blurring take a bit of time the default background image the layout s actual background be see before the new image be I look into get the previous image to set as a placeholder for the new one but so far I couldn t find any way to do that do you have any solution for that
facebookfresco
can t load multiple image in listview when use resizeoption on 0 5 0
Bug
hi fresco this library be so cool for load image but I have an issue when upgrade to 0 5 0 it s not happen on 0 4 0 I have a listview which contain item that use fresco to load image like the sample code the issue be some image can t be load on the list if I remove resizeoption it work fine it also work fine on 0 4 0 here s my code imagerequestbuilder builder imagerequestbuilder newbuilderwithsource uri setlowestpermittedrequestlevel imagerequ requestlevel full fetch setautorotateenable true if width 0 height 0 builder setresizeoption new resizeoption width height draweecontroller controller fresco newdraweecontrollerbuilder setimagerequ builder build setautoplayanimation true setoldcontroller draweeview getcontroller build draweeview setcontroller controller please help I to troubleshoot the issue thank
facebookfresco
java lang illegalargumentexception unknown image format
Bug
url fresco load fail but glide picasso and volley load success qq 20150528100334
facebookfresco
when I slide gridview back and forth quickly the local image not display fresco version be 0 5 0
Bug
I use gridview to show photo and v0 4 0 be normal my code imgbean item getitem position if item null textutil isempty item filepath imagerequ request imagerequestbuilder newbuilderwithsource uriparseutil parsefile item filepath setresizeoption new resizeoption itemwidth itemwidth build draweecontroller controller fresco newdraweecontrollerbuilder setoldcontroller simpledraweeview convertview getcontroller setimagerequest request build simpledraweeview convertview setcontroller controller else simpledraweeview convertview setimageuri null
facebookfresco
separate the native c code from imagepipeline mode
Enhancement
can we separate the c code to another mode and use the so lib in imagepipeline mode so the normal java guy can just put the compile so lib to jinlibs folder in imagepipeline it s much easy for java guy to build this project if they do not modify the c code
facebookfresco
how can I load large bitmap which display in screen can be slide
Enhancement
I use java draweeimage simpledraweeview findviewbyid r i d drawee image genericdraweehierarchy hierarchy draweeimage gethierarchy hierarchy setactualimagescaletype scalingutil scaletype center draweeimage setimageuri pic uri how can I slide my finger to show the bitmap everywhere in other word how can I use subsampling scale image view with fresco and why I use datasource to get bitmap be empty
facebookfresco
the failure image can t be round
Enhancement
set the drawee view be round conner be 5dp the image will be round placeholder be the same but the failure image can t change
facebookfresco
use gridview load so many picture about over 30 picture oom
Duplicate
use gridview or recyclerview load so many picture about over 30 picture the 30 pic all in the screen and scroll the gridview or recyclerview frequently nexus 5 5 1 I choreographer skip 32 frame the application may be do too much work on its main thread
facebookfresco
bitmap too large to be upload into a texture
Enhancement
in fresco sample code I add a large image url to mcurrentadapter the result bitmap too large to be upload into a texture 7648x375 max 4096x4096 cc6d2dc4 ffde 11e4 9192 0a449f40eb61 michalgr
facebookfresco
image do not load on genymotion
Bug
java public class baseapp extend application override public void oncreate super oncreate fresco initialize this xml java public class facebookactivity extend baseactivity private listview listview private simpledraweeview simpledraweeview override protect void oncreate bundle savedinstancestate super oncreate savedinstancestate setcontentview r layout activity facebook init private void init listview listview findviewbyid r i d listview simpledraweeview simpledraweeview findviewbyid r i d my image view simpledraweeview setonclicklistener new view onclicklistener override public void onclick view v uri uri uri parse simpledraweeview setimageuri uri log e loading uri xml logcat 05 22 01 34 24 531 3239 3239 com lengke king e load no error and no change
facebookfresco
when change border color the image not display
Bug
java genericdraweehierarchy hierarchy viewholder mivavatar gethierarchy roundingparam roundingparam hierarchy getroundingparam roundingparam setborder getresource getcolor r color orange width hierarchy setroundingparam roundingparam viewholder mivavatar sethierarchy hierarchy qq 20150519142602 how should I do
facebookfresco
image not round
Bug
like this one when I set fresco roundascircle true it do not work
facebookfresco
not find cache file
Bug
int max memory cache size 5 1024 1024 private void initfresco int maxheapsize int runtime getruntime maxmemory int use maxheapsize 4 1024 1024 android util log d tag use m use string diskcachepath environment getexternalstoragedirectory haha file diskcachedir new file diskcachepath imagepipelineconfig builder builder imagepipelineconfig newbuilder this final memorycacheparam bitmapcacheparam new memorycacheparam max memory cache size max total size of element in the cache integer max value max entry in the cache max memory cache size max total size of element in eviction queue integer max value max length of eviction queue integer max value max cache entry size builder setbitmapmemorycacheparamssuppli new supplier public memorycacheparam get return bitmapcacheparam setmaindiskcacheconfig diskcacheconfig newbuild setbasedirectorypath diskcachedir setbasedirectoryname tqt setmaxcachesize 40 byteconstant mb build imagepipelineconfig config builder build fresco initialize this config at environment getexternalstoragedirectory haha tqtest not find cache file
facebookfresco
fresco realm io library error
Duplicate
I use compile com facebook fresco fresco 0 5 0 java lang unsatisfiedlinkerror dalvik system pathclassloader dexpathlist zip file system framework multiwindow jar zip file system framework android test runner jar zip file datum app com couchgram privacycall 1 base apk nativelibrarydirectorie datum app com couchgram privacycall 1 lib arm64 vendor lib64 system lib64 couldn t find libmemchunk so at java lang runtime loadlibrary runtime java 366 at java lang system loadlibrary system java 989 at com facebook common soloader soloadershim defaulthandler loadlibrary soloadershim java 34 at com facebook common soloader soloadershim loadlibrary soloadershim java 56 at com facebook imagepipeline memory nativememorychunk nativememorychunk java 36 at com facebook imagepipeline memory nativememorychunkpool alloc nativememorychunkpool java 60 at com facebook imagepipeline memory nativememorychunkpool alloc nativememorychunkpool java 22 at com facebook imagepipeline memory basepool get basepool java 260 at com facebook imagepipeline memory nativepooledbytebufferoutputstream nativepooledbytebufferoutputstream java 53 at com facebook imagepipeline memory nativepooledbytebufferoutputstream nativepooledbytebufferoutputstream java 36 at com facebook imagepipeline memory nativepooledbytebufferfactory newbytebuffer nativepooledbytebufferfactory java 59 at com facebook imagepipeline memory nativepooledbytebufferfactory newbytebuffer nativepooledbytebufferfactory java 26 at com facebook imagepipeline producer localfetchproducer 1 getresult localfetchproducer java 58 at com facebook imagepipeline producer localfetchproducer 1 getresult localfetchproducer java 49 at com facebook common executor statefulrunnable run statefulrunnable java 45 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
facebookfresco
hierarchy setroundingparam and hierarchy setactualimagecolorfilt conflict
Bug
I want to set colorfilter to some round corner image but after I use hierarchy setroundingparam the corner show
facebookfresco
fresco mmap fail for imageref ashmem size
Bug
I use listview to load image from url but when I fast slide listview after a few most image can t display only one or three image can display when I slide the listview android log show d skia mmap fail for imageref ashmem size 7970816 there be my screenshot image screenshot image screenshot there be my adapter code java override public view getview int position view view viewgroup parent viewholder holder if view null holder viewholder view gettag else view getlayoutinflater inflate r layout adapt refresh item parent false holder new viewholder view view settag holder setimage holder simpview uri parse getitem position return view private void setimage simpledraweeview draweeview uri uri draweecontroller controller fresco newdraweecontrollerbuilder seturi uri settaptoretryenable true setoldcontroller draweeview getcontroller build draweeview setcontroller controller
facebookfresco
didn t work with viewcompat settransitionname
Duplicate
the draweeview didn t work with activityoptionscompat makescenetransitionanimation
facebookfresco
big image cause crash
Enhancement
05 14 15 43 57 045 2125 2125 I debug 05 14 15 43 57 045 2125 2125 I debug build fingerprint meizu meizu mx3 mx3 4 2 1 jop40d m35x flyme os 3 3 2 1395397140 user release key 05 14 15 43 57 045 2125 2125 I debug revision 21520 05 14 15 43 57 045 2125 2125 I debug pid 4410 tid 4410 name com test fresco com test fresco 05 14 15 43 57 045 2125 2125 I debug signal 11 sigsegv code 1 segv maperr fault addr 00000001 05 14 15 43 57 220 1548 1552 d dalvikvm gc concurrent free 584k 33 free 4585k 6752k pause 3ms 4ms total 34ms 05 14 15 43 57 280 7511 7562 e displaypowercontroller handlelightsensorevent be 140 0 05 14 15 43 57 420 2125 2125 I debug r0 7f23e148 r1 00000004 r2 00000001 r3 00000004 05 14 15 43 57 420 2125 2125 I debug r4 40432058 r5 7f23e148 r6 70ba0790 r7 70b66280 05 14 15 43 57 420 2125 2125 I debug r8 7e262918 r9 00000009 sl 00000000 fp 00000009 05 14 15 43 57 420 2125 2125 I debug ip 00000001 sp beb08118 lr 403954a8 pc 40394cc0 cpsr 20000010 05 14 15 43 57 420 2125 2125 I debug d0 000000003f800000 d1 70ba079000000000 05 14 15 43 57 420 2125 2125 I debug d2 4110880041188800 d3 c2080000ffffffde 05 14 15 43 57 420 2125 2125 I debug d4 c2094e00c2074e00 d5 413000000000000b 05 14 15 43 57 420 2125 2125 I debug d6 00000025ffffffd8 d7 0000000000012800 05 14 15 43 57 420 2125 2125 I debug d8 3f80000042140000 d9 4487000043080000 05 14 15 43 57 420 2125 2125 I debug d10 4198000000000000 d11 00000021443fc000 05 14 15 43 57 420 2125 2125 I debug d12 000000000000002b d13 0000000000000000 05 14 15 43 57 420 2125 2125 I debug d14 0000000000000000 d15 0000000000000000 05 14 15 43 57 420 2125 2125 I debug d16 4042800000000000 d17 7e37e43c8800759c 05 14 15 43 57 420 2125 2125 I debug d18 0000000000000000 d19 0000000000000000 05 14 15 43 57 420 2125 2125 I debug d20 0100010004000301 d21 0000000000000000 05 14 15 43 57 420 2125 2125 I debug d22 0707070703030303 d23 0000000b0000000a 05 14 15 43 57 420 2125 2125 I debug d24 00fc00fc00fc00fc d25 00ff00ff00ff00ff 05 14 15 43 57 420 2125 2125 I debug d26 0100010001000100 d27 0100010001000100 05 14 15 43 57 420 2125 2125 I debug d28 0100010001000100 d29 0100010001000100 05 14 15 43 57 420 2125 2125 I debug d30 0002666400026664 d31 0002666400026664 05 14 15 43 57 420 2125 2125 I debug scr 6800009f 05 14 15 43 57 435 2125 2125 I debug backtrace 05 14 15 43 57 440 2125 2125 I debug 00 pc 000c0cc0 system lib libskia so 05 14 15 43 57 440 2125 2125 I debug 01 pc 000c14a4 system lib libskia so skfonthost nextlogicalfont skscalercontext rec const 64 05 14 15 43 57 440 2125 2125 I debug 02 pc 000900ec system lib libskia so skscalercontext getnextcontext 44 05 14 15 43 57 440 2125 2125 I debug 03 pc 000901e0 system lib libskia so skscalercontext getcontextfromchar int unsigned int 56 05 14 15 43 57 440 2125 2125 I debug 04 pc 000902ac system lib libskia so skscalercontext chartoglyphid int 12 05 14 15 43 57 440 2125 2125 I debug 05 pc 0007f8d0 system lib libskia so skpaint texttoglyph void const unsigned int unsigned short const 244 05 14 15 43 57 440 2125 2125 I debug 06 pc 0006f157 system lib libandroid runtime so 05 14 15 43 57 440 2125 2125 I debug 07 pc 00004c20 system lib libharfbuzz so hb convertstringtoglyphindice 104 05 14 15 43 57 440 2125 2125 I debug 08 pc 00005e4c system lib libharfbuzz so hb basicshape 12 05 14 15 43 57 440 2125 2125 I debug 09 pc 00005ed8 system lib libharfbuzz so hb shapeitem 48 05 14 15 43 57 440 2125 2125 I debug 10 pc 00074ab7 system lib libandroid runtime so android textlayoutshaper doshape unsigned int 44 05 14 15 43 57 440 2125 2125 I debug 11 pc 00074c8d system lib libandroid runtime so android textlayoutshaper shapefontrun skpaint const bool 284 05 14 15 43 57 440 2125 2125 I debug 12 pc 00074f6d system lib libandroid runtime so android textlayoutshaper computerunvalue skpaint const unsigned short const unsigned int bool android vector float android vector android vector 712 05 14 15 43 57 440 2125 2125 I debug 13 pc 000752c5 system lib libandroid runtime so android textlayoutshaper computevalue skpaint const unsigned short const unsigned int unsigned int unsigned int int android vector float android vector android vector 444 05 14 15 43 57 440 2125 2125 I debug 14 pc 00075335 system lib libandroid runtime so android textlayoutshaper computevalue android textlayoutvalue skpaint const unsigned short const unsigned int unsigned int unsigned int int 44 05 14 15 43 57 445 2125 2125 I debug 15 pc 0007584b system lib libandroid runtime so android textlayoutcache getvalue skpaint const unsigned short const int int int int 226 05 14 15 43 57 445 2125 2125 I debug 16 pc 00075b61 system lib libandroid runtime so android textlayoutengine getvalue skpaint const unsigned short const int int int int 36 05 14 15 43 57 445 2125 2125 I debug 17 pc 0007418d system lib libandroid runtime so android textlayout gettextrunadvance skpaint unsigned short const int int int int float float 42 05 14 15 43 57 445 2125 2125 I debug 18 pc 00071135 system lib libandroid runtime so 05 14 15 43 57 445 2125 2125 I debug 19 pc 00071321 system lib libandroid runtime so 05 14 15 43 57 445 2125 2125 I debug 20 pc 0001e2d0 system lib libdvm so dvmplatforminvoke 112 05 14 15 43 57 445 2125 2125 I debug 21 pc 0004d465 system lib libdvm so dvmcalljnimethod unsigned int const jvalue method const thread 396 05 14 15 43 57 445 2125 2125 I debug 22 pc 000276e0 system lib libdvm so 05 14 15 43 57 445 2125 2125 I debug 23 pc 0002b5bc system lib libdvm so dvminterpret thread method const jvalue 184 05 14 15 43 57 445 2125 2125 I debug 24 pc 0005ff5b system lib libdvm so dvminvokemethod object method const arrayobject arrayobject classobject bool 374 05 14 15 43 57 445 2125 2125 I debug 25 pc 00067835 system lib libdvm so 05 14 15 43 57 445 2125 2125 I debug 26 pc 000276e0 system lib libdvm so 05 14 15 43 57 445 2125 2125 I debug 27 pc 0002b5bc system lib libdvm so dvminterpret thread method const jvalue 184 05 14 15 43 57 445 2125 2125 I debug 28 pc 0005fc85 system lib libdvm so dvmcallmethodv thread method const object bool jvalue std va list 272 05 14 15 43 57 445 2125 2125 I debug 29 pc 00049a3b system lib libdvm so 05 14 15 43 57 445 2125 2125 I debug 30 pc 00047341 system lib libandroid runtime so 05 14 15 43 57 445 2125 2125 I debug 31 pc 00048003 system lib libandroid runtime so android androidruntime start char const char const 390 05 14 15 43 57 445 2125 2125 I debug stack 05 14 15 43 57 445 2125 2125 I debug beb080d8 00000000 05 14 15 43 57 445 2125 2125 I debug beb080dc 00000000 05 14 15 43 57 445 2125 2125 I debug beb080e0 00000000 05 14 15 43 57 445 2125 2125 I debug beb080e4 4042e678 system lib libskia so 05 14 15 43 57 445 2125 2125 I debug beb080e8 00000400 05 14 15 43 57 445 2125 2125 I debug beb080ec 00000000 05 14 15 43 57 450 2125 2125 I debug beb080f0 00000000 05 14 15 43 57 450 2125 2125 I debug beb080f4 00000000 05 14 15 43 57 450 2125 2125 I debug beb080f8 00000000 05 14 15 43 57 450 2125 2125 I debug beb080fc 00000000 05 14 15 43 57 450 2125 2125 I debug beb08100 00000000 05 14 15 43 57 450 2125 2125 I debug beb08104 00000000 05 14 15 43 57 450 2125 2125 I debug beb08108 00000000 05 14 15 43 57 450 2125 2125 I debug beb0810c 00000000 05 14 15 43 57 450 2125 2125 I debug beb08110 df0027ad 05 14 15 43 57 450 2125 2125 I debug beb08114 00000000 05 14 15 43 57 450 2125 2125 I debug 00 beb08118 00000000 05 14 15 43 57 450 2125 2125 I debug beb0811c 00000000 05 14 15 43 57 450 2125 2125 I debug beb08120 00000000 05 14 15 43 57 450 2125 2125 I debug beb08124 00000000 05 14 15 43 57 450 2125 2125 I debug beb08128 00000000 05 14 15 43 57 450 2125 2125 I debug beb0812c 00000000 05 14 15 43 57 450 2125 2125 I debug beb08130 00000000 05 14 15 43 57 450 2125 2125 I debug beb08134 7f23e11c 05 14 15 43 57 450 2125 2125 I debug beb08138 7f23e118 05 14 15 43 57 450 2125 2125 I debug beb0813c 70b66280 05 14 15 43 57 450 2125 2125 I debug beb08140 70b66280 05 14 15 43 57 450 2125 2125 I debug beb08144 7e262918 05 14 15 43 57 450 2125 2125 I debug beb08148 00000009 05 14 15 43 57 450 2125 2125 I debug beb0814c 00000000 05 14 15 43 57 455 2125 2125 I debug beb08150 00000009 05 14 15 43 57 455 2125 2125 I debug beb08154 403954a8 system lib libskia so skfonthost nextlogicalfont skscalercontext rec const 68 05 14 15 43 57 455 2125 2125 I debug 01 beb08158 00000000 05 14 15 43 57 455 2125 2125 I debug beb0815c 00000000 05 14 15 43 57 455 2125 2125 I debug beb08160 7f23e118 05 14 15 43 57 455 2125 2125 I debug beb08164 7f23e11c 05 14 15 43 57 455 2125 2125 I debug beb08168 75172b60 05 14 15 43 57 455 2125 2125 I debug beb0816c 403640f0 system lib libskia so skscalercontext getnextcontext 48 05 14 15 43 57 455 2125 2125 I debug 02 beb08170 01020001 05 14 15 43 57 455 2125 2125 I debug beb08174 beb08178 stack 05 14 15 43 57 455 2125 2125 I debug beb08178 21cc952f 05 14 15 43 57 455 2125 2125 I debug beb0817c 0000004c 05 14 15 43 57 455 2125 2125 I debug beb08180 00000001 05 14 15 43 57 455 2125 2125 I debug beb08184 73726563 stack 4443 05 14 15 43 57 455 2125 2125 I debug beb08188 00000038 05 14 15 43 57 455 2125 2125 I debug beb0818c 00000001 05 14 15 43 57 455 2125 2125 I debug beb08190 00000001 05 14 15 43 57 455 2125 2125 I debug beb08194 00000000 05 14 15 43 57 455 2125 2125 I debug beb08198 70b8e010 05 14 15 43 57 455 2125 2125 I debug beb0819c 00000049 05 14 15 43 57 455 2125 2125 I debug beb081a0 00000000 05 14 15 43 57 460 2125 2125 I debug beb081a4 beb081ec stack 05 14 15 43 57 460 2125 2125 I debug beb081a8 00000000 05 14 15 43 57 460 2125 2125 I debug beb081ac 3f800000 05 14 15 43 57 460 2125 2125 I debug 05 14 15 43 57 480 2125 2125 I debug memory near r0 05 14 15 43 57 480 2125 2125 I debug 7f23e128 3f800000 00000000 3f800000 00000000 05 14 15 43 57 480 2125 2125 I debug 7f23e138 00000000 3f800000 00000000 00000000 05 14 15 43 57 480 2125 2125 I debug 7f23e148 70ba0790 00000000 01020001 00000000 05 14 15 43 57 480 2125 2125 I debug 7f23e158 00000000 00000000 00000000 9fbbe7a3 05 14 15 43 57 480 2125 2125 I debug 7f23e168 20a1ae00 00000000 70b8cd78 70ba1a90 05 14 15 43 57 480 2125 2125 I debug 7f23e178 748ec1c8 00250000 00250000 00010000 05 14 15 43 57 480 2125 2125 I debug 7f23e188 00000000 00000000 00010000 00008208 05 14 15 43 57 480 2125 2125 I debug 7f23e198 00000000 00000053 40297828 790296f0 05 14 15 43 57 480 2125 2125 I debug 7f23e1a8 40297848 77304428 00000012 00000007 05 14 15 43 57 480 2125 2125 I debug 7f23e1b8 00000004 44214000 40297890 7dc25528 05 14 15 43 57 480 2125 2125 I debug 7f23e1c8 00000012 00000007 00000002 40297848 05 14 15 43 57 480 2125 2125 I debug 7f23e1d8 7e25f028 00000024 00000007 00000004 05 14 15 43 57 480 2125 2125 I debug 7f23e1e8 00000000 0000002b 7101e3f8 7101e420 05 14 15 43 57 480 2125 2125 I debug 7f23e1f8 f000dec0 7473dec0 00000060 00000000 05 14 15 43 57 480 2125 2125 I debug 7f23e208 00000000 00000000 00000028 000000ab 05 14 15 43 57 480 2125 2125 I debug 7f23e218 00000000 00000000 00000000 00000000 05 14 15 43 57 480 2125 2125 I debug memory near r4 05 14 15 43 57 480 2125 2125 I debug 40432038 404321d4 404320d4 70b8c830 00000000 05 14 15 43 57 480 2125 2125 I debug 40432048 00000000 00000000 00000000 00000000 05 14 15 43 57 485 2125 2125 I debug 40432058 748a7148 00000006 00000004 40d888c0 05 14 15 43 57 485 2125 2125 I debug 40432068 00000080 00000000 00000080 70b66280 05 14 15 43 57 485 2125 2125 I debug 40432078 00000000 00000000 00000000 00000000 05 14 15 43 57 485 2125 2125 I debug 40432088 00000001 00000026 40430148 00000008 05 14 15 43 57 485 2125 2125 I debug 40432098 00000026 00000038 00000000 70b662b8 05 14 15 43 57 485 2125 2125 I debug 404320a8 70ba03e0 70b66220 70aeac90 00000021 05 14 15 43 57 485 2125 2125 I debug 404320b8 00000017 70aea890 00000001 70aebd08 05 14 15 43 57 485 2125 2125 I debug 404320c8 00000006 00000002 00000001 0b080500 05 14 15 43 57 485 2125 2125 I debug 404320d8 14120f0d 1b191716 22201e1d 28262523 05 14 15 43 57 485 2125 2125 I debug 404320e8 2e2c2b29 3332312f 39373635 3e3c3b3a 05 14 15 43 57 485 2125 2125 I debug 404320f8 4341403f 48464544 4c4b4a49 51504e4d 05 14 15 43 57 485 2125 2125 I debug 40432108 55545352 5a595756 5e5d5c5b 6261605f 05 14 15 43 57 485 2125 2125 I debug 40432118 66656463 6a696867 6e6d6c6b 7271706f 05 14 15 43 57 485 2125 2125 I debug 40432128 76757473 7a797877 7e7d7c7b 8281807f 05 14 15 43 57 485 2125 2125 I debug memory near r5 05 14 15 43 57 485 2125 2125 I debug 7f23e128 3f800000 00000000 3f800000 00000000 05 14 15 43 57 485 2125 2125 I debug 7f23e138 00000000 3f800000 00000000 00000000 05 14 15 43 57 485 2125 2125 I debug 7f23e148 70ba0790 00000000 01020001 00000000 05 14 15 43 57 485 2125 2125 I debug 7f23e158 00000000 00000000 00000000 9fbbe7a3 05 14 15 43 57 485 2125 2125 I debug 7f23e168 20a1ae00 00000000 70b8cd78 70ba1a90 05 14 15 43 57 485 2125 2125 I debug 7f23e178 748ec1c8 00250000 00250000 00010000 05 14 15 43 57 485 2125 2125 I debug 7f23e188 00000000 00000000 00010000 00008208 05 14 15 43 57 485 2125 2125 I debug 7f23e198 00000000 00000053 40297828 790296f0 05 14 15 43 57 485 2125 2125 I debug 7f23e1a8 40297848 77304428 00000012 00000007 05 14 15 43 57 485 2125 2125 I debug 7f23e1b8 00000004 44214000 40297890 7dc25528 05 14 15 43 57 485 2125 2125 I debug 7f23e1c8 00000012 00000007 00000002 40297848 05 14 15 43 57 485 2125 2125 I debug 7f23e1d8 7e25f028 00000024 00000007 00000004 05 14 15 43 57 485 2125 2125 I debug 7f23e1e8 00000000 0000002b 7101e3f8 7101e420 05 14 15 43 57 485 2125 2125 I debug 7f23e1f8 f000dec0 7473dec0 00000060 00000000 05 14 15 43 57 485 2125 2125 I debug 7f23e208 00000000 00000000 00000028 000000ab 05 14 15 43 57 485 2125 2125 I debug 7f23e218 00000000 00000000 00000000 00000000 05 14 15 43 57 485 2125 2125 I debug memory near r6 05 14 15 43 57 485 2125 2125 I debug 70ba0770 6e692f65 0000001b 40f1ce08 4014dc7c 05 14 15 43 57 485 2125 2125 I debug 70ba0780 6567616e 74532472 003b6275 00000013 05 14 15 43 57 485 2125 2125 I debug 70ba0790 00000001 40140000 00000001 0000001b 05 14 15 43 57 485 2125 2125 I debug 70ba07a0 40f1ce08 4014dc6c 3124656c 00000000 05 14 15 43 57 485 2125 2125 I debug 70ba07b0 00000000 000000c0 00002601 00002601 05 14 15 43 57 485 2125 2125 I debug 70ba07c0 70610000 73636968 6172642e 00000043 05 14 15 43 57 490 2125 2125 I debug 70ba07d0 6e614c5b 696f7264 72672f64 69687061 05 14 15 43 57 490 2125 2125 I debug 70ba07e0 642f7363 61776172 2f656c62 64617247 05 14 15 43 57 490 2125 2125 I debug 70ba07f0 746e6569 77617244 656c6261 69724f24 05 14 15 43 57 490 2125 2125 I debug 70ba0800 61746e65 6e6f6974 472f003b 00000023 05 14 15 43 57 490 2125 2125 I debug 70ba0810 40f1ce08 4014dc74 6964656d 75412e61 05 14 15 43 57 490 2125 2125 I debug 70ba0820 4d6f6964 67616e61 00000020 00000023 05 14 15 43 57 490 2125 2125 I debug 70ba0830 40f1ce08 4014dc74 6964656d 75412e61 05 14 15 43 57 490 2125 2125 I debug 70ba0840 4d6f6964 67616e61 00000020 00000023 05 14 15 43 57 490 2125 2125 I debug 70ba0850 40430108 00000001 00000025 00000000 05 14 15 43 57 490 2125 2125 I debug 70ba0860 00000100 70ba0870 0000000e 0000002b 05 14 15 43 57 490 2125 2125 I debug memory near r7 05 14 15 43 57 490 2125 2125 I debug 70b66260 00000000 00000000 00000020 00000013 05 14 15 43 57 490 2125 2125 I debug 70b66270 70b662a0 00000000 6f45e598 00000023 05 14 15 43 57 490 2125 2125 I debug 70b66280 40430108 00000006 00000001 00000000 05 14 15 43 57 490 2125 2125 I debug 70b66290 746e0100 70055d80 00000020 0000001b 05 14 15 43 57 490 2125 2125 I debug 70b662a0 69686f4c 65542d74 7567756c 6674742e 05 14 15 43 57 490 2125 2125 I debug 70b662b0 00000000 0000038b 702b2750 70aea890 05 14 15 43 57 490 2125 2125 I debug 70b662c0 00000000 6f45e598 702b2778 00000000 05 14 15 43 57 490 2125 2125 I debug 70b662d0 00000000 6f45e598 702b27a0 00000000 05 14 15 43 57 490 2125 2125 I debug 70b662e0 00000000 6f45e598 702b27c8 00000000 05 14 15 43 57 490 2125 2125 I debug 70b662f0 00000000 6f45e598 702b2890 70aea938 05 14 15 43 57 490 2125 2125 I debug 70b66300 00000000 6f45e598 702b28b8 00000000 05 14 15 43 57 490 2125 2125 I debug 70b66310 00000000 6f45e598 702b2960 70aea948 05 14 15 43 57 490 2125 2125 I debug 70b66320 00000000 6f45e598 702b2988 00000000 05 14 15 43 57 490 2125 2125 I debug 70b66330 00000000 6f45e598 70055958 70aea958 05 14 15 43 57 490 2125 2125 I debug 70b66340 00000000 6f45e598 70055988 00000000 05 14 15 43 57 490 2125 2125 I debug 70b66350 00000000 6f45e598 700559b8 00000000 05 14 15 43 57 490 2125 2125 I debug memory near r8 05 14 15 43 57 490 2125 2125 I debug 7e2628f8 00000001 0000001b 4042efa8 00000001 05 14 15 43 57 490 2125 2125 I debug 7e262908 7b1e4fc0 00004110 00000018 00000163 05 14 15 43 57 490 2125 2125 I debug 7e262918 00030003 00006cb8 00008863 0000ac68 05 14 15 43 57 490 2125 2125 I debug 7e262928 0000ae5b 00007bc9 0000a892 00006a8f 05 14 15 43 57 490 2125 2125 I debug 7e262938 00006a9a 0000bda5 00006a9c 0000709b 05 14 15 43 57 490 2125 2125 I debug 7e262948 00009313 000093cb 000093ea 00008398 05 14 15 43 57 490 2125 2125 I debug 7e262958 00006a9c 0000709b 0000033e 0000860b 05 14 15 43 57 490 2125 2125 I debug 7e262968 0000860b 000073b7 0000ac68 0000ae5b 05 14 15 43 57 490 2125 2125 I debug 7e262978 00007bc9 0000a892 00006a8f 00006a9a 05 14 15 43 57 490 2125 2125 I debug 7e262988 0000bda5 00006a9c 0000709b 00009313 05 14 15 43 57 490 2125 2125 I debug 7e262998 000093cb 000093ea 00008398 00006a9c 05 14 15 43 57 490 2125 2125 I debug 7e2629a8 0000709b 00009313 0000947a 000087f2 05 14 15 43 57 490 2125 2125 I debug 7e2629b8 00008248 00008964 0000bda5 0000789e 05 14 15 43 57 490 2125 2125 I debug 7e2629c8 000093cb 000093ea 00009b68 00006b49 05 14 15 43 57 490 2125 2125 I debug 7e2629d8 00007b02 00008a70 0000826f 00008e2e 05 14 15 43 57 490 2125 2125 I debug 7e2629e8 00007602 00006b5d 00006edc 000073b7 05 14 15 43 57 490 2125 2125 I debug memory near sp 05 14 15 43 57 490 2125 2125 I debug beb080f8 00000000 00000000 00000000 00000000 05 14 15 43 57 490 2125 2125 I debug beb08108 00000000 00000000 df0027ad 00000000 05 14 15 43 57 490 2125 2125 I debug beb08118 00000000 00000000 00000000 00000000 05 14 15 43 57 490 2125 2125 I debug beb08128 00000000 00000000 00000000 7f23e11c 05 14 15 43 57 490 2125 2125 I debug beb08138 7f23e118 70b66280 70b66280 7e262918 05 14 15 43 57 490 2125 2125 I debug beb08148 00000009 00000000 00000009 403954a8 05 14 15 43 57 490 2125 2125 I debug beb08158 00000000 00000000 7f23e118 7f23e11c 05 14 15 43 57 490 2125 2125 I debug beb08168 75172b60 403640f0 01020001 beb08178 05 14 15 43 57 490 2125 2125 I debug beb08178 21cc952f 0000004c 00000001 73726563 05 14 15 43 57 490 2125 2125 I debug beb08188 00000038 00000001 00000001 00000000 05 14 15 43 57 490 2125 2125 I debug beb08198 70b8e010 00000049 00000000 beb081ec 05 14 15 43 57 490 2125 2125 I debug beb081a8 00000000 3f800000 00000000 00000000 05 14 15 43 57 490 2125 2125 I debug beb081b8 70ba0790 00000000 01020001 000056de 05 14 15 43 57 490 2125 2125 I debug beb081c8 7f23e118 beb0821c 75172b60 7e262918 05 14 15 43 57 490 2125 2125 I debug beb081d8 00000009 00000000 00000009 403aeae8 05 14 15 43 57 490 2125 2125 I debug beb081e8 5f006800 000056de 80427aba 000056de 05 14 15 43 57 490 2125 2125 I debug code around pc 05 14 15 43 57 495 2125 2125 I debug 40394ca0 e1a05000 e59f42ec e24dd01c e5906000 05 14 15 43 57 495 2125 2125 I debug 40394cb0 e08f4004 e5941008 e5962000 e3510000 05 14 15 43 57 495 2125 2125 I debug 40394cc0 e5923000 01a01006 1a000038 e59f02c8 05 14 15 43 57 495 2125 2125 I debug 40394cd0 e08f3000 e593c008 e35c0000 0a000041 05 14 15 43 57 495 2125 2125 I debug 40394ce0 e5930000 e5904000 e594300c e1510003 05 14 15 43 57 495 2125 2125 I debug 40394cf0 13a03000 0a000006 e2833001 e153000c 05 14 15 43 57 495 2125 2125 I debug 40394d00 0a000038 e7904103 e594200c e1510002 05 14 15 43 57 495 2125 2125 I debug 40394d10 1afffff8 e59f5284 e5966000 e08f5005 05 14 15 43 57 495 2125 2125 I debug 40394d20 e2867008 e5959008 e5966000 e3590000 05 14 15 43 57 495 2125 2125 I debug 40394d30 01a0a009 01a02009 1a000079 e59f1260 05 14 15 43 57 495 2125 2125 I debug 40394d40 e2893001 e08f5001 e5958004 e1530008 05 14 15 43 57 495 2125 2125 I debug 40394d50 9595b000 8a000082 e59fc248 e062e009 05 14 15 43 57 495 2125 2125 I debug 40394d60 e08b800a e08f500c e1a0218e e1a01008 05 14 15 43 57 495 2125 2125 I debug 40394d70 e2880008 e5853008 ebfdfc1e e285000c 05 14 15 43 57 495 2125 2125 I debug 40394d80 e2861001 e3a02001 ebfe901a e1a01007 05 14 15 43 57 495 2125 2125 I debug 40394d90 e1a02006 e1a05000 ebfdfc01 e3a00000 05 14 15 43 57 495 2125 2125 I debug code around lr 05 14 15 43 57 495 2125 2125 I debug 40395488 e5940000 ebfff7e2 e1a06000 e5940004 05 14 15 43 57 495 2125 2125 I debug 40395498 ebfff7df e1a07000 e284002c ebfffdfc 05 14 15 43 57 495 2125 2125 I debug 403954a8 e3a01000 e1a05000 e1a00007 ebfff871 05 14 15 43 57 495 2125 2125 I debug 403954b8 e5953008 e3530000 e5900008 da00000b 05 14 15 43 57 495 2125 2125 I debug 403954c8 e595c000 e59c2000 e1500002 13a02000 05 14 15 43 57 495 2125 2125 I debug 403954d8 1a000003 ea00002f e79ce182 e150000e 05 14 15 43 57 495 2125 2125 I debug 403954e8 0a000028 e2822001 e1520003 1afffff9 05 14 15 43 57 495 2125 2125 I debug 403954f8 e3a02000 e594e030 e35e0000 03a0e001 05 14 15 43 57 495 2125 2125 I debug 40395508 e1520003 aa000013 e5954000 e084c182 05 14 15 43 57 495 2125 2125 I debug 40395518 e59c1004 e3510000 0a000010 e151000e 05 14 15 43 57 495 2125 2125 I debug 40395528 12822001 11a01182 1a000005 ea00000b 05 14 15 43 57 495 2125 2125 I debug 40395538 e59c0004 e3500000 0a000008 e150000e 05 14 15 43 57 495 2125 2125 I debug 40395548 0a000006 e1530002 e084c001 e2822001 05 14 15 43 57 495 2125 2125 I debug 40395558 e2811008 1afffff5 e3a04000 ea000004 05 14 15 43 57 495 2125 2125 I debug 40395568 e59c0000 ebfff7aa e596100c ebfff841 05 14 15 43 57 495 2125 2125 I debug 40395578 e5904008 e59f202c e08f0002 ebfdfa36 image width 400 height 12000 can I display default image but not crash tks
facebookfresco
fresco delete other native library in apk
Bug
hi we have one app which include two native library and work well we put these two native library under app src main jnilibs armeabi and build the app with gradle but after we integrate fresco there be always one error on nexus android 5 0 1 which say these two library couldn t be find then we check the path on device datum app our app package name lib arm where these two library be suppose to be both of theme be go and only some new library be there like libbitmap so libgifimage so and etc would you please help to have a check on this issue thank you
facebookfresco
precondition checkstate illegalstateexception
Bug
process com facebook fresco sample pid 6495 java lang illegalstateexception at com facebook common internal precondition checkstate precondition java 158
facebookfresco
always can not show the image when load lot of bitmap on screen
Bug
I use girdview to load around 30 bitmap from sdcard on screen each time but it only display 11 bitmap on screen device 2015 05 12 193017
facebookfresco
always can not show the image use in the low memory phone emergency
Enhancement
well I find a problem do fresco do some limit when the memory be not enough problem like this this image be a little large cannotshow2 and this cannotshow1 and when I want to show 30 image I add 30 simpledrawview dynamically fresco only can show about 25 and the left be as above do I config something wrong uri uri uri parse strsrc pipelinedraweecontroller controller pipelinedraweecontroller fresco newdraweecontrollerbuilder seturi uri settaptoretryenable true setoldcontroller draweeview getcontroller build draweeview setcontroller controller
facebookfresco
round not work for placeholder image
Bug
after I use simpledraweeview with roundascircle configuration with true I notice that the round not work for place holder image but I read doc it say it default support the actual image and place holder please fix it I use the 0 4 0 fresco
facebookfresco
always throw the error draw request for a non attached controller
Bug
when the log draw request for a non attach controller show the app can t show any image via fresco any image view any image kill app and restart it be only temp solution the log like draw request for a non attach controller 2ccc3dce draweeholder controllerattache false holderattache true drawablevisible false activitystarte true event on detach controller on clear old controller on set controller on attach controller on drawable hide on detach controller on attach controller on detach controller on clear old controller on set controller on attach controller on drawable hide on detach controller on attach controller on detach controller on clear old controller on set controller on attach controller on drawable hide on detach controller
facebookfresco
round corner for animation
Enhancement
gif animation on round shape be invalid when I try to load a square gif animation on simpledraweeview how to solve this problem
facebookfresco
the comment in imagepipelineconfig show how to use be out of date
Bug
master configuration class for the image pipeline library to use imagepipelineconfig config imagepipelineconfig newbuilder setxxx xxx setyyy yyy build imagepipelinefactory factory new imagepipelinefactory config imagepipeline pipeline factory newpipeline this should only be do once per process public class imagepipelineconfig I can not find newpipeline in imagepipelinefactory
facebookfresco
support for custom scaletype
Enhancement
android by default come with the follow scaletype fit center fit xy fit start fit end center center crop center inside it would be great if the follow scaletype be also support or the ability to define a custom scale type in fresco center top scale the image such that it fit inside the view and the image start from the top edge of the view and be horizontally centre this doesn t change the aspect ratio
facebookfresco
how to deal with the com facebook imagepipeline bitmaps toomanybitmapsexception
Duplicate
if the device mem be low the toomanybitmapsexception will come out and new image will not be display any more especially on android 2 3 x device since the imageview hold the bitmap be not dealloce in this case be there any solution to handle that exception many thank
facebookfresco
toomanybitmapsexception cause no display
Bug
how to clear memory cache or how to fix it
facebookfresco
load gif lib error
Bug
I build fresco 4 0 like this compile com facebook fresco fresco 0 4 0 when I load a gif image into fresco image view the app crash the error info like e androidruntime 5755 java lang unsatisfiedlinkerror jni err return from jni onload in datum app com wandoujia ripple 2 lib arm libgifimage so e androidruntime 5755 at java lang runtime loadlibrary runtime java 371 e androidruntime 5755 at java lang system loadlibrary system java 988 e androidruntime 5755 at com facebook common soloader soloadershim defaulthandler loadlibrary soloadershim java 34 e androidruntime 5755 at com facebook common soloader soloadershim loadlibrary soloadershim java 56 e androidruntime 5755 at com facebook imagepipeline gif gifimage ensure gifimage java 40 e androidruntime 5755 at com facebook imagepipeline gif gifimage create gifimage java 62 e androidruntime 5755 at com facebook imagepipeline animate factory animatedimagefactory decodegif animatedimagefactory java 62 e androidruntime 5755 at com facebook imagepipeline decoder imagedecoder decodeanimatedgif imagedecoder java 105 e androidruntime 5755 at com facebook imagepipeline decoder imagedecoder decodeimage imagedecod java 86 e androidruntime 5755 at com facebook imagepipeline producer decodeproducer progressivedecoder dodecode decodeproducer java 231 e androidruntime 5755 at com facebook imagepipeline producer decodeproducer progressivedecoder access 200 decodeproducer java 92 e androidruntime 5755 at com facebook imagepipeline producer decodeproducer progressivedecoder 3 run decodeproducer java 202 e androidruntime 5755 at com facebook common executor serialdelegatingexecutor executesinglecommand serialdelegatingexecutor java 76 e androidruntime 5755 at com facebook common executor serialdelegatingexecutor access 000 serialdelegatingexecutor java 24 e androidruntime 5755 at com facebook common executor serialdelegatingexecutor 1 run serialdelegatingexecutor java 47 e androidruntime 5755 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1112 e androidruntime 5755 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 587 e androidruntime 5755 at java lang thread run thread java 818 the device be nexus6
facebookfresco
bmp support
Bug
during a first test we find fresco will not load bmp image like this one be this a know want limitation
facebookfresco
apparently bogus asset log error e jhead can t open
Bug
I have try to load an image from asset and I get this error log e jhead can t open asset flag cn png although imageview be load successfully that log always appear uri in my code asset flag cn png update I have test setimageuri and imagepipeline and both load the asset image but with error log
facebookfresco
gif will not load in google map infowindow
Bug
image of type gif will not load in google map info window I ve test other image type and they be work fine but there seem to be an issue with gif
facebookfresco
photoview
Duplicate
I use the photoview in my project but now I want photoview to work with fresco how can I solve this
facebookfresco
can you add oncomplete listener
Duplicate
I need to know if the gif be complete play once any idea
facebookfresco
gif be always decode as animate gif so static gif can not be round use bitmap only round method
Bug
hi I get a problem when roounde this image thank
facebookfresco
keep resize image in cache
Enhancement
I need to work with small image 240 240 and save it but I download 1080x1080 and can not find any way to retrieve from cache folder this file
facebookfresco
how to change load picture sequence
Bug
like in gridview I load a lot of picture when I scroll to bottom it s take long time to display the bottom picture how to let fresco load the visible draweeview primary
facebookfresco
add onanimationfinishlistener for animation
Enhancement
do something if animation do
facebookfresco
webp animation don t respect loop count
Bug
I create animation sh webpmux frame smile xhdpi 01 webp 41 0 0 1 frame smile xhdpi 02 webp 41 0 0 1 frame smile xhdpi 03 webp 41 0 0 1 frame smile xhdpi 04 webp 41 0 0 1 frame smile xhdpi 05 webp 41 0 0 1 loop 2 bgcolor 0 0 0 0 o anim container webp and how set loop count in code I not find parameter
facebookfresco
npe on disk cache miss
Bug
when I try to request a bitmap from diskcache I get this exception 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 java lang nullpointerexception 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer addimagetransformmetadataproducer addimagetransformmetadataconsumer onnewresultimpl addimagetransformmetadataproducer java 58 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer addimagetransformmetadataproducer addimagetransformmetadataconsumer onnewresultimpl addimagetransformmetadataproducer java 44 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer baseconsumer onnewresult baseconsumer java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer multiplexer onnextresult multiplexproducer java 443 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer multiplexer forwardingconsumer onnewresultimpl multiplexproducer java 490 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer multiplexer forwardingconsumer onnewresultimpl multiplexproducer java 487 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer baseconsumer onnewresult baseconsumer java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer memorycacheproducer 1 onnewresultimpl memorycacheproducer java 101 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer memorycacheproducer 1 onnewresultimpl memorycacheproducer java 89 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer baseconsumer onnewresult baseconsumer java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer diskcacheproducer maybestartnextproducer diskcacheproducer java 129 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer diskcacheproducer produceresult diskcacheproducer java 63 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producers memorycacheproducer produceresults memorycacheproducer java 114 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer multiplexer startnextproducerifhasattachedconsumer multiplexproducer java 362 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer multiplexer access 000 multiplexproducer java 121 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer multiplexproducer produceresult multiplexproducer java 85 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer addimagetransformmetadataproducer produceresult addimagetransformmetadataproducer java 41 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producers imagetransformproducer produceresult imagetransformproducer java 53 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer throttlingproducer produceresultsinternal throttlingproducer java 68 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer throttlingproducer produceresult throttlingproducer java 61 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer branchonseparateimagesproducer onfirstimageconsumer onnewresultimpl branchonseparateimagesproducer java 70 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer branchonseparateimagesproducer onfirstimageconsumer onnewresultimpl branchonseparateimagesproducer java 47 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer baseconsumer onnewresult baseconsumer java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producers imagetransformproducer transformingconsumer onnewresultimpl imagetransformproducer java 85 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer baseconsumer onnewresult baseconsumer java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook imagepipeline producer statefulproducerrunnable onsuccess statefulproducerrunnable java 49 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at com facebook common executor statefulrunnable run statefulrunnable java 54 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1112 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 587 04 22 14 19 01 601 e unknown addimagetransformmetadataconsumer 29493 at java lang thread run thread java 841 here be my code uri uri uri parse file storage emulate 0 dcim camera cache 1429681400334 jpg imagerequ request imagerequestbuilder newbuilderwithsource uri setautorotateenable true setlowestpermittedrequestlevel requestlevel disk cache setresizeoption new resizeoption width height build datasource datasource imagepipeline fetchdecodedimage request context datasubscriber datasubscriber new basedatasubscriber override public void onnewresultimpl datasource datasource if datasource isfinishe return if listener null if listener onfullresult context uri datasource closeablereference closeableimageref datasource getresult bitmap bitmap null if closeableimageref null closeableimageref get instanceof closeablebitmap bitmap closeablebitmap closeableimageref get getunderlyingbitmap try listener onresult context uri bitmap finally closeablereference closesafely closeableimageref override public void onfailureimpl datasource datasource throwable throwable datasource getfailurecause if listener null listener onfailure context uri throwable datasource subscribe datasubscriber mexecutorservice what s wrong with my code thank you
facebookfresco
be there any listener where we can use trafficstat to calculate network stat
Enhancement
I want to see how much datum fresco consume when fetch image from network be there any way I can set a listener to hook into the lifecycle of fresco and use trafficstatscompat setthreadstatstag or do we have to create our own networkfetcher
facebookfresco
no intermediate view be show for progressive jpeg
Duplicate
when use progressive encode jpeg the view doesn t update until the entire image be download I m use fresco 0 3 0 and the code as below java imagerequ request imagerequestbuilder newbuilderwithsource uri parse imagesource setprogressiverenderingenable true build draweecontroller draweecontroller fresco newdraweecontrollerbuilder setimagerequ request setoldcontroller draweeview getcontroller build draweeview setmaxwidth mgallerywidth draweeview setmaxheight mgalleryheight draweeview setcontroller draweecontroller info about the test file jpeg image be 800w 600h 3 color component 8 bit per sample jpeg process progressive
facebookfresco
jpeg in content provider don t display
Bug
when I use content provider for simpledraweeview some folder s uri can display success but some fail 314c f7p398og v9q e c 24e79a4d469e066867a76b4feffb2bf5 the first folder s image uri always fail but second folder s image uri all success
facebookfresco
error fail to slurp image 0
Bug
when I load some gif image some gif be occur fail to slurp image 0 what happen java lang illegalstateexception fail to slurp image 0 at com facebook imagepipeline gif gifimage nativecreatefromnativememory native method at com facebook imagepipeline gif gifimage create gifimage java 65 at com facebook imagepipeline animate factory animatedimagefactory decodegif animatedimagefactory java 62 at com facebook imagepipeline decoder imagedecoder decodeanimatedgif imagedecoder java 105 at com facebook imagepipeline decoder imagedecoder decodeimage imagedecod java 86 at com facebook imagepipeline producer decodeproducer progressivedecoder dodecode decodeproducer java 231 at com facebook imagepipeline producer decodeproducer progressivedecoder access 200 decodeproducer java 92 at com facebook imagepipeline producer decodeproducer progressivedecoder 3 run decodeproducer java 202 at com facebook common executor serialdelegatingexecutor executesinglecommand serialdelegatingexecutor java 76 at com facebook common executor serialdelegatingexecutor access 000 serialdelegatingexecutor java 24 at com facebook common executor serialdelegatingexecutor 1 run serialdelegatingexecutor java 47 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 841
facebookfresco
facebook profile picture
Bug
be there an obvious reason why my facebook profile url do not display with fresco it work in uil I be use the code from the getting start page and the sample url be fine so I know the issue be to do with the url uri uri uri parse simpledraweeview draweeview simpledraweeview rootview findviewbyid r i d detail profile drawee draweeview setimageuri uri my guess be the path redirect somewhere crazy so fresco doesn t know what to do
facebookfresco
animation crash so frequently on 5 0 because of oom
Bug
crash log java lang outofmemoryerror fail to allocate a 192804 byte allocation with 164734 free byte and 160 kb until oom at dalvik system vmruntime newnonmovablearray native method at android graphic bitmap nativecreate native method at android graphic bitmap createbitmap bitmap java 939 at android graphic bitmap createbitmap bitmap java 912 at android graphic bitmap createbitmap bitmap java 879 at com facebook imagepipeline a c c p animateddrawablecachingbackendimpl java 147 at com facebook imagepipeline a c c q animateddrawablecachingbackendimpl java 340 at com facebook imagepipeline a c c I animateddrawablecachingbackendimpl java 450 at com facebook imagepipeline a c c b animateddrawablecachingbackendimpl java 52 at com facebook imagepipeline a c f call animateddrawablecachingbackendimpl java 410 at a q run task java 195 at com facebook c c b a run constrainedexecutorservice java 178 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 so far this have only happen on android 5 0
facebookfresco
slow loading from mediastore contentprovider
Bug
I have change th listview to gridview and the network image to local in the demo 1 2 screenshot 2015 04 16 18 50 06 screenshot 2015 04 16 18 51 49 it be not smooth scroll while use fresco and the memory footprint be large than other I think I must have do something wrong
facebookfresco
roundedcorner fitcenter deform final image
Bug
I have stumble upon an issue while use rounded corner with image that doesn t take whole space in my layout I have when image have exact same aspect ratio as container top corner get round perfectly and the result look like this correct corner but when image doesn t take full space and get fit inside because I m use fitcenter instead of see layout background color I see image get expand with extra row of pixel to take the remain place and then rounded corner get apply weird behavior be that a correct behavior of image processing I wish it could just ignore rounded corner if image doesn t take the full space in that case I will just additionally set up rounded corner on my layout so when image be not take whole space layout will draw rounded corner
facebookfresco
slow read from disk cache
Bug
do anybody test the different adapter in the real environment why the fresco be slow than uil here be my datum on nexus 6 with sample in wifi first run after install uil use 1225ms per pic fresco 516ms first in after reboot uilused 50ms per piv fresco 103ms reenter after press back from app uil use 0ms fresco 45ms and so on so in most user case the fresco be not good in the group do anybody know the reason be it release the cache memory when the app go background immediately and other not
facebookfresco
add aspectratio into xml property
Enhancement
hi I find that in the doc we can call setaspectratio in java to set aspect ratio but it s not available for declare in xml like thank
facebookfresco
crash sometimes in skia webp decoder
Bug
crashanrdetector build samsung hlltezm hllte 4 3 jls36c n7508vzmuand3 user release key hardware msm8928 revision 6 bootloader n7508vzmuand3 radio unknown kernel linux version 3 4 0 2645628 se infra r0301 09 gcc version 4 7 gcc 1 smp preempt tue apr 15 16 57 48 kst 2014 build fingerprint samsung hlltezm hllte 4 3 jls36c n7508vzmuand3 user release key revision 6 pid 17313 tid 17396 name thread 3 com test fresco signal 11 sigsegv code 1 segv maperr fault addr deadbaad abort message abort invalid address or address of corrupt block 0x64bc6000 pass to dlfree r0 00000027 r1 00000000 r2 00000008 r3 deadbaad r4 00000000 r5 64eb542c r6 40063000 r7 64bc6008 r8 6364de20 r9 00000000 sl 6364dd28 fp 00000006 ip 00000001 sp 64eb5428 lr 40088497 pc 400859b8 cpsr 60000030 d0 524f424120404040 d1 6e69203a474e4954 d2 64612064696c6176 d3 726f207373657264 d4 0300030003000300 d5 0300030003000300 d6 0300030003000300 d7 0300030003000300 d8 410000003f800000 d9 4008000041000000 d10 4008000000000000 d11 0000000000000000 d12 0000000000000000 d13 0000000000000000 d14 0000000000000000 d15 0000000000000000 d16 7373657264646120 d17 72726f6320666f20 d18 0400040004000400 d19 8080808080808080 d20 0100010001000100 d21 0100010001000100 d22 8080808080808080 d23 8080808080808080 d24 8080808080808080 d25 8080808080808080 d26 0100010001000100 d27 0100010001000100 d28 0100010001000100 d29 0100010001000100 d30 0400040004000400 d31 0400040004000400 scr 28000012 backtrace 00 pc 0001e9b8 system lib libc so 01 pc 0001c914 system lib libc so abort 4 02 pc 00012495 system lib libc so 03 pc 00011145 system lib libc so dlfree 1184 04 pc 0000dc67 system lib libc so free 10 05 pc 00119a68 system lib libskia so 06 pc 00119e48 system lib libskia so skwebpimagedecoder ondecode skstream skbitmap skimagedecoder mode 256 07 pc 00113f10 system lib libskia so skimagedecoder decode skstream skbitmap skbitmap config skimagedecoder mode bool 168 08 pc 0007cd81 system lib libandroid runtime so 09 pc 0007d43b system lib libandroid runtime so 10 pc 00020b8c system lib libdvm so dvmplatforminvoke 112 11 pc 000516eb system lib libdvm so dvmcalljnimethod unsigned int const jvalue method const thread 398 12 pc 0002a020 system lib libdvm so 13 pc 0002e9e4 system lib libdvm so dvminterpret thread method const jvalue 184 14 pc 0006387d system lib libdvm so dvmcallmethodv thread method const object bool jvalue std va list 292 15 pc 000638a7 system lib libdvm so dvmcallmethod thread method const object jvalue 20 16 pc 000585fb system lib libdvm so 17 pc 0000cc60 system lib libc so thread entry 72 18 pc 0000cddc system lib libc so pthread create 208 stack 64eb53e8 64eb5528 stack 17396 64eb53ec 00000000 64eb53f0 400af170 system lib libc so 64eb53f4 5d69e060 64eb53f8 00000015 64eb53fc 40087445 system lib libc so sflush 56 64eb5400 400af264 system lib libc so 64eb5404 400af1c4 system lib libc so 64eb5408 00000000 64eb540c 40088497 system lib libc so fwalk 34 64eb5410 40087741 system lib libc so cleanup 64eb5414 64eb542c stack 17396 64eb5418 40063000 64eb541c 64bc6008 64eb5420 df0027ad 64eb5424 00000000 00 64eb5428 400b2218 64eb542c fffffbdf 64eb5430 6295f000 64eb5434 0000005a 64eb5438 ffffffff 64eb543c 00000000 64eb5440 00000003 64eb5444 64eb546c stack 17396 64eb5448 400b2008 how to fix it th
facebookfresco
memory error sometimes with webp
Bug
04 13 19 33 39 306 10343 10343 I debug signal 11 sigsegv code 1 segv maperr fault addr 74d1dd96 04 13 19 33 39 476 10343 10343 I debug r0 00000001 r1 4010e0a0 r2 74d1dd8a r3 400bf000 04 13 19 33 39 476 10343 10343 I debug r4 00000038 r5 00000000 r6 61385400 r7 0000000e 04 13 19 33 39 476 10343 10343 I debug r8 00000010 r9 5d350630 sl 41604870 fp be9613a4 04 13 19 33 39 476 10343 10343 I debug ip 0000000c sp be9612d8 lr 400d2941 pc 400d2a40 cpsr 20000030 04 13 19 33 39 476 10343 10343 I debug d0 0000000000000000 d1 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d2 0000000000000000 d3 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d4 ffffffff3f800000 d5 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d6 bf80000000000000 d7 000000003f800000 04 13 19 33 39 476 10343 10343 I debug d8 40584ae147ae147b d9 4307000042040000 04 13 19 33 39 476 10343 10343 I debug d10 3f80000042d20000 d11 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d12 0000000000000000 d13 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d14 0000000000000000 d15 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d16 006c006f0068005f d17 0069006c005f006f 04 13 19 33 39 476 10343 10343 I debug d18 0077006100720064 d19 0065006c00620061 04 13 19 33 39 476 10343 10343 I debug d20 007200630073002f d21 0062006c006c006f 04 13 19 33 39 476 10343 10343 I debug d22 0068005f00720061 d23 006c0064006e0061 04 13 19 33 39 476 10343 10343 I debug d24 0008000700060004 d25 000a0008000a0009 04 13 19 33 39 476 10343 10343 I debug d26 0000000000000000 d27 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d28 3ff0000000000000 d29 0000000000000000 04 13 19 33 39 476 10343 10343 I debug d30 408f400000000000 d31 4024000000000000 04 13 19 33 39 476 10343 10343 I debug scr 68000013 04 13 19 33 39 476 10343 10343 I debug backtrace 04 13 19 33 39 476 10343 10343 I debug 00 pc 0000fa40 system lib libc so dlmalloc 307 04 13 19 33 39 476 10343 10343 I debug 01 pc 000113a7 system lib libc so dlrealloc 130 04 13 19 33 39 476 10343 10343 I debug 02 pc 0000dd8f system lib libc so realloc 10 04 13 19 33 39 476 10343 10343 I debug 03 pc 0000fa2b system lib libutil so android sharedbuffer editresize unsigned int const 22 04 13 19 33 39 476 10343 10343 I debug 04 pc 00010937 system lib libutil so android string16 append unsigned short const unsigned int 52 04 13 19 33 39 476 10343 10343 I debug 05 pc 00072adb system lib libandroid runtime so 04 13 19 33 39 476 10343 10343 I debug 06 pc 0002054c system lib libdvm so dvmplatforminvoke 112 04 13 19 33 39 476 10343 10343 I debug 07 pc 00050eef system lib libdvm so dvmcalljnimethod unsigned int const jvalue method const thread 398 04 13 19 33 39 476 10343 10343 I debug 08 pc 000009e0 dev ashmem dalvik jit code cache delete 04 13 19 33 39 476 10343 10343 I debug stack 04 13 19 33 39 476 10343 10343 I debug be961298 5cacd970 04 13 19 33 39 476 10343 10343 I debug be96129c 40285b45 system lib libandroidfw so android restable config copyfromdtoh android restable config const 8 04 13 19 33 39 476 10343 10343 I debug be9612a0 ffffffff 04 13 19 33 39 476 10343 10343 I debug be9612a4 4028795d system lib libandroidfw so android restable getentry android restable package const int int android restable config const android restable type const android restable entry const android restable type const const 96 04 13 19 33 39 476 10343 10343 I debug be9612a8 00000000 04 13 19 33 39 476 10343 10343 I debug be9612ac 4c465bfe dev ashmem dalvik heap delete 04 13 19 33 39 476 10343 10343 I debug be9612b0 41604bcc 04 13 19 33 39 476 10343 10343 I debug be9612b4 00000017 04 13 19 33 39 476 10343 10343 I debug be9612b8 00000028 04 13 19 33 39 476 10343 10343 I debug be9612bc 00000000 04 13 19 33 39 476 10343 10343 I debug be9612c0 00000032 04 13 19 33 39 476 10343 10343 I debug be9612c4 00000000 04 13 19 33 39 476 10343 10343 I debug be9612c8 00000000 04 13 19 33 39 476 10343 10343 I debug be9612cc 61f4d700 04 13 19 33 39 476 10343 10343 I debug be9612d0 df0027ad 04 13 19 33 39 476 10343 10343 I debug be9612d4 00000000 04 13 19 33 39 476 10343 10343 I debug 00 be9612d8 00000020 04 13 19 33 39 476 10343 10343 I debug be9612dc 00000010 04 13 19 33 39 476 10343 10343 I debug be9612e0 00000028 04 13 19 33 39 476 10343 10343 I debug be9612e4 43df400c dev ashmem dalvik heap delete 04 13 19 33 39 476 10343 10343 I debug be9612e8 61f4d708 04 13 19 33 39 476 10343 10343 I debug be9612ec 00000032 04 13 19 33 39 476 10343 10343 I debug be9612f0 00000000 04 13 19 33 39 476 10343 10343 I debug be9612f4 61f4d708 04 13 19 33 39 476 10343 10343 I debug be9612f8 61f4d700 04 13 19 33 39 476 10343 10343 I debug be9612fc 00000010 04 13 19 33 39 476 10343 10343 I debug be961300 5d350630 04 13 19 33 39 476 10343 10343 I debug be961304 41604870 04 13 19 33 39 476 10343 10343 I debug be961308 be9613a4 stack 04 13 19 33 39 476 10343 10343 I debug be96130c 400d43ab system lib libc so dlrealloc 134 04 13 19 33 39 476 10343 10343 I debug 01 be961310 400d4325 system lib libc so dlrealloc 04 13 19 33 39 476 10343 10343 I debug be961314 61f4d708 04 13 19 33 39 476 10343 10343 I debug be961318 00000022 04 13 19 33 39 476 10343 10343 I debug be96131c be961364 stack 04 13 19 33 39 476 10343 10343 I debug be961320 57567490 04 13 19 33 39 476 10343 10343 I debug be961324 400d0d91 system lib libc so realloc 12 04 13 19 33 39 476 10343 10343 I debug 02 be961328 00000001 04 13 19 33 39 476 10343 10343 I debug be96132c 4015aa2f system lib libutil so android sharedbuffer editresize unsigned int const 26 04 13 19 33 39 476 10343 10343 I debug memory near r1 04 13 19 33 39 476 10343 10343 I debug 4010e080 613eb538 613eb538 6349ac70 6349ac70 04 13 19 33 39 476 10343 10343 I debug 4010e090 620cda50 620cda50 60bee138 60bee138 04 13 19 33 39 476 10343 10343 I debug 4010e0a0 64a4c270 64a4c270 61385400 61385400 04 13 19 33 39 476 10343 10343 I debug 4010e0b0 62098f18 62098f18 60bee488 60bee488 04 13 19 33 39 476 10343 10343 I debug 4010e0c0 621a6268 6608a360 63945c20 6209f098 04 13 19 33 39 476 10343 10343 I debug 4010e0d0 62815848 6397b068 611dc248 611dc248 04 13 19 33 39 476 10343 10343 I debug 4010e0e0 613861e8 613861e8 613f50b8 64a4a498 04 13 19 33 39 476 10343 10343 I debug 4010e0f0 620ceb40 620ceb40 64d673e8 636078f8 04 13 19 33 39 476 10343 10343 I debug 4010e100 639b9b18 639b9b18 64a59878 64a59878 04 13 19 33 39 476 10343 10343 I debug 4010e110 6137e110 6137e110 621b1ec0 621b1ec0 04 13 19 33 39 476 10343 10343 I debug 4010e120 628157f8 628157f8 65a997a8 65a997a8 04 13 19 33 39 476 10343 10343 I debug 4010e130 621b1b98 621b1b98 60bef908 6608a988 04 13 19 33 39 476 10343 10343 I debug 4010e140 6137ec70 60c10ab8 63940090 620bcc28 04 13 19 33 39 486 10343 10343 I debug 4010e150 6398e0a8 6492d008 61304008 61f50bf8 04 13 19 33 39 486 10343 10343 I debug 4010e160 61f2a000 63497000 646b9980 65843368 04 13 19 33 39 486 10343 10343 I debug 4010e170 6131a010 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug memory near r2 04 13 19 33 39 486 10343 10343 I debug 74d1dd68 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1dd78 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1dd88 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1dd98 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1dda8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1ddb8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1ddc8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1ddd8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1dde8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1ddf8 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de08 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de18 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de28 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de38 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de48 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug 74d1de58 ffffffff ffffffff ffffffff ffffffff 04 13 19 33 39 486 10343 10343 I debug memory near r3 04 13 19 33 39 486 10343 10343 I debug 400befe0 400beed8 4029ca80 404d7a28 404d7108 04 13 19 33 39 486 10343 10343 I debug 400beff0 00000001 4026a000 00000100 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf000 00000000 0000001b 4010b064 4010b064 04 13 19 33 39 486 10343 10343 I debug 400bf010 400d1c75 400d272d 400d1c85 0000001b 04 13 19 33 39 486 10343 10343 I debug 400bf020 0000001d 00000001 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf030 00000000 0000001b 0000000d 00000002 04 13 19 33 39 486 10343 10343 I debug 400bf040 00000000 00000000 00000000 0000002b 04 13 19 33 39 486 10343 10343 I debug 400bf050 00000001 00000010 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf060 ffffffff ffffffff ffffffff 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf070 00000000 0000002b 401644c8 400bf0a0 04 13 19 33 39 486 10343 10343 I debug 400bf080 00000000 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf090 00000001 00000000 00000000 0000001b 04 13 19 33 39 486 10343 10343 I debug 400bf0a0 00000001 00000001 400bf078 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf0b0 00000000 0000002b 401644c8 400bf0e0 04 13 19 33 39 486 10343 10343 I debug 400bf0c0 00000001 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug 400bf0d0 00000001 00000000 00000000 0000001b 04 13 19 33 39 486 10343 10343 I debug memory near r6 04 13 19 33 39 486 10343 10343 I debug 613853e0 6038b5a0 8810bda4 536f4491 91b440f3 04 13 19 33 39 486 10343 10343 I debug 613853f0 188945ac d75a6de a7283776 eceee979 04 13 19 33 39 486 10343 10343 I debug 61385400 4db4b0db c2727a8f 74d1dd8a 1f33f1cf 04 13 19 33 39 486 10343 10343 I debug 61385410 08891991 c1fa1c73 9e7838fe ef7b81f4 04 13 19 33 39 486 10343 10343 I debug 61385420 69d95f39 432e00cf b808529f 68c89965 04 13 19 33 39 486 10343 10343 I debug 61385430 b4b46971 d39f8fe1 6a2b2d87 b9d00617 04 13 19 33 39 486 10343 10343 I debug 61385440 bada490a b48006fe 13904d3c 885bf8a5 04 13 19 33 39 486 10343 10343 I debug 61385450 107a5f64 22242a02 f143ef20 67ade147 04 13 19 33 39 486 10343 10343 I debug 61385460 a5b71b27 9389fa9c d2dfb5c3 a96d329e 04 13 19 33 39 486 10343 10343 I debug 61385470 9e0a35c7 6cf89793 413676ac ca3241a2 04 13 19 33 39 486 10343 10343 I debug 61385480 83b3da9e c9c9829a 2ca2f252 c575254d 04 13 19 33 39 486 10343 10343 I debug 61385490 5bf47da4 397d7a02 9cd3c5cd 7855cf97 04 13 19 33 39 486 10343 10343 I debug 613854a0 cdeb19d1 2b1cbfa1 7894a95e 65bbcdc7 04 13 19 33 39 486 10343 10343 I debug 613854b0 454b9ef6 fdf88dd4 2789a288 2330ee58 04 13 19 33 39 486 10343 10343 I debug 613854c0 dc74c281 933a258b df3bb823 61c60781 04 13 19 33 39 486 10343 10343 I debug 613854d0 63b617b7 3e64df68 524a8fb5 422d357d 04 13 19 33 39 486 10343 10343 I debug memory near r9 04 13 19 33 39 486 10343 10343 I debug 5d350610 7473616f 0000001b 41623798 4010e050 04 13 19 33 39 486 10343 10343 I debug 5d350620 67646977 542e7465 7473616f 0000001b 04 13 19 33 39 486 10343 10343 I debug 5d350630 00720064 00770061 00620061 0065006c 04 13 19 33 39 486 10343 10343 I debug 5d350640 64690000 00000033 00740062 005f006e 04 13 19 33 39 486 10343 10343 I debug 5d350650 00740073 00720061 0068005f 006c006f 04 13 19 33 39 486 10343 10343 I debug 5d350660 005f006f 00610064 006b0072 00040000 04 13 19 33 39 486 10343 10343 I debug 5d350670 00000030 00000043 00740062 005f006e 04 13 19 33 39 486 10343 10343 I debug 5d350680 00740073 00720061 006f005f 005f006e 04 13 19 33 39 486 10343 10343 I debug 5d350690 006f006e 006d0072 006c0061 0068005f 04 13 19 33 39 486 10343 10343 I debug 5d3506a0 006c006f 005f006f 0069006c 00680067 04 13 19 33 39 486 10343 10343 I debug 5d3506b0 00000074 0000004b 00610066 00740073 04 13 19 33 39 486 10343 10343 I debug 5d3506c0 00630073 006f0072 006c006c 006c005f 04 13 19 33 39 486 10343 10343 I debug 5d3506d0 00620061 006c0065 0072005f 00670069 04 13 19 33 39 486 10343 10343 I debug 5d3506e0 00740068 0068005f 006c006f 005f006f 04 13 19 33 39 486 10343 10343 I debug 5d3506f0 00610064 006b0072 6d610000 00000033 04 13 19 33 39 486 10343 10343 I debug 5d350700 00640065 00740069 0074005f 00780065 04 13 19 33 39 486 10343 10343 I debug memory near sl 04 13 19 33 39 486 10343 10343 I debug 41604850 00000000 00000800 5755f008 00000453 04 13 19 33 39 486 10343 10343 I debug 41604860 58e6900c 57567484 576ce7f8 596a5000 04 13 19 33 39 486 10343 10343 I debug 41604870 4212a740 409d8b60 be9614c0 00000000 04 13 19 33 39 486 10343 10343 I debug 41604880 be9614f4 00000001 00000000 409356c0 04 13 19 33 39 486 10343 10343 I debug 41604890 00000000 00000000 56b31f70 57562300 04 13 19 33 39 486 10343 10343 I debug 416048a0 00000000 00000000 00000001 00006000 04 13 19 33 39 486 10343 10343 I debug 416048b0 00000000 400bbffc 409356c0 4093a600 04 13 19 33 39 486 10343 10343 I debug 416048c0 00000000 4093e6fc 4093e770 4093e620 04 13 19 33 39 486 10343 10343 I debug 416048d0 4093e640 4093e69c 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug 416048e0 60e38178 00000028 61c67e05 be961618 04 13 19 33 39 486 10343 10343 I debug 416048f0 58fb2ae8 00000006 000002eb 409d73ac 04 13 19 33 39 486 10343 10343 I debug 41604900 416fb3d8 576d5a30 00000008 5aed1798 04 13 19 33 39 486 10343 10343 I debug 41604910 00000001 00000100 00000200 00000000 04 13 19 33 39 486 10343 10343 I debug 41604920 00000001 58e6a948 58e6a948 00000002 04 13 19 33 39 486 10343 10343 I debug 41604930 58e6a960 576d0118 5db568c6 5de7648e 04 13 19 33 39 486 10343 10343 I debug 41604940 5d96b428 5def86a0 5d782783 5db3afa0 04 13 19 33 39 486 10343 10343 I debug memory near fp 04 13 19 33 39 486 10343 10343 I debug be961384 575bbc80 41604860 40935550 57567484 04 13 19 33 39 486 10343 10343 I debug be961394 00000001 00000000 419d5230 00000010 04 13 19 33 39 486 10343 10343 I debug be9613a4 40965ef3 57567484 5922e29b 40226a83 04 13 19 33 39 486 10343 10343 I debug be9613b4 41604870 409d6c80 575674f4 00000000 04 13 19 33 39 486 10343 10343 I debug be9613c4 00000000 006fe9f8 4010e208 00000000 04 13 19 33 39 486 10343 10343 I debug be9613d4 00000018 00000018 41938008 00000001 04 13 19 33 39 486 10343 10343 I debug be9613e4 00000018 409d6c80 588f3404 00001038 04 13 19 33 39 486 10343 10343 I debug be9613f4 4212a720 006fe9f8 4212a720 41604770 04 13 19 33 39 486 10343 10343 I debug be961404 4098a951 409d0c48 409d0c48 4010e208 04 13 19 33 39 486 10343 10343 I debug be961414 00000018 409d6c80 4010e208 00000018 04 13 19 33 39 486 10343 10343 I debug be961424 40941a9c 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug be961434 00000000 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug be961444 00000000 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug be961454 00000000 00000000 00000000 00000000 04 13 19 33 39 486 10343 10343 I debug be961464 4c465bfe 00000000 41852734 41852730 04 13 19 33 39 486 10343 10343 I debug be961474 41604860 00000001 00000008 1dcd64ff 04 13 19 33 39 486 10343 10343 I debug memory near sp 04 13 19 33 39 486 10343 10343 I debug be9612b8 00000028 00000000 00000032 00000000 04 13 19 33 39 486 10343 10343 I debug be9612c8 00000000 61f4d700 df0027ad 00000000 04 13 19 33 39 486 10343 10343 I debug be9612d8 00000020 00000010 00000028 43df400c 04 13 19 33 39 486 10343 10343 I debug be9612e8 61f4d708 00000032 00000000 61f4d708 04 13 19 33 39 486 10343 10343 I debug be9612f8 61f4d700 00000010 5d350630 41604870 04 13 19 33 39 486 10343 10343 I debug be961308 be9613a4 400d43ab 400d4325 61f4d708 04 13 19 33 39 486 10343 10343 I debug be961318 00000022 be961364 57567490 400d0d91 04 13 19 33 39 486 10343 10343 I debug be961328 00000001 4015aa2f 00000008 00000008 04 13 19 33 39 486 10343 10343 I debug be961338 be961364 4015b93b 5d350630 41604398 04 13 19 33 39 486 10343 10343 I debug be961348 010804db 00000004 57567490 be961390 04 13 19 33 39 486 10343 10343 I debug be961358 57567488 40226adf 003a0000 61f4d718 04 13 19 33 39 486 10343 10343 I debug be961368 5cacd088 00000007 5d350630 00000008 04 13 19 33 39 486 10343 10343 I debug be961378 5aed2478 0000001b 409d0c48 575bbc80 04 13 19 33 39 486 10343 10343 I debug be961388 41604860 40935550 57567484 00000001 04 13 19 33 39 486 10343 10343 I debug be961398 00000000 419d5230 00000010 40965ef3 04 13 19 33 39 486 10343 10343 I debug be9613a8 57567484 5922e29b 40226a83 41604870 04 13 19 33 39 486 10343 10343 I debug code around pc 04 13 19 33 39 486 10343 10343 I debug 400d2a20 312801c7 68b2688e d1064291 fa009903 04 13 19 33 39 486 10343 10343 I debug 400d2a30 ea21f207 60180002 691be007 d3b0429a 04 13 19 33 39 486 10343 10343 I debug 400d2a40 42b068d0 60d1d1ad 00fb608a 0103f044 04 13 19 33 39 486 10343 10343 I debug 400d2a50 19341b1a f0426071 50a20001 b1d56060 04 13 19 33 39 486 10343 10343 I debug 400d2a60 3a64f8df f04f08ed 447b0c01 00c5eb03 04 13 19 33 39 486 10343 10343 I debug 400d2a70 f505fa0c 3028681f 423d6959 433dd103 04 13 19 33 39 486 10343 10343 I debug 400d2a80 4605601d 6885e003 429d691b 6081d389 04 13 19 33 39 486 10343 10343 I debug 400d2a90 608d60e9 f8df60c8 44791a34 614c608a 04 13 19 33 39 486 10343 10343 I debug 400d2aa0 bf80f000 8004f8d3 0f00f1b8 82c2f000 04 13 19 33 39 486 10343 10343 I debug 400d2ab0 0700f1c8 0608ea07 0b0a1e71 0010f002 04 13 19 33 39 486 10343 10343 I debug 400d2ac0 f600fa21 f0070977 fa260a08 eb0af10a 04 13 19 33 39 486 10343 10343 I debug 400d2ad0 088a0c00 0004f002 f100fa21 0700eb0c 04 13 19 33 39 486 10343 10343 I debug 400d2ae0 f006084e fa210202 18bff002 0640f3c0 04 13 19 33 39 486 10343 10343 I debug 400d2af0 fa06fa20 0c06eb07 010aeb0c f853314c 04 13 19 33 39 486 10343 10343 I debug 400d2b00 684b1021 f023460e 1b120207 6841e00a 04 13 19 33 39 486 10343 10343 I debug 400d2b10 0307f021 ebc44601 45920a03 4692bf2c 04 13 19 33 39 486 10343 10343 I debug code around lr 04 13 19 33 39 486 10343 10343 I debug 400d2920 f8dfff07 44791b94 21bcf8d1 d4020793 04 13 19 33 39 486 10343 10343 I debug 400d2930 d9092cf4 f501e1a6 260070e0 ed32f7fe 04 13 19 33 39 486 10343 10343 I debug 400d2940 f0412800 e7f3807c d9032c0a f024340b 04 13 19 33 39 486 10343 10343 I debug 400d2950 e0000407 f8df2410 08e23b68 6818447b 04 13 19 33 39 486 10343 10343 I debug 400d2960 f102fa20 078e9003 f001d021 f0840401 04 13 19 33 39 486 10343 10343 I debug 400d2970 18b10601 04c1eb03 68a63428 429468b2 04 13 19 33 39 486 10343 10343 I debug 400d2980 2201d106 fc01fa02 000cea20 e00c6018 04 13 19 33 39 486 10343 10343 I debug 400d2990 42826918 68d3d305 d10242b3 60a260d4 04 13 19 33 39 486 10343 10343 I debug 400d29a0 f8dfe003 44780b20 00c8e0df 689de358 04 13 19 33 39 486 10343 10343 I debug 400d29b0 f24042ac 2900833f f04fd074 fa000001 04 13 19 33 39 486 10343 10343 I debug 400d29c0 fa01f602 fa06f202 4277f600 0c06ea47 04 13 19 33 39 486 10343 10343 I debug 400d29d0 0602ea0c ea014271 1e7a0706 f0060b16 04 13 19 33 39 496 10343 10343 I debug 400d29e0 fa220110 0957f201 0c08f007 f60cfa22 04 13 19 33 39 496 10343 10343 I debug 400d29f0 08b24461 0c04f002 f60cfa26 070ceb01 04 13 19 33 39 496 10343 10343 I debug 400d2a00 f100fa26 0202f001 f602fa26 0c02eb07 04 13 19 33 39 496 10343 10343 I debug 400d2a10 0140f3c6 f201fa26 0701eb0c eb0318bf 04 13 19 33 39 496 10343 10343 I debug memory map around fault addr 74d1dd96 04 13 19 33 39 496 10343 10343 I debug 69115000 69117000 rw dev kgsl 3d0 04 13 19 33 39 496 10343 10343 I debug no map for address 04 13 19 33 39 496 10343 10343 I debug be941000 be962000 rw stack
facebookfresco
stream progressive jpeg didn t work
Bug
override public newseventholder oncreateviewholder viewgroup parent int viewtype simpleprogressivejpegconfig jpegconfig new simpleprogressivejpegconfig jpegconfig getnextscannumbertodecode 1 jpegconfig getqualityinfo 1 imagepipelineconfig config imagepipelineconfig newbuild context setprogressivejpegconfig jpegconfig build fresco initialize context config view v layoutinflater from context inflate r layout item news event parent false return new newseventholder v override public void onbindviewholder newseventholder holder int position holder txttitle settext itemnewsevent get position gettitle holder txtdate settext itemnewsevent get position getdate uri myuri uri parse itemnewsevent get position getimg imagerequ request imagerequestbuilder newbuilderwithsource myuri setprogressiverenderingenable true build draweecontroller controller fresco newdraweecontrollerbuilder setimagerequ request setoldcontroller holder draweeview getcontroller build holder draweeview setcontroller controller
facebookfresco
delete image give its uri
Enhancement
my app can change the content it show periodically so I delete the datum from database however I could not figure out how to delete the image form disk cache in order to avoid unnecessary disk storage be there any way to do it use fresco thank in advance
facebookfresco
support remove evict image from disk cache
Enhancement
the picture on the server change but fresco still load the old one I try the code fresco getimagepipeline evictfrommemorycache uri but it not work do it only clear the memory cache if so how to clear the disk cache
facebookfresco
drawee 0 1 0 javadoc jar not available
Duplicate
after build success I import fresco drawee build lib drawee 0 1 0 source jar into eclipse android project but it jar file not available why same problem fresco fbcore build libs fbcore 0 1 0 source jar image pipeline 0 1 0 source jar how I generate available fresco jar file and import into eclipse android project
facebookfresco
java lang illegalstateexception byte array currently in use
Bug
hi while use facebook app v30 0 0 19 17 none of the picture display so I have a look in the log and I see some fresco error java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750537 onrequestfailure requestid 840 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750609 onproducerfinishwithfailure requestid 842 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750609 onrequestfailure requestid 842 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750614 onproducerfinishwithfailure requestid 843 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750614 onrequestfailure requestid 843 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750616 onproducerfinishwithfailure requestid 844 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750616 onrequestfailure requestid 844 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750839 onproducerfinishwithfailure requestid 845 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750839 onrequestfailure requestid 845 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750890 onproducerfinishwithfailure requestid 846 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104750890 onrequestfailure requestid 846 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751111 onproducerfinishwithfailure requestid 848 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751111 onrequestfailure requestid 848 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751235 onproducerfinishwithfailure requestid 849 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751235 onrequestfailure requestid 849 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751304 onproducerfinishwithfailure requestid 847 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751304 onrequestfailure requestid 847 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751360 onproducerfinishwithfailure requestid 850 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751360 onrequestfailure requestid 850 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751398 onproducerfinishwithfailure requestid 851 stage decodeproducer elapsedtime 1 ms extramap null throwable java lang illegalstateexception byte array currently in use w fb4a requestlogginglistener 2614 time 104751399 onrequestfailure requestid 851 elapsedtime 1 ms throwable java lang illegalstateexception byte array currently in use force stop restart the app fix it I be on an good wifi connection use a nexus 6 thank
facebookfresco
simpledrawee do not work with android transitionname
Bug
hi with fresco 0 1 0 the image be not display when simpledrawee be use together with android transitionname say in layout xml and in code proper lifecycle context context getactivity getapplicationcontext fresco initialize context proper lifecycle mphoto simpledraweeview root findviewbyid r i d article photo mphoto setaspectratio photo aspect ratio if mimageurl null mphoto setimageuri uri parse mimageurl the image be never display however remove the android transitionname tag will fix it but I be lose the desire activity transition effect would you please indicate a work around or I be use it wrong many thank regard xiang
facebookfresco
localcontenturifetchproducer contact 42 photo not load
Bug
can t open contact 42 photo
facebookfresco
the application may be do too much work on its main thread
Bug
I use simpledraweeview in adapter but my app run slowly and I see the log below I choreographer 1378 skip 55 frame the application may be do too much work on its main thread so I comment the code msimpledraw setimageuri the app run fluently I think the simpledraw block the main thread when fetch image from network
facebookfresco
expose cache file
Enhancement
it would be nice to have the ability to see if the image have already be cache to disk and or memory a simple call like fresco existsindiskcache uri uri and fresco existsinmemorycache uri uri maybe a separate request but relate be the ability to retrieve the cache resource from disk the use case be that after we have retrieve the image the app may have a feature that allow the user to share the image if we could access the local uri of the cache image then we can pass it to share intent
facebookfresco
build error
Duplicate
error execution fail for task imagepipeline ndk build gifimage a problem occur start process command ndk build
facebookfresco
why do postprocessor modify the source bitmap
Enhancement
hi I be wonder why you design the postprocessor to modify the source bitmap instead of return a new one like picasso glide s transformation I find that often it s very hard to modify a bitmap in place so you end up have to create a new result bitmap and then copy all its pixel over to the source one which seem less efficient thank
facebookfresco
build fail with an exception
Duplicate
failure build fail with an exception what go wrong execution fail for task imagepipeline ndk build gifimage a problem occur start process command ndk build try run with stacktrace option to get the stack trace run with info or debug option to get more log output exception be org gradle execution taskselectionexception task compiledebug be ambiguous in root project fresco candidate be compiledebugaidl compiledebugjava compiledebugndk compiledebugrenderscript compiledebugsource compilede bugtestaidl compiledebugtestjava compiledebugtestndk compiledebugtestre nderscript compiledebugtestsource at org gradle execution taskselector getselection taskselector java 101 at org gradle execution taskselector getselection taskselector java 76 at org gradle execution commandline commandlinetaskparser parsetasks com mandlinetaskparser java 42 at org gradle execution tasknameresolvingbuildconfigurationaction config ure tasknameresolvingbuildconfigurationaction java 44 at org gradle execution defaultbuildexecuter configure defaultbuildexecu ter java 42 at org gradle execution defaultbuildexecuter access 100 defaultbuildexec uter java 23 at org gradle execution defaultbuildexecuter 1 proceed defaultbuildexecu ter java 48 at org gradle execution excludedtaskfilteringbuildconfigurationaction co nfigure excludedtaskfilteringbuildconfigurationaction java 47 at org gradle execution defaultbuildexecuter configure defaultbuildexecu ter java 42 at org gradle execution defaultbuildexecuter access 100 defaultbuildexec uter java 23 at org gradle execution defaultbuildexecuter 1 proceed defaultbuildexecu ter java 48 at org gradle execution defaulttasksbuildexecutionaction configure defau lttasksbuildexecutionaction java 44 at org gradle execution defaultbuildexecuter configure defaultbuildexecu ter java 42 at org gradle execution defaultbuildexecuter select defaultbuildexecuter java 35 at org gradle initialization defaultgradlelauncher dobuildstage default gradlelaunch java 142 at org gradle initialization defaultgradlelauncher dobuild defaultgradle launcher java 106 at org gradle initialization defaultgradlelauncher run defaultgradlelaun cher java 86 at org gradle launcher exec inprocessbuildactionexecuter defaultbuildcon troller run inprocessbuildactionexecuter java 80 at org gradle launcher cli executebuildaction run executebuildaction jav a 33 at org gradle launcher cli executebuildaction run executebuildaction jav a 24 at org gradle launcher exec inprocessbuildactionexecuter execute inproce ssbuildactionexecuter java 36 at org gradle launcher exec inprocessbuildactionexecuter execute inproce ssbuildactionexecuter java 26 at org gradle launcher cli runbuildaction run runbuildaction java 51 at org gradle internal action runnableactionadapter execute action jav a 171 at org gradle launcher cli commandlineactionfactory parseandbuildaction execute commandlineactionfactory java 237 at org gradle launcher cli commandlineactionfactory parseandbuildaction execute commandlineactionfactory java 210 at org gradle launcher cli javaruntimevalidationaction execute javarunti mevalidationaction java 35 at org gradle launcher cli javaruntimevalidationaction execute javarunti mevalidationaction java 24 at org gradle launcher cli commandlineactionfactory withlogging execute commandlineactionfactory java 206 at org gradle launcher cli commandlineactionfactory withlogging execute commandlineactionfactory java 169 at org gradle launcher cli exceptionreportingaction execute exceptionrep ortingaction java 33 at org gradle launcher cli exceptionreportingaction execute exceptionrep ortingaction java 22 at org gradle launcher main doaction main java 33 at org gradle launcher bootstrap entrypoint run entrypoint java 45 at org gradle launcher bootstrap processbootstrap runnoexit processboot trap java 54 at org gradle launcher bootstrap processbootstrap run processbootstrap j ava 35 at org gradle launcher gradlemain main gradlemain java 23 at org gradle wrapper bootstrapmainstarter start bootstrapmainstarter ja va 33 at org gradle wrapper wrapperexecutor execute wrapperexecutor java 130 at org gradle wrapper gradlewrappermain main gradlewrappermain java 48
facebookfresco
fresco can t be build by gradle after import into android studio
Bug
I have post my question in stackoverflow could anybody have a look and help I
facebookfresco
build fail with an exception
Duplicate
when run the sample I get an error imagepipeline clonewebp fail failure build fail with an exception what go wrong execution fail for task imagepipeline clonewebp org eclipse jgit api error transportexception can not open git upload pack
facebookfresco
can not load url with redirect
Bug
I be currently migrate our app to fresco but I encounter a problem whenever I try load a url that redirect to another url to the simpledraweeview the image do not load at all how can I fix this
facebookfresco
set background image to color with roundascircle true should be mask by circle
Enhancement
at the moment display the image with roundascircle set to true create a square around the circle as a background when set backgroundimage to color white or any other color resource in my opinion it make sense for the circle to be use as a mask for the background current code propose fix appologie for the teribble photo shopping just try get point across
facebookfresco
add support for rgb 565 bitmap to use less memory
Enhancement
hey I d like to be able to force decode bitmap in rgb 565 to use less memory but didn t find anything in the doc be there any way I can do this thank
facebookfresco
process command ndk build cmd finish with non zero exit value 2
Duplicate
hi I replace commandline ndk build imagepipeline gradle to ndk build cmd and encoutere blow problem build local mk imagepipeline ndk build gifimage fail error execution fail for task imagepipeline ndk build gifimage process command ndk build cmd finish with non zero exit value 2
facebookfresco
crash in nexus5
Bug
f libc 7134 heap corruption detect by dlmalloc f libc 7134 fatal signal 6 sigabrt at 0x00001bde code 6 thread 7134 esco frescotest f libc 7267 fatal signal 6 sigabrt at 0x00001c63 code 6 thread 7276 finalizerdaemon f libc 7433 fatal signal 7 sigbus at 0x0000000d code 1 thread 7442 finalizerdaemon
facebookfresco
set fresco pressedstateoverlayimage to a color in layout xml cause crash
Bug
use the following xml cause a crash in jellybean api level 18 and lollipop api 22 when inflate the view fatal exception main android view inflateexception binary xml file line 10 error inflate class com facebook drawee view simpledraweeview at android view layoutinflater createview layoutinflater java 620 at android view layoutinflater createviewfromtag layoutinflater java 696 at android view layoutinflater rinflate layoutinflater java 755 at android view layoutinflater inflate layoutinflater java 492 at android view layoutinflater inflate layoutinflater java 397 when I remove the fresco pressedstateoverlayimage color black overlay then the inflater work and the app behave as expect without a crash use any color also result in a crash so that be not the problem perhaps the documentation be incorrect and a color can not be use
facebookfresco
window os how to build
Bug
my environment os window 7 ultimake set android home c android sdk window set path c android ndk r10d path run gradlew build result failure build fail with an exception what go wrong execution fail for task imagepipeline ndk build gifimage a problem occur start process command ndk build try run with stacktrace option to get the stack trace run with info or debug option to get more log output build fail retry gradlew build stacktrace result what go wrong execution fail for task imagepipeline ndk build gifimage a problem occur start process command ndk build try run with info or debug option to get more log output exception be org gradle api task taskexecutionexception execution fail for task imagepipeline ndk build gifimage at org gradle api internal task execution executeactionstaskexecuter executeaction executeactionstaskexecuter java 69 at org gradle api internal task execution executeactionstaskexecuter execute executeactionstaskexecuter java 46 at org gradle api internal task execution postexecutionanalysistaskexecuter execute postexecutionanalysistaskexecuter java 35 at org gradle api internal task execution skipuptodatetaskexecuter execute skipuptodatetaskexecuter java 64 at org gradle api internal task execution validatingtaskexecuter execute validatingtaskexecuter java 58 at org gradle api internal task execution skipemptysourcefilestaskexecuter execute skipemptysourcefilestaskexecuter java 42 at org gradle api internal task execution skiptaskwithnoactionsexecuter execute skiptaskwithnoactionsexecuter java 52
facebookfresco
simpledraweeview doesn t work in edit mode
Bug
the follow class could not be instantiate com facebook drawee view simpledraweeview open class show exception tip use view isineditmode in your custom view to skip code or show sample datum when show in the ide exception detail java lang nullpointerexception simpledraweeview be not initialize at com facebook common internal precondition checknotnull precondition java 226 at com facebook drawee view simpledraweeview init simpledraweeview java 68 at com facebook drawee view simpledraweeview simpledraweeview java 59 at java lang reflect constructor newinstance constructor java 422 at android view layoutinflater rinflate original layoutinflater java 806 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater rinflate original layoutinflater java 809 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater rinflate original layoutinflater java 809 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater rinflate original layoutinflater java 809 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater rinflate original layoutinflater java 809 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater rinflate original layoutinflater java 809 at android view layoutinflater delegate rinflate layoutinflater delegate java 64 at android view layoutinflater rinflate layoutinflater java 782 at android view layoutinflater inflate layoutinflater java 504 at android view layoutinflater inflate layoutinflater java 385
facebookfresco
cache post process image
Enhancement
be it possible to process the image before it be cache and cache that process image
facebookfresco
use fresco with subsamplingimageview
Enhancement
I be work on an app that require handle large image currently we be cut the image into several small piece but as you may think of the oom be always bug we I would like to know if fresco be able to handle that nicely or not thank
facebookfresco
custom uri handler accept arbitrary inputstream
Enhancement
the current uri handler be great for many case but in our app and many other we store our medium encrypt on disk because of this vanilla contentprovider be unavailable as an option as we d have to write a temporary unencrypted version to disk ewww the other option in fresco would be to setup a localhost http server that stream the unencrypted version ewwwwww which be a lot of unnecessary overhead if however fresco allow additional custom uri handler that provide inputstream we d be golden alternatively have a setimageinputstream alongside setimageuri would also suffice
tencenttinker
null pointer dereference bug
Question
null pointer dereference bug bug tinkerziputil java third party tinker ziputil src main java com tencent tinker ziputil ziputil tinkerziputil java extracttinkerentry line 31 in apk getinputstream zipentry in null getinputstream tinkerzipfile java null tinkerzipfile java 337 extracttinkerentry line 38 in read buffer null pointer dereference
tencenttinker
dex 65536
Bug
app nexus 5 android 5 0 tinker 1 9 14 4 gradle 5 6 sdk tinkerpatch sdk window com android tool build gradle 3 2 1 agpbi kind error text can not fit request class in the main dex file method 76780 u003e 65536 field 75405 u003e 65536 source tool d8 task ezvizretail transformdexarchivewithdexmergerfordebug fail java lang runtimeexception java lang runtimeexception com android builder dexing dexarchivemergerexception error while merge dex archive g code v3 22
tencenttinker
9 10
Question
9 10
tencenttinker
enable dex archive true tinekr
Question
tinker 1 9 14 gradle 3 2 0 3 5 2 sdk window 1 enable dex archive dex tinker false true tinker 2 agp 3 5 2 enable dex archive d8maindexlisttransform tinker
tencenttinker
loader class be find in old secondary dex minsdkversion 21
Bug
issue issue issue issue issue patch issue nexus 5 android 5 0 tinker 1 9 14 gradle 5 1 1 gralde 3 4 2 sdk bugly sdk 1 2 0 mac minsdkversion 21 warning ignorewarning be false but we find loader class be find in old secondary dex find class lcom tencent tinker loader hotplug activitystub sistub 01 lcom tencent tinker loader shareutil sharerespatchinfo lcom tencent tinker loader systemclassloaderadder v23 lcom tencent tinker loader hotplug activitystubmanager lcom tencent tinker loader shareutil shareoatutil 1 lcom tencent tinker loader shareutil shareoatutil lcom tencent tinker loader shareutil sharepatchfileutil lcom tencent tinker loader shareutil sharefilelockhelper lcom tencent tinker loader hotplug activitystub sgtkstub 04 lcom tencent tinker loader tinkerdexoptimizer streamconsumer 1 lcom tencent tinker loader tinkerdexloader lcom tencent tinker loader hotplug activitystub stdstub 06 lcom tencent bugly beta tinker tinkerpatchreflectapplication lcom tencent tinker loader tinkerdexoptimizer 1 lcom tencent tinker loader tinkerdexoptimizer streamconsumer lcom tencent tinker loader hotplug incrementcomponentmanager lcom tencent tinker loader androidnclassloader lcom tencent tinker loader tinkerresourceskey lcom tencent tinker loader hotplug activitystub sistub 09 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor lcom tencent tinker loader hotplug activitystub sgtstub 07 lcom tencent tinker loader shareutil shareintentutil lcom tencent tinker loader hotplug activitystub sistub 00 lcom tencent tinker loader tinkerresourceskey v24 lcom tencent tinker loader hotplug activitystub sgtkstub 05 lcom tencent tinker loader tinkertestandroidnclassloader lcom tencent tinker loader hotplug activitystub stdstub 01 t lcom tencent tinker loader hotplug activitystub sistub 01 t lcom tencent tinker loader hotplug activitystub sgtstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 07 lcom tencent tinker loader hotplug activitystub sgtkstub 00 t lcom tencent tinker loader hotplug handler mhmessagehandler lcom tencent tinker loader shareutil shareelffile sectionheader lcom tencent tinker loader tinkerdexoptimizer resultcallback lcom tencent tinker loader tinkerresourceloader lcom tencent tinker loader systemclassloaderadder v19 lcom tencent tinker loader hotplug activitystub sgtstub 06 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor 1 lcom tencent tinker loader hotplug activitystub sistub 08 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor binderinvocationhandler lcom tencent tinker loader shareutil sharerespatchinfo largemodeinfo lcom tencent tinker loader hotplug activitystub lcom tencent tinker loader hotplug interceptor tinkerhackinstrumentation lcom tencent tinker loader tinkerresourceskey v19 lcom tencent tinker loader hotplug activitystub sgtkstub 02 lcom tencent tinker loader hotplug activitystub sgtstub 09 lcom tencent tinker loader hotplug activitystub stdstub 00 lcom tencent tinker loader shareutil shareelffile 1 lcom tencent tinker loader hotplug activitystub stdstub 02 t lcom tencent tinker loader tinkertestdexload lcom tencent tinker loader shareutil shareelffile programheader lcom tencent tinker loader tinkersoloader lcom tencent tinker loader hotplug interceptor handlermessageinterceptor callbackwrapper lcom tencent tinker loader hotplug activitystub sgtkstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 08 lcom tencent tinker loader shareutil shareelffile elfheader lcom tencent tinker loader tinkerresourcepatcher lcom tencent tinker loader hotplug componenthotplug lcom tencent tinker loader shareutil sharetinkerinternals lcom tencent tinker loader r lcom tencent tinker loader hotplug activitystub sistub 07 lcom tencent tinker loader tinkerdexoptimizer optimizeworker lcom tencent tinker loader hotplug interceptor interceptfailedexception lcom tencent tinker loader hotplug activitystub sgtstub 01 lcom tencent tinker loader buildconfig lcom tencent tinker loader hotplug activitystub sgtkstub 03 lcom tencent tinker loader tinkerloader lcom tencent tinker loader hotplug activitystub stdstub 01 lcom tencent tinker loader systemclassloaderadder v4 lcom tencent tinker loader hotplug interceptor interceptor itinkerhotplugproxy lcom tencent tinker loader shareutil sharesecuritycheck lcom tencent tinker loader hotplug activitystub stdstub 09 lcom tencent tinker loader hotplug activitystub sgtstub 00 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeinterfacehandler lcom tencent tinker loader systemclassloaderadder lcom tencent tinker loader hotplug activitystub sgtstub 08 lcom tencent tinker loader hotplug activitystub sistub 06 lcom tencent tinker loader tinkerresourceskey v17 lcom tencent tinker loader hotplug activitystub sgtkstub 00 lcom tencent tinker loader shareutil sharebsdiffpatchinfo lcom tencent tinker loader hotplug interceptor handlermessageinterceptor lcom tencent tinker loader shareutil sharereflectutil lcom tencent tinker loader hotplug activitystub sgtstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 02 lcom tencent tinker loader tinkeruncaughthandler lcom tencent tinker loader hotplug activitystub sistub 02 t lcom tencent tinker loader tinkerdexoptimizer lcom tencent tinker loader shareutil shareconstants lcom tencent tinker loader shareutil sharepatchinfo lcom tencent tinker loader hotplug activitystub sgtkstub 09 lcom tencent tinker loader hotplug handler pmsintercepthandler lcom tencent tinker loader hotplug activitystub sistub 05 lcom tencent tinker loader hotplug activitystub sgtstub 03 lcom tencent tinker loader hotplug activitystub sgtkstub 01 lcom tencent tinker loader systemclassloaderadder v14 lcom tencent tinker loader hotplug activitystub stdstub 03 lcom tencent tinker loader hotplug incrementcomponentmanager attrtranslator lcom tencent tinker loader shareutil shareoatutil instructionset lcom tencent tinker loader app tinkerapplication lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeclientbinderhandler lcom tencent tinker loader hotplug activitystub sgtstub 02 lcom tencent tinker loader hotplug unsupportedenvironmentexception lcom tencent tinker loader tinkerruntimeexception lcom tencent tinker loader hotplug activitystub sistub 04 lcom tencent tinker loader hotplug interceptor handlermessageinterceptor messagehandler lcom tencent tinker loader hotplug activitystub sgtkstub 06 lcom tencent tinker loader tinkerdexloader 1 lcom tencent tinker loader hotplug activitystub sistub 00 t lcom tencent tinker loader hotplug activitystub sgtstub 02 t lcom tencent tinker loader hotplug activitystub stdstub 04 lcom tencent tinker loader hotplug incrementcomponentmanager 1 lcom tencent tinker loader hotplug envconst lcom tencent tinker loader hotplug handler amsintercepthandler lcom tencent tinker loader hotplug activitystub sgtstub 05 lcom tencent tinker loader hotplug activitystub sistub 03 lcom tencent tinker loader hotplug activitystub sistub 02 lcom tencent tinker loader hotplug activitystub sgtkstub 07 lcom tencent tinker loader hotplug activitystub stdstub 05 lcom tencent tinker loader abstracttinkerloader lcom tencent tinker loader hotplug activitystub sgtkstub 02 t lcom tencent tinker loader systemclassloaderadder 1 lcom tencent tinker loader tinkerresourceskey v7 lcom tencent tinker loader shareutil sharedexdiffpatchinfo lcom tencent tinker loader shareutil shareelffile lcom tencent tinker loader hotplug activitystub sgtkstub 08 lcom tencent tinker loader hotplug activitystub sgtstub 04 lcom tencent tinker loader hotplug interceptor interceptor java lang runtimeexception com tencent tinker build util tinkerpatchexception loader class be find in old secondary dex find class lcom tencent tinker loader hotplug activitystub sistub 01 lcom tencent tinker loader shareutil sharerespatchinfo lcom tencent tinker loader systemclassloaderadder v23 lcom tencent tinker loader hotplug activitystubmanager lcom tencent tinker loader shareutil shareoatutil 1 lcom tencent tinker loader shareutil shareoatutil lcom tencent tinker loader shareutil sharepatchfileutil lcom tencent tinker loader shareutil sharefilelockhelper lcom tencent tinker loader hotplug activitystub sgtkstub 04 lcom tencent tinker loader tinkerdexoptimizer streamconsumer 1 lcom tencent tinker loader tinkerdexloader lcom tencent tinker loader hotplug activitystub stdstub 06 lcom tencent bugly beta tinker tinkerpatchreflectapplication lcom tencent tinker loader tinkerdexoptimizer 1 lcom tencent tinker loader tinkerdexoptimizer streamconsumer lcom tencent tinker loader hotplug incrementcomponentmanager lcom tencent tinker loader androidnclassloader lcom tencent tinker loader tinkerresourceskey lcom tencent tinker loader hotplug activitystub sistub 09 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor lcom tencent tinker loader hotplug activitystub sgtstub 07 lcom tencent tinker loader shareutil shareintentutil lcom tencent tinker loader hotplug activitystub sistub 00 lcom tencent tinker loader tinkerresourceskey v24 lcom tencent tinker loader hotplug activitystub sgtkstub 05 lcom tencent tinker loader tinkertestandroidnclassloader lcom tencent tinker loader hotplug activitystub stdstub 01 t lcom tencent tinker loader hotplug activitystub sistub 01 t lcom tencent tinker loader hotplug activitystub sgtstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 07 lcom tencent tinker loader hotplug activitystub sgtkstub 00 t lcom tencent tinker loader hotplug handler mhmessagehandler lcom tencent tinker loader shareutil shareelffile sectionheader lcom tencent tinker loader tinkerdexoptimizer resultcallback lcom tencent tinker loader tinkerresourceloader lcom tencent tinker loader systemclassloaderadder v19 lcom tencent tinker loader hotplug activitystub sgtstub 06 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor 1 lcom tencent tinker loader hotplug activitystub sistub 08 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor binderinvocationhandler lcom tencent tinker loader shareutil sharerespatchinfo largemodeinfo lcom tencent tinker loader hotplug activitystub lcom tencent tinker loader hotplug interceptor tinkerhackinstrumentation lcom tencent tinker loader tinkerresourceskey v19 lcom tencent tinker loader hotplug activitystub sgtkstub 02 lcom tencent tinker loader hotplug activitystub sgtstub 09 lcom tencent tinker loader hotplug activitystub stdstub 00 lcom tencent tinker loader shareutil shareelffile 1 lcom tencent tinker loader hotplug activitystub stdstub 02 t lcom tencent tinker loader tinkertestdexload lcom tencent tinker loader shareutil shareelffile programheader lcom tencent tinker loader tinkersoloader lcom tencent tinker loader hotplug interceptor handlermessageinterceptor callbackwrapper lcom tencent tinker loader hotplug activitystub sgtkstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 08 lcom tencent tinker loader shareutil shareelffile elfheader lcom tencent tinker loader tinkerresourcepatcher lcom tencent tinker loader hotplug componenthotplug lcom tencent tinker loader shareutil sharetinkerinternals lcom tencent tinker loader r lcom tencent tinker loader hotplug activitystub sistub 07 lcom tencent tinker loader tinkerdexoptimizer optimizeworker lcom tencent tinker loader hotplug interceptor interceptfailedexception lcom tencent tinker loader hotplug activitystub sgtstub 01 lcom tencent tinker loader buildconfig lcom tencent tinker loader hotplug activitystub sgtkstub 03 lcom tencent tinker loader tinkerloader lcom tencent tinker loader hotplug activitystub stdstub 01 lcom tencent tinker loader systemclassloaderadder v4 lcom tencent tinker loader hotplug interceptor interceptor itinkerhotplugproxy lcom tencent tinker loader shareutil sharesecuritycheck lcom tencent tinker loader hotplug activitystub stdstub 09 lcom tencent tinker loader hotplug activitystub sgtstub 00 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeinterfacehandler lcom tencent tinker loader systemclassloaderadder lcom tencent tinker loader hotplug activitystub sgtstub 08 lcom tencent tinker loader hotplug activitystub sistub 06 lcom tencent tinker loader tinkerresourceskey v17 lcom tencent tinker loader hotplug activitystub sgtkstub 00 lcom tencent tinker loader shareutil sharebsdiffpatchinfo lcom tencent tinker loader hotplug interceptor handlermessageinterceptor lcom tencent tinker loader shareutil sharereflectutil lcom tencent tinker loader hotplug activitystub sgtstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 02 lcom tencent tinker loader tinkeruncaughthandler lcom tencent tinker loader hotplug activitystub sistub 02 t lcom tencent tinker loader tinkerdexoptimizer lcom tencent tinker loader shareutil shareconstants lcom tencent tinker loader shareutil sharepatchinfo lcom tencent tinker loader hotplug activitystub sgtkstub 09 lcom tencent tinker loader hotplug handler pmsintercepthandler lcom tencent tinker loader hotplug activitystub sistub 05 lcom tencent tinker loader hotplug activitystub sgtstub 03 lcom tencent tinker loader hotplug activitystub sgtkstub 01 lcom tencent tinker loader systemclassloaderadder v14 lcom tencent tinker loader hotplug activitystub stdstub 03 lcom tencent tinker loader hotplug incrementcomponentmanager attrtranslator lcom tencent tinker loader shareutil shareoatutil instructionset lcom tencent tinker loader app tinkerapplication lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeclientbinderhandler lcom tencent tinker loader hotplug activitystub sgtstub 02 lcom tencent tinker loader hotplug unsupportedenvironmentexception lcom tencent tinker loader tinkerruntimeexception lcom tencent tinker loader hotplug activitystub sistub 04 lcom tencent tinker loader hotplug interceptor handlermessageinterceptor messagehandler lcom tencent tinker loader hotplug activitystub sgtkstub 06 lcom tencent tinker loader tinkerdexloader 1 lcom tencent tinker loader hotplug activitystub sistub 00 t lcom tencent tinker loader hotplug activitystub sgtstub 02 t lcom tencent tinker loader hotplug activitystub stdstub 04 lcom tencent tinker loader hotplug incrementcomponentmanager 1 lcom tencent tinker loader hotplug envconst lcom tencent tinker loader hotplug handler amsintercepthandler lcom tencent tinker loader hotplug activitystub sgtstub 05 lcom tencent tinker loader hotplug activitystub sistub 03 lcom tencent tinker loader hotplug activitystub sistub 02 lcom tencent tinker loader hotplug activitystub sgtkstub 07 lcom tencent tinker loader hotplug activitystub stdstub 05 lcom tencent tinker loader abstracttinkerloader lcom tencent tinker loader hotplug activitystub sgtkstub 02 t lcom tencent tinker loader systemclassloaderadder 1 lcom tencent tinker loader tinkerresourceskey v7 lcom tencent tinker loader shareutil sharedexdiffpatchinfo lcom tencent tinker loader shareutil shareelffile lcom tencent tinker loader hotplug activitystub sgtkstub 08 lcom tencent tinker loader hotplug activitystub sgtstub 04 lcom tencent tinker loader hotplug interceptor interceptor at com tencent tinker build decoder apkdecoder apkfilesvisitor visitfile apkdecoder java 178 at com tencent tinker build decoder apkdecoder apkfilesvisitor visitfile apkdecoder java 138 at java nio file file walkfiletree file java 2670 at java nio file file walkfiletree file java 2742 at com tencent tinker build decoder apkdecoder patch apkdecoder java 113 at com tencent tinker build patch runner tinkerpatch runner java 65 at com tencent tinker build patch runner run runner java 48 at com tencent tinker build patch runner gradlerun runner java 41 at com tencent tinker build patch runner gradlerun call unknown source at org codehaus groovy runtime callsite callsitearray defaultcall callsitearray java 47 at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java 115 at org codehaus groovy runtime callsite abstractcallsite call abstractcallsite java 127 at com tencent tinker build gradle task tinkerpatchschematask tinkerpatch tinkerpatchschematask groovy 90 at sun reflect nativemethodaccessorimpl invoke0 native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java lang reflect method invoke method java 498 at org gradle internal reflect javamethod invoke javamethod java 73 at org gradle api internal project taskfactory standardtaskaction doexecute standardtaskaction java 48 at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java 41 at org gradle api internal project taskfactory standardtaskaction execute standardtaskaction java 28 at org gradle api internal abstracttask taskactionwrapper execute abstracttask java 704 at org gradle api internal abstracttask taskactionwrapper execute abstracttask java 671 at org gradle api internal task execution executeactionstaskexecuter 2 run executeactionstaskexecuter java 284 at org gradle internal operation defaultbuildoperationexecutor runnablebuildoperationworker execute defaultbuildoperationexecutor java 301 at org gradle internal operation defaultbuildoperationexecutor runnablebuildoperationworker execute defaultbuildoperationexecutor java 293 at org gradle internal operation defaultbuildoperationexecutor execute defaultbuildoperationexecutor java 175 at org gradle internal operation defaultbuildoperationexecutor run defaultbuildoperationexecutor java 91 at org gradle internal operation delegatingbuildoperationexecutor run delegatingbuildoperationexecutor java 31 at org gradle api internal task execution executeactionstaskexecuter executeaction executeactionstaskexecuter java 273 at org gradle api internal task execution executeactionstaskexecuter executeaction executeactionstaskexecuter java 258 at org gradle api internal task execution executeactionstaskexecuter access 200 executeactionstaskexecuter java 67 at org gradle api internal task execution executeactionstaskexecuter taskexecution execute executeactionstaskexecuter java 145 at org gradle internal execution impl step executestep execute executestep java 49 at org gradle internal execution impl step cancelexecutionstep execute cancelexecutionstep java 34 at org gradle internal execution impl step timeoutstep executewithouttimeout timeoutstep java 69 at org gradle internal execution impl step timeoutstep execute timeoutstep java 49 at org gradle internal execution impl step catchexceptionstep execute catchexceptionstep java 33 at org gradle internal execution impl step createoutputsstep execute createoutputsstep java 50 at org gradle internal execution impl step snapshotoutputstep execute snapshotoutputstep java 43 at org gradle internal execution impl step snapshotoutputstep execute snapshotoutputstep java 29 at org gradle internal execution impl step cachestep executewithoutcache cachestep java 134 at org gradle internal execution impl step cachestep lambda execute 3 cachestep java 83 at java util optional orelseget optional java 267 at org gradle internal execution impl step cachestep execute cachestep java 82 at org gradle internal execution impl step cachestep execute cachestep java 36 at org gradle internal execution impl step preparecachingstep execute preparecachingstep java 33 at org gradle internal execution impl step storesnapshotsstep execute storesnapshotsstep java 38 at org gradle internal execution impl step storesnapshotsstep execute storesnapshotsstep java 23 at org gradle internal execution impl step skipuptodatestep executebecause skipuptodatestep java 96 at org gradle internal execution impl step skipuptodatestep lambda execute 0 skipuptodatestep java 89 at java util optional map optional java 215 at org gradle internal execution impl step skipuptodatestep execute skipuptodatestep java 52 at org gradle internal execution impl step skipuptodatestep execute skipuptodatestep java 36 at org gradle internal execution impl defaultworkexecutor execute defaultworkexecutor java 34 at org gradle api internal task execution executeactionstaskexecuter execute executeactionstaskexecuter java 91 at org gradle api internal task execution resolvetaskoutputcachingstateexecuter execute resolvetaskoutputcachingstateexecuter java 91 at org gradle api internal task execution validatingtaskexecuter execute validatingtaskexecuter java 57 at org gradle api internal task execution skipemptysourcefilestaskexecuter execute skipemptysourcefilestaskexecuter java 119 at org gradle api internal task execution resolvepreviousstateexecuter execute resolvepreviousstateexecuter java 43 at org gradle api internal task execution cleanupstaleoutputsexecuter execute cleanupstaleoutputsexecuter java 93 at org gradle api internal task execution finalizepropertiestaskexecuter execute finalizepropertiestaskexecuter java 45 at org gradle api internal task execution resolvetaskartifactstatetaskexecuter execute resolvetaskartifactstatetaskexecuter java 94 at org gradle api internal task execution skiptaskwithnoactionsexecuter execute skiptaskwithnoactionsexecuter java 56 at org gradle api internal task execution skiponlyiftaskexecuter execute skiponlyiftaskexecuter java 55 at org gradle api internal task execution catchexceptiontaskexecuter execute catchexceptiontaskexecuter java 36 at org gradle api internal task execution eventfiringtaskexecuter 1 executetask eventfiringtaskexecuter java 67 at org gradle api internal task execution eventfiringtaskexecuter 1 call eventfiringtaskexecuter java 52 at org gradle api internal task execution eventfiringtaskexecuter 1 call eventfiringtaskexecuter java 49 at org gradle internal operation defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java 315 at org gradle internal operation defaultbuildoperationexecutor callablebuildoperationworker execute defaultbuildoperationexecutor java 305 at org gradle internal operation defaultbuildoperationexecutor execute defaultbuildoperationexecutor java 175 at org gradle internal operation defaultbuildoperationexecutor call defaultbuildoperationexecutor java 101 at org gradle internal operation delegatingbuildoperationexecutor call delegatingbuildoperationexecutor java 36 at org gradle api internal task execution eventfiringtaskexecuter execute eventfiringtaskexecuter java 49 at org gradle execution plan localtasknodeexecutor execute localtasknodeexecutor java 43 at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java 355 at org gradle execution taskgraph defaulttaskexecutiongraph invokenodeexecutorsaction execute defaulttaskexecutiongraph java 343 at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java 336 at org gradle execution taskgraph defaulttaskexecutiongraph buildoperationawareexecutionaction execute defaulttaskexecutiongraph java 322 at org gradle execution plan defaultplanexecutor executorworker 1 execute defaultplanexecutor java 134 at org gradle execution plan defaultplanexecutor executorworker 1 execute defaultplanexecutor java 129 at org gradle execution plan defaultplanexecutor executorworker execute defaultplanexecutor java 202 at org gradle execution plan defaultplanexecutor executorworker executenextnode defaultplanexecutor java 193 at org gradle execution plan defaultplanexecutor executorworker run defaultplanexecutor java 129 at org gradle internal concurrent executorpolicy catchandrecordfailure onexecute executorpolicy java 63 at org gradle internal concurrent managedexecutorimpl 1 run managedexecutorimpl java 46 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1142 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 617 at org gradle internal concurrent threadfactoryimpl managedthreadrunnable run threadfactoryimpl java 55 at java lang thread run thread java 745 cause by com tencent tinker build util tinkerpatchexception loader class be find in old secondary dex find class lcom tencent tinker loader hotplug activitystub sistub 01 lcom tencent tinker loader shareutil sharerespatchinfo lcom tencent tinker loader systemclassloaderadder v23 lcom tencent tinker loader hotplug activitystubmanager lcom tencent tinker loader shareutil shareoatutil 1 lcom tencent tinker loader shareutil shareoatutil lcom tencent tinker loader shareutil sharepatchfileutil lcom tencent tinker loader shareutil sharefilelockhelper lcom tencent tinker loader hotplug activitystub sgtkstub 04 lcom tencent tinker loader tinkerdexoptimizer streamconsumer 1 lcom tencent tinker loader tinkerdexloader lcom tencent tinker loader hotplug activitystub stdstub 06 lcom tencent bugly beta tinker tinkerpatchreflectapplication lcom tencent tinker loader tinkerdexoptimizer 1 lcom tencent tinker loader tinkerdexoptimizer streamconsumer lcom tencent tinker loader hotplug incrementcomponentmanager lcom tencent tinker loader androidnclassloader lcom tencent tinker loader tinkerresourceskey lcom tencent tinker loader hotplug activitystub sistub 09 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor lcom tencent tinker loader hotplug activitystub sgtstub 07 lcom tencent tinker loader shareutil shareintentutil lcom tencent tinker loader hotplug activitystub sistub 00 lcom tencent tinker loader tinkerresourceskey v24 lcom tencent tinker loader hotplug activitystub sgtkstub 05 lcom tencent tinker loader tinkertestandroidnclassloader lcom tencent tinker loader hotplug activitystub stdstub 01 t lcom tencent tinker loader hotplug activitystub sistub 01 t lcom tencent tinker loader hotplug activitystub sgtstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 07 lcom tencent tinker loader hotplug activitystub sgtkstub 00 t lcom tencent tinker loader hotplug handler mhmessagehandler lcom tencent tinker loader shareutil shareelffile sectionheader lcom tencent tinker loader tinkerdexoptimizer resultcallback lcom tencent tinker loader tinkerresourceloader lcom tencent tinker loader systemclassloaderadder v19 lcom tencent tinker loader hotplug activitystub sgtstub 06 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor 1 lcom tencent tinker loader hotplug activitystub sistub 08 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor binderinvocationhandler lcom tencent tinker loader shareutil sharerespatchinfo largemodeinfo lcom tencent tinker loader hotplug activitystub lcom tencent tinker loader hotplug interceptor tinkerhackinstrumentation lcom tencent tinker loader tinkerresourceskey v19 lcom tencent tinker loader hotplug activitystub sgtkstub 02 lcom tencent tinker loader hotplug activitystub sgtstub 09 lcom tencent tinker loader hotplug activitystub stdstub 00 lcom tencent tinker loader shareutil shareelffile 1 lcom tencent tinker loader hotplug activitystub stdstub 02 t lcom tencent tinker loader tinkertestdexload lcom tencent tinker loader shareutil shareelffile programheader lcom tencent tinker loader tinkersoloader lcom tencent tinker loader hotplug interceptor handlermessageinterceptor callbackwrapper lcom tencent tinker loader hotplug activitystub sgtkstub 01 t lcom tencent tinker loader hotplug activitystub stdstub 08 lcom tencent tinker loader shareutil shareelffile elfheader lcom tencent tinker loader tinkerresourcepatcher lcom tencent tinker loader hotplug componenthotplug lcom tencent tinker loader shareutil sharetinkerinternals lcom tencent tinker loader r lcom tencent tinker loader hotplug activitystub sistub 07 lcom tencent tinker loader tinkerdexoptimizer optimizeworker lcom tencent tinker loader hotplug interceptor interceptfailedexception lcom tencent tinker loader hotplug activitystub sgtstub 01 lcom tencent tinker loader buildconfig lcom tencent tinker loader hotplug activitystub sgtkstub 03 lcom tencent tinker loader tinkerloader lcom tencent tinker loader hotplug activitystub stdstub 01 lcom tencent tinker loader systemclassloaderadder v4 lcom tencent tinker loader hotplug interceptor interceptor itinkerhotplugproxy lcom tencent tinker loader shareutil sharesecuritycheck lcom tencent tinker loader hotplug activitystub stdstub 09 lcom tencent tinker loader hotplug activitystub sgtstub 00 lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeinterfacehandler lcom tencent tinker loader systemclassloaderadder lcom tencent tinker loader hotplug activitystub sgtstub 08 lcom tencent tinker loader hotplug activitystub sistub 06 lcom tencent tinker loader tinkerresourceskey v17 lcom tencent tinker loader hotplug activitystub sgtkstub 00 lcom tencent tinker loader shareutil sharebsdiffpatchinfo lcom tencent tinker loader hotplug interceptor handlermessageinterceptor lcom tencent tinker loader shareutil sharereflectutil lcom tencent tinker loader hotplug activitystub sgtstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 00 t lcom tencent tinker loader hotplug activitystub stdstub 02 lcom tencent tinker loader tinkeruncaughthandler lcom tencent tinker loader hotplug activitystub sistub 02 t lcom tencent tinker loader tinkerdexoptimizer lcom tencent tinker loader shareutil shareconstants lcom tencent tinker loader shareutil sharepatchinfo lcom tencent tinker loader hotplug activitystub sgtkstub 09 lcom tencent tinker loader hotplug handler pmsintercepthandler lcom tencent tinker loader hotplug activitystub sistub 05 lcom tencent tinker loader hotplug activitystub sgtstub 03 lcom tencent tinker loader hotplug activitystub sgtkstub 01 lcom tencent tinker loader systemclassloaderadder v14 lcom tencent tinker loader hotplug activitystub stdstub 03 lcom tencent tinker loader hotplug incrementcomponentmanager attrtranslator lcom tencent tinker loader shareutil shareoatutil instructionset lcom tencent tinker loader app tinkerapplication lcom tencent tinker loader hotplug interceptor servicebinderinterceptor fakeclientbinderhandler lcom tencent tinker loader hotplug activitystub sgtstub 02 lcom tencent tinker loader hotplug unsupportedenvironmentexception lcom tencent tinker loader tinkerruntimeexception lcom tencent tinker loader hotplug activitystub sistub 04 lcom tencent tinker loader hotplug interceptor handlermessageinterceptor messagehandler lcom tencent tinker loader hotplug activitystub sgtkstub 06 lcom tencent tinker loader tinkerdexloader 1 lcom tencent tinker loader hotplug activitystub sistub 00 t lcom tencent tinker loader hotplug activitystub sgtstub 02 t lcom tencent tinker loader hotplug activitystub stdstub 04 lcom tencent tinker loader hotplug incrementcomponentmanager 1 lcom tencent tinker loader hotplug envconst lcom tencent tinker loader hotplug handler amsintercepthandler lcom tencent tinker loader hotplug activitystub sgtstub 05 lcom tencent tinker loader hotplug activitystub sistub 03 lcom tencent tinker loader hotplug activitystub sistub 02 lcom tencent tinker loader hotplug activitystub sgtkstub 07 lcom tencent tinker loader hotplug activitystub stdstub 05 lcom tencent tinker loader abstracttinkerloader lcom tencent tinker loader hotplug activitystub sgtkstub 02 t lcom tencent tinker loader systemclassloaderadder 1 lcom tencent tinker loader tinkerresourceskey v7 lcom tencent tinker loader shareutil sharedexdiffpatchinfo lcom tencent tinker loader shareutil shareelffile lcom tencent tinker loader hotplug activitystub sgtkstub 08 lcom tencent tinker loader hotplug activitystub sgtstub 04 lcom tencent tinker loader hotplug interceptor interceptor at com tencent tinker build util excludedclassmodifiedchecker checkifexcludedclasswasmodifiedinnewdex excludedclassmodifiedchecker java 198 at com tencent tinker build decoder dexdiffdecoder patch dexdiffdecoder java 136 at com tencent tinker build decoder uniquedexdiffdecoder patch uniquedexdiffdecoder java 39 at com tencent tinker build decoder apkdecoder apkfilesvisitor visitfile apkdecoder java 176 90 more 20 43 31 task execution finish buildtinkerpatchokexrelease
tencenttinker
360 isprotectedapp true
Bug
app 8se android 9 0 tinker 1 9 13 2 gradle 5 1 sdk bugly sdk mac 2 360 uncaughtexception detect java lang illegalaccesserror illegal class access com xx fyyyyy fragment common findfragment attempt to access com xx fyyyyy fragment common findfragment 4 declaration of com xx fyyyyy fragment common findfragment appear in datum user 0 com xx fyyyyy tinker patch 1916b28e dex change classes2 dex jar at com xx fyyyyy fragment common findfragment initview findfragment java 272 at com xx fyyyyy fragment common findfragment onviewcreate findfragment java 150 at android support v4 app fragmentmanagerimpl movetostate fragmentmanager java 1393 at android support v4 app fragmentmanagerimpl movefragmenttoexpectedstate fragmentmanager java 1624 at android support v4 app fragmentmanagerimpl movetostate fragmentmanager java 1689 at android support v4 app fragmentmanagerimpl dispatchstatechange fragmentmanager java 3104 at android support v4 app fragmentmanagerimpl dispatchactivitycreate fragmentmanager java 3058 at android support v4 app fragmentcontroller dispatchactivitycreated fragmentcontroller java 192 at android support v4 app fragmentactivity onstart fragmentactivity java 552 at android support v7 app appcompatactivity onstart appcompatactivity java 178 at android app instrumentation callactivityonstart instrumentation java 1419 at android app activity performstart activity java 7479 at android app activitythread handlestartactivity activitythread java 3454 isprotectedapp true isprotectedapp true isprotectedapp false
tencenttinker
demo tinker exception you must install tinker before get tinker sinstance
Bug
app p9plus android 8 0 tinker 1 9 13 gradle 3 1 4 tinkerpatch version 1 2 13 sdk tinkerpatch sdk window easy sample demo if buildconfig tinker enable registeractivitylifecyclecallback 3 tinkerpatch init this reflectpatchlibrary setpatchrollbackonscreenoff true setpatchrestartonsrceenoff true fetchpatchupdate true setfetchpatchintervalbyhour 1 logutil e tag current patch version be tinkerpatch with getpatchversion 3 handler tinkerpatch with fetchpatchupdateandpollwithinterval catch exception e e printstacktrace 2019 09 03 10 46 31 273 29682 29682 abc d tinker defaultapplike ontrimmemory level 20 2019 09 03 10 46 35 085 29913 29913 w tinker tinkerloader tryloadpatchfile patch info not exist datum user 0 abc tinker patch info 2019 09 03 10 46 35 086 29913 29913 d tinker defaultapplike onbasecontextattache 2019 09 03 10 46 35 087 29913 29913 I tinker componenthotplug method install be not invoke ignore ensure operation 2019 09 03 10 46 35 113 29913 29913 w system err at com tencent tinker loader app tinkerapplication invokeapplikeoncreate sourcefile 189 2019 09 03 10 46 35 114 29913 29913 w system err at com tencent tinker loader app tinkerapplication oncreate sourcefile 205 2019 09 03 10 46 35 145 29913 29913 d tinker defaultapplike oncreate 2019 09 03 10 46 35 147 29913 29913 I tinker serverutil with app key from manifest appkey d98b3d557cf80130 2019 09 03 10 46 35 148 29913 29913 I tinker serverutil with app version from manifest appversion 5 2 16 2019 09 03 10 46 35 149 29913 29913 I tinker versioninfo readversioninfo file path datum user 0 abc tinker server d98b3d557cf80130 version info appversion 5 2 16 uuid 4833a4cc edc0 440e b6bc 70f79b19000a abi armeabi patchversion 4 patchmd5 10836a760418005eb0d5e1508506d49f grayvalue 6 crashtime 0 retrytime 0 applysuccess 0 patchsuccess 0 2019 09 03 10 46 35 152 29913 29913 d tinker debugger debugger not attach cu null 2019 09 03 10 46 35 152 29913 29913 I tinker serverclient installtinkerserver debug value false appversion 5 2 16 appkey d98b3d557cf80130 2019 09 03 10 46 35 156 29913 29913 w tinker tinker tinker patch directory datum user 0 abc tinker 2019 09 03 10 46 35 157 29913 29913 I tinker tinker try to install tinker isenable true version 1 9 13 2019 09 03 10 46 35 158 29913 29913 I tinker tinkerloadresult parsetinkerresult loadcode 3 process name abc main process true systemota false fingerprint huawei vie al10 hwvie 8 0 0 huaweivie al10 537 c00 user release key oatdir null useinterpretmode false 2019 09 03 10 46 35 158 29913 29913 w tinker tinkerloadresult can t find patch file be ok just return 2019 09 03 10 46 35 158 29913 29913 I tinker defaultloadreporter patch loadreporter onloadresult patch load result path datum user 0 abc tinker code 3 cost 2ms 2019 09 03 10 46 35 158 29913 29913 w tinker tinker tinker load fail 2019 09 03 10 46 35 158 29913 29913 I tinker tinkerpatch init tinkerpatch sdk success version 1 2 13 2019 09 03 10 46 35 542 29913 29913 w tinker upgradepatchretry onpatchretryload retry info not exist just return 2019 09 03 10 46 35 546 29913 29913 w tinker clientimpl retryallreportfail there be no fail report just return 2019 09 03 10 46 35 553 29913 29913 I tinker urlconnectionfetcher loaddata from url method get body null 2019 09 03 10 46 35 843 29913 30002 I tinker urlconnectionfetcher response code 200 msg ok 2019 09 03 10 46 35 844 29913 30002 I tinker clientimpl tinker server sync respond v 4 2019 09 03 10 46 35 844 29913 30002 I tinker versioninfo versioncheck target version 4 be not late current version be 4 2019 09 03 10 46 35 845 29913 30002 d tinker patchrequestcallback beforepatchrequest have pende patch to install version 4 patch datum user 0 abc tinker server 5 2 16 4 apk 2019 09 03 10 46 35 845 29913 30002 I tinker versioninfo updateversioninfo file path datum user 0 abc tinker server d98b3d557cf80130 version info appversion 5 2 16 uuid 4833a4cc edc0 440e b6bc 70f79b19000a abi armeabi patchversion 4 patchmd5 10836a760418005eb0d5e1508506d49f grayvalue 6 crashtime 0 retrytime 1 applysuccess 0 patchsuccess 0 2019 09 03 10 46 35 848 29913 30002 I tinker tinkerserverpatchlistener receive a patch file datum user 0 abc tinker server 5 2 16 4 apk file size 2386 2019 09 03 10 46 35 850 29913 30002 w tinker patchinfo read property fail e java io filenotfoundexception datum user 0 abc tinker patch info no such file or directory 2019 09 03 10 46 35 850 29913 30002 w tinker patchinfo read property fail e java io filenotfoundexception datum user 0 abc tinker patch info no such file or directory 2019 09 03 10 46 35 851 29913 30002 w tinker upgradepatchretry onpatchlistenercheck retry file be not exist just return 2019 09 03 10 46 35 851 29913 30002 I tinker tinkerpatchservice run patch service 2019 09 03 10 46 35 851 29913 30002 I tinker tinkerpatchservice jobid of tinker patch service be e0cf0128 2019 09 03 10 46 35 853 29913 30002 I tinker clientimpl fetch result needn t update gray 6 2019 09 03 10 46 41 407 29913 29913 abc d tinker defaultapplike ontrimmemory level 20 2019 09 03 10 46 46 146 29913 29913 abc d tinker defaultapplike ontrimmemory level 20 2019 09 03 10 46 46 672 1139 1139 d jobservicecontext scheduling time out for com tencent tinker lib service tinkerpatchservice jid 523304664 in 18 s 2019 09 03 10 46 46 705 1139 1139 I activitymanager start proc 30017 abc patch u0a1105 for service abc com tencent tinker lib service tinkerpatchservice 2019 09 03 10 46 46 806 30017 30017 abc patch w tinker tinkerloader tryloadpatchfile we don t load patch with patch process itself just return 2019 09 03 10 46 46 806 30017 30017 abc patch d tinker defaultapplike onbasecontextattache 2019 09 03 10 46 46 808 30017 30017 abc patch I tinker componenthotplug method install be not invoke ignore ensure operation 2019 09 03 10 46 46 840 1139 1139 d jobservicecontext handleservicebound for 55956ee u0a1105 523304664 abc com tencent tinker lib service tinkerpatchservice 2019 09 03 10 46 46 840 1139 1139 d jobservicecontext scheduling time out for com tencent tinker lib service tinkerpatchservice jid 523304664 in 8 s 2019 09 03 10 46 46 846 1139 2140 d jobservicecontext docallback of jobstatus 55956ee u0a1105 523304664 abc com tencent tinker lib service tinkerpatchservice u 0 s 11105 time 180ms none failure 1 ready v verb start 2019 09 03 10 46 46 846 1139 2140 d jobservicecontext scheduling time out for com tencent tinker lib service tinkerpatchservice jid 523304664 in 600 s 2019 09 03 10 46 46 849 30017 30038 abc patch I tinker tinkerpatchservice for system version android o we just ignore increasingpriority job to avoid crash or toast beginning of crash 2019 09 03 10 46 46 861 30017 30038 abc patch e androidruntime fatal exception asynctask 1 process abc patch pid 30017 java lang runtimeexception an error occur while execute doinbackground at android os asynctask 3 do asynctask java 365 at java util concurrent futuretask finishcompletion futuretask java 383 at java util concurrent futuretask setexception futuretask java 252 at java util concurrent futuretask run futuretask java 271 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1162 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 636 at java lang thread run thread java 784 cause by com tencent tinker loader tinkerruntimeexception tinker exception you must install tinker before get tinker sinstance at com tencent tinker lib tinker tinker with sourcefile 104 at com tencent tinker lib service tinkerpatchservice doapplypatch sourcefile 108 at com tencent tinker lib service tinkerpatchservice onhandlework sourcefile 156 at com tencent tinker lib util tinkerjobintentservice commandprocessor doinbackground sourcefile 425 at com tencent tinker lib util tinkerjobintentservice commandprocessor doinbackground sourcefile 408 at android os asynctask 2 call asynctask java 345 at java util concurrent futuretask run futuretask java 266 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1162 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 636 at java lang thread run thread java 784 2019 09 03 10 46 46 864 30017 30038 abc patch e tinker uncaughthandler tinkeruncaughthandler catch exception java lang runtimeexception an error occur while execute doinbackground at android os asynctask 3 do asynctask java 365 at java util concurrent futuretask finishcompletion futuretask java 383 at java util concurrent futuretask setexception futuretask java 252 at java util concurrent futuretask run futuretask java 271 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1162 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 636 at java lang thread run thread java 784 cause by com tencent tinker loader tinkerruntimeexception tinker exception you must install tinker before get tinker sinstance at com tencent tinker lib tinker tinker with sourcefile 104 at com tencent tinker lib service tinkerpatchservice doapplypatch sourcefile 108 at com tencent tinker lib service tinkerpatchservice onhandlework sourcefile 156 at com tencent tinker lib util tinkerjobintentservice commandprocessor doinbackground sourcefile 425 at com tencent tinker lib util tinkerjobintentservice commandprocessor doinbackground sourcefile 408 at android os asynctask 2 call asynctask java 345 at java util concurrent futuretask run futuretask java 266 at java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1162 at java util concurrent threadpoolexecutor worker run threadpoolexecutor java 636 at java lang thread run thread java 784 2019 09 03 10 46 46 916 1139 1889 w activitymanager scheduling restart of crashed service abc com tencent tinker lib service tinkerpatchservice in 1000ms
tencenttinker
gradle split
Bug
tinker 1 1 5 gradle 5 1 1 sdk bugly sdk com tencent bugly tinker support 1 1 5 window gradlew assemblerelease ptinker psplit ptinker tinker psplit android defaultconfig split abi enable true reset include armeabi v7a arm64 v8a universalapk false variantname release test outputvariantname arm64 v8a release test outputvariantname armeabi v7a release test failure build fail with an exception what go wrong a problem occur configure project pdf test can not add task tinkersupportprocessrelease testmanifest as a task with that name already exist tinker split
tencenttinker
tinker1 9 14 360 crash
Bug
app honor v9 android9 0 tinker 1 9 14 gradle 4 1 sdk tinkerpatch sdk win10 java lang illegalaccesserror illegal class access view decorationmainactivity attempt to access view decorationmainactivity 1 declaration of view decorationmainactivity appear in datum user 0 tinker patch 0150c827 dex change class dex jar at view decorationmainactivity decorationmainactivity java 112 at java lang class newinstance native method at android app appcomponentfactory instantiateactivity appcomponentfactory java 69 at android app instrumentation newactivity instrumentation java 1215 at com tencent tinker loader hotplug interceptor tinkerhackinstrumentation newactivity tinkerhackinstrumentation java 81 at android app activitythread performlaunchactivity activitythread java 2832 at android app activitythread handlelaunchactivity activitythread java 3049 at android app servertransaction launchactivityitem execute launchactivityitem java 78 at android app servertransaction transactionexecutor executecallback transactionexecutor java 108 at android app servertransaction transactionexecutor execute transactionexecutor java 68 at android app activitythread h handlemessage activitythread java 1809 at android os handler dispatchmessage handler java 106 at android os looper loop looper java 193 at android app activitythread main activitythread java 6680 at java lang reflect method invoke native method at com android internal os runtimeinit methodandargscaller run runtimeinit java 493 at com android internal os zygoteinit main zygoteinit java 858
tencenttinker
update 2019 12 18 art aot verifyerror
Bug
classtable android p dexdiff dex debug
tencenttinker
1 9 14 application applicationlike getresource
Bug
1 9 9
tencenttinker
Bug
issue issue issue issue issue patch issue app p30 android9 0 tinker 1 9 13 2 gradle 4 4 sdk tinkerpatch sdk mac cause by java lang nosuchmethoderror no static method saveuserinfo java lang nosuchfielderror no static field image camera path
tencenttinker
360
Bug
appkey 1 9 1 tinker 1 9 13 2 gradle 5 1 1 sdk bugly sdk android 9 0 360
tencenttinker
Bug
app oppo android 8 0 android9 0 tinker 1 9 9 gradle 3 4 1 sdk bugly sdk window 2019 08 12 11 51 03 308 26080 26080 e tinker uncaughthandler tinkeruncaughthandler catch exception java lang verifyerror verifier reject class com wisdom patient base homeactivity void com wisdom patient base homeactivity h fail to verify void com wisdom patient base homeactivity h 0x24 this argument reference com wisdom patient bean userinfobean not instance of reference com wisdom patient bean userinfobean declaration of com wisdom patient base homeactivity appear in datum user 0 com wisdom patient tinker patch 25d58e87 dex tinker classn apk classes2 dex
tencenttinker
android 10 q
Bug
app pixel 9 android 10 0 q tinker 1 9 9 gradle 4 10 1 sdk tinker mac e tinker dexdiffpatchinternal 26168 parallel dex optimizer file change classes7 dex odex be not exist just wait 13 time
tencenttinker
android p inline method resolutio
Bug
upgrade 1 4 1 nativecrashreport 3 7 1 1 9 13 2 2019 07 11 16 15 09 003 22469 22469 a wgj park oldfe entrypoint util inl h 95 inline method resolution cross dex file boundary from void com tencent tinker lib util upgradepatchretry android content context in datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg base apk 0xeb825020 to java io file com tencent tinker loader shareutil sharepatchfileutil getpatchtempdirectory android content context in datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg base apk 0xeb823f80 this must be due to duplicate class or play wrongly with class loader the runtime be in an unsafe state 2019 07 11 16 15 09 013 22469 22469 a wgj park oldfe entrypoint util inl h 95 inline method resolution cross dex file boundary from void com tencent tinker lib util upgradepatchretry android content context in datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg base apk 0xeb825020 to java io file com tencent tinker loader shareutil sharepatchfileutil getpatchtempdirectory android content context in datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg base apk 0xeb823f80 this must be due to duplicate class or play wrongly with class loader the runtime be in an unsafe state 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 19 pc 00326b07 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 14a000 com tencent tinker lib util upgradepatchretry 518 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 20 pc 0030cf75 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 14a000 com tencent bugly beta tinker tinkermanager installdefaulttinker 644 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 21 pc 0030d5b9 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 14a000 com tencent bugly beta tinker tinkermanager installtinker 480 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 22 pc 00305ca9 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 14a000 com tencent bugly beta beta installtinker 128 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 30 pc 00000ed2 datum datum com cwgj park oldfee tinker patch 7441a907 dex oat arm change classes1 dex vdex com parkapp parkapplication attachbasecontext 12 2019 07 11 16 15 09 165 22469 22469 a wgj park oldfe runtime cc 565 42 pc 00310343 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 14a000 com tencent bugly beta tinker tinkerpatchreflectapplication attachbasecontext 938 2019 07 11 16 15 09 350 22491 22491 a debug 19 pc 00326b07 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 0x14a000 com tencent tinker lib util upgradepatchretry 518 2019 07 11 16 15 09 350 22491 22491 a debug 20 pc 0030cf75 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 0x14a000 com tencent bugly beta tinker tinkermanager installdefaulttinker 644 2019 07 11 16 15 09 350 22491 22491 a debug 21 pc 0030d5b9 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 0x14a000 com tencent bugly beta tinker tinkermanager installtinker 480 2019 07 11 16 15 09 350 22491 22491 a debug 22 pc 00305ca9 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 0x14a000 com tencent bugly beta beta installtinker 128 2019 07 11 16 15 09 350 22491 22491 a debug 30 pc 00000ed2 datum datum com cwgj park oldfee tinker patch 7441a907 dex oat arm change classes1 dex vdex com parkapp parkapplication attachbasecontext 12 2019 07 11 16 15 09 350 22491 22491 a debug 42 pc 00310343 datum app com cwgj park oldfee sae7bmxr1qzampdnfnkjvg oat arm base odex offset 0x14a000 com tencent bugly beta tinker tinkerpatchreflectapplication attachbasecontext 938
tencenttinker
tinker multidexkeep pro
Bug
nexus 5 android 5 0 tinker 1 9 9 gradle 4 10 1 sdk buglysdk mac tinker 1 9 8 tinker 1 9 9 maindex 1 9 9 multidexkeep maindexlist 1250 10 000 commit bbe9b91 tinker patch cli tinkerpatchgradleplugin multidexkeep cli keep public class implement com tencent tinker entry applicationlifecycle void onbasecontextattache android content context tinkerpatchgradleplugin keep public class implement com tencent tinker entry applicationlifecycle void onbasecontextattache android content context keep public class com tencent tinker entry applicationlifecycle maindexlist 1 9 8 tinkerpatchgradleplugin cli maindexlist proguard whtareyoukeepe
tencenttinker
could not create new assetmanager
null
app 4 android 6 0 tinker 1 9 13 gradle 4 10 1 sdk win 06 20 18 46 45 246 13599 13599 com hardy hotfix e tinker defaultloadreporter tinker load exception java lang illegalstateexception could not create new assetmanager at com tencent tinker loader tinkerresourcepatcher monkeypatchexistingresource tinkerresourcepatcher java 199 at com tencent tinker loader tinkerresourceloader loadtinkerresource tinkerresourceloader java 65 at com tencent tinker loader tinkerloader tryloadpatchfilesinternal tinkerloader java 305 at com tencent tinker loader tinkerloader tryload tinkerloader java 56 at java lang reflect method invoke native method at com tencent tinker loader app tinkerapplication loadtinker tinkerapplication java 173 at com tencent tinker loader app tinkerapplication onbasecontextattache tinkerapplication java 146 at com tencent tinker loader app tinkerapplication attachbasecontext tinkerapplication java 164 at com hardy hotfix patch tinkerpatchreflectapplication attachbasecontext tinkerpatchreflectapplication java 46 at android app application attach application java 191 at android app instrumentation newapplication instrumentation java 998 at android app instrumentation newapplication instrumentation java 982 at android app loadedapk makeapplication loadedapk java 579 at android app activitythread handlebindapplication activitythread java 4798 at android app activitythread access 1700 activitythread java 156 at android app activitythread h handlemessage activitythread java 1470 at android os handler dispatchmessage handler java 102 at android os looper loop looper java 157 at android app activitythread main activitythread java 5653 at java lang reflect method invoke native method at com android internal os zygoteinit methodandargscaller run zygoteinit java 746 at com android internal os zygoteinit main zygoteinit java 636 patch load