You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tinker-commons/src/main/java/com/tencent/tinker/commons/dexpatcher/algorithms/patch/ClassDefSectionPatchAlgorithm.java
Copy file name to clipboardExpand all lines: tinker-commons/src/main/java/com/tencent/tinker/commons/dexpatcher/algorithms/patch/DexSectionPatchAlgorithm.java
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,16 @@ protected void markDeletedIndexOrOffset(SparseIndexMap sparseIndexMap, int delet
94
94
* Output patched item. This method should be overrided by subclass
95
95
* so that patched item can be written to right place.
96
96
* <p/>
97
-
* Returns the offset where {@code patchedItem} is written. (<b>Must be valid.</b>)
97
+
* Returns the offset where {@code patchedItem} is written.
98
+
* (<b>Must be valid if the patched section is depended by other sections.</b>)
0 commit comments