billdizl

Results 87 comments of billdizl

//延时加载 AnchorsManager.getInstance() .debuggable(BuildConfig.DEBUG) //设置锚点 .addAnchor(InitCaocConfig.TASK_ID, InitMNCrashMonitor.TASK_ID, InitAppsFlyer.TASK_ID, InitFrontBack.TASK_ID, InitFaceBook.TASK_ID, InitAdId.TASK_ID, InitKlarna.TASK_ID, InitToast.TASK_ID , InitForterPay.TASK_ID ) .start(new Project.Builder("app", new AppTaskSdkFactory()) .add(InitCaocConfig.TASK_ID) .add(InitMNCrashMonitor.TASK_ID) .add(InitAppsFlyer.TASK_ID) .add(InitFrontBack.TASK_ID) .add(InitFaceBook.TASK_ID) .add(InitAdId.TASK_ID) .add(InitKlarna.TASK_ID) .add(InitToast.TASK_ID) .add(InitForterPay.TASK_ID) .build() );...

main (native): tid=1 systid=20891 #00 pc 0x4b4cc libc.so #01 pc 0x1af9c0 libart.so #02 pc 0x66a228 libart.so #03 pc 0x66a018 libart.so at android.content.res.AssetManager.nativeGetResourceIdentifier(Native method) at android.content.res.AssetManager.getResourceIdentifier(AssetManager.java:791) at android.content.res.ResourcesImpl.getIdentifier(ResourcesImpl.java:281) at android.content.res.Resources.getIdentifier(Resources.java:2164) at...

我目前的项目是个老项目,我二月底集成了今日头条适配,上架到市场之后,引发了多个ANR,main (native): tid=1 systid=20891 #00 pc 0x4b4cc libc.so  #01 pc 0x1af9c0 libart.so  #02 pc 0x66a228 libart.so  #03 pc 0x66a018 libart.so         at android.content.res.AssetManager.nativeGetResourceIdentifier(Native method)        at android.content.res.AssetManager.getResourceIdentifier(AssetManager.java:791)...

> i use this,but not have glideapp,i check my lib, so solve this problem

> @billdizl @dazizose @MavenLibrary > > I created video about it, please check it, hope it help you. ❤❤❤❤ https://youtu.be/zTygdC-QCz8 > > The same issue. [https://github.com/bumptech/glide/issues/4476](#4476) I've already solved it....

maybe,this moile phone is our company' product user,Samsung mobile phone don't have google webview? i don't believe this.

> 看一下RecyclerView的onTouchEvent跟scrollBy的区别,主要是scrollBy没有触发mGapWorker.postFromTraversal(this, dx, dy);。我通过反射,在scrollBy之后调用就正常了,具体的逻辑还没有深究。 你这个怎么解决的 怎么反射?