xiayong

Results 16 issues of xiayong

Exception in thread "main" java.util.zip.ZipException: invalid entry compressed size (expected 1276 but got 1272 bytes) at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:389) at java.util.zip.ZipInputStream.read(ZipInputStream.java:196) at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:140) at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:118) at com.jakewharton.diffuse.ExtensionsKt$entries$1$iterator$1.hasNext(extensions.kt:73) at kotlin.sequences.TransformingSequence$iterator$1.hasNext(Sequences.kt:176) at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:722) at...

type/bug

I'm not for sure but I think the `create()` method in `AutofitHelper.java`, this line `helper.setMinTextSize(minTextSize).setPrecision(precision);` is not right. You should call `setRawMinTextSize()` rather than call `setMinTextSize()`. And I have reasons...

Needs More Info

In keepAlive() function in PushService line 292, as we can see: if "mConnection.sendKeepAlive();" this line throws a MqttException Exception and catched by the exception block, we will cancle both KEEP_ALIVE...

如题,因为我发现很多默认方法在实际过程中根本没有override,但是也进行了插桩

我们在测试的时候发现使用之前的方式设置模式切换在魅族部分手机WebView全屏的情况下UI显示不正确,如此修改后测试无问题!

原理:从findViewById的源码中可以看出,最终调用的是findViewTraversal,因此重写BadgeContainer的findViewTraversal的查找逻辑,即可完美解决依赖id的View布局导致的findViewById错误!

can not get cpu usage on Android oreo, always zero