Qian Pan
Results
2
issues of
Qian Pan
E:\hotfix\apkpatch-1.0.3\apkpatch.bat -f E:\hotfix\example\noBug.apk -t E:\hotfix\example\bug.apk -o out.apatch -k E:\hotfix\example\mydebug.keystore -p android -a ppp.keysto re -e android 然后也没有“modified”的输出; 生成的patch文件夹里 smali为空,diff.dex也不合法,这是怎么回事呢?
void finish(Request request) --> last line: mCacheQueue.addAll(waitingRequests); how to understand this? why we transfer all requests in waitingRequests to cacheQueue this time instead of put them to cacheQueue originally created?...