DroidAssist
DroidAssist copied to clipboard
D8: Expected stack map table for method with non-linear control flow.
在 Kotlin 1.5, AGP 4.2.1, Gradle 6.7.1, DroidAssist 1.1.1 上,有好几千行的 WARNING D8: Expected stack map table for method with non-linear control flow.
后来怎么解决的?
I have been getting the same messages for the last few months. So far no clue how to remediate them. They don't appear to impact the app.
有解决吗
什么东西来的
关注一下这个问题
解决了吗
没解决,7.0.3的gradle版本,20.3.1的studio版本,java11
Android Studio Bumblebee | 2021.1.1 Patch 1 AGP 7.1.1, 还是存在一堆log
字节码插桩后没有写入StackMapTable导致的,需要设置标记ClassWriter.COMPUTE_FRAMES让ASM自动帮忙计算并写入。
Android Studio 大黄蜂 | 2021.1.1 Patch 7. AGP 11, 还是存在1日志.
没解决,7.0.3的gradle版本,20.3.1的studio版本,java11
关注一下这个问题
解决了吗
有解决吗
I have been getting the same messages for the last few months. So far no clue how to remediate them. They don't appear to impact the app.
在 Kotlin 1.5, AGP 4.2.1, Gradle 6.7.1, DroidAssist 1.1.1 上,有好几千行的 WARNING D8: Expected stack map table for method with non-linear control flow.
字节码插桩后没有写入StackMapTable导致的,需要设置标记ClassWriter.COMPUTE_FRAMES让ASM自动帮忙计算并写入。
mark
解决了吗
mark
mark
mark
Is this problem solved?
Expected stack map table for method with non-linear control flow. In later version of R8, the method may be assumed not reachable.
有人解决了吗?mark一下