Commit 6a602b5
committed
fix: use EXPAND_FRAMES for GeneratorAdapter compatibility
GeneratorAdapter extends LocalVariablesSorter which requires expanded
frames. Changed ClassReader.accept flag from 0 to EXPAND_FRAMES to
resolve LocalVariablesSorter error while maintaining proper stack map
frames for R8.
Signed-off-by: androidacy-user <[email protected]>1 parent 37875bd commit 6a602b5
File tree
2 files changed
+2
-2
lines changed- processor/src/main/kotlin/org/lsposed/lsparanoid/processor
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments