Young

Results 4 issues of Young

重写 Activity 的 onCreateView(View parent, String name, Context context, AttributeSet attrs) 方法,在调用 super 之前调用一遍 AutoSize.autoConvertDensityOfGlobal(Activity) _Originally posted by @JessYanCoding in https://github.com/JessYanCoding/AndroidAutoSize/issues/5#issuecomment-416011062_ ———————————————————————————————————————————— Webview在第三方的Activity里,继承的WebViewActivity设置的density失效了,重写了onCreateView方法重新设了一遍也无效。有好的办法吗?

![image](https://github.com/KwaiAppTeam/KOOM/assets/25142066/1a880bae-8c16-40d3-927d-12fef69f4c85) 捕获的线程泄漏,tid为15568。 ![image](https://github.com/KwaiAppTeam/KOOM/assets/25142066/86f6cb08-04b7-4249-bbec-fa9016eff182) 业务代码该线程已设置为pthread_detach状态 ![image](https://github.com/KwaiAppTeam/KOOM/assets/25142066/f96bbb63-a331-497c-a99c-143ac07e107c) KOOM hook到的相关日志对应的时间点和线程打印没有设置pthread_detach,于是标记为泄漏线程。 这边业务的场景是循环创建线程(大概3-5秒)创建一个线程,会偶现上面疑似误报的情况。

Reported this error when I built this project:Could not get unknown property 'android' for project ':screen' of type org.gradle.api.Project.

dio发起请求时,提示DioError [DioErrorType.DEFAULT]: No MaterialLocalizations found.