File tree Expand file tree Collapse file tree
library/hook/src/main/java/com/sevtinge/hyperceiler/hook/module/base/dexkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -342,9 +342,9 @@ public static void deleteAllCache(Context context) {
342342 executor .submit (() -> {
343343 for (String folderName : folderNames ) {
344344 try {
345- String folderPath = "/data/data/" + folderName + "/files/hyperceiler/dexkit_cache.json " ;
345+ String folderPath = "/data/data/" + folderName + "/files/hyperceiler" ;
346346 rootExecCmd ("rm -f " + folderPath );
347- folderPath = "/data/user_de/0/" + folderName + "/files/hyperceiler/dexkit_cache.json " ;
347+ folderPath = "/data/user_de/0/" + folderName + "/files/hyperceiler" ;
348348 rootExecCmd ("rm -f " + folderPath );
349349 } catch (Throwable t ) {
350350 XposedLogUtils .logW (TAG , "Failed to delete cache for " + folderName + ": " + t .getMessage (), t );
You can’t perform that action at this time.
0 commit comments