hjm1fb1990
hjm1fb1990
use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync
> > use UTF-8 CHARSET instead, as in https://github.com/hjm1fb/AndroidAsync > > can you give me your code I hava a previous packaged aar, please see: https://download.csdn.net/download/u012319317/9408485 I uploaded another one...
我是安卓端,在C++层里引用了pag.h文件,在析构pag::PAGPlayer::~PAGPlayer()时报错了,和题主是一样的crash堆栈。是线上firebase出现的偶现Crash。也是先往野指针的方向找找原因么?pag版本是比较新的版本 4.3.47
试试这个 https://github.com/hjm1fb/AndroidLeakTracerExample
试试这个 https://github.com/hjm1fb/AndroidLeakTracerExample
试试这个 https://github.com/hjm1fb/AndroidLeakTracerExample
我的解决方案:把PageBehavior类onNestedScroll方法的最后的 if 代码 `if (dependentView.get().getTranslationY() > -dependentView.get().getHeight() && dyConsumed > 0) { mode = 1; ((Page) child).setScrollAble(false, dependentView.get().getTranslationY()); }` 删掉就好了