Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit ff97609

Browse files
authored
Update Libs.java
1 parent 92fbca2 commit ff97609

File tree

1 file changed

+3
-2
lines changed
  • src/main/java/id.my.alvinq.prokitid.libs

1 file changed

+3
-2
lines changed

src/main/java/id.my.alvinq.prokitid.libs/Libs.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
public class Libs {
99
public static void onLoad(Context context) {
10-
logFiles(context);
10+
CacheLogger.logAllCacheFiles(context);
1111
Toast.makeText(context, "Prokitid Libs loaded!", Toast.LENGTH_SHORT).show();
1212
}
13+
/*
1314
public static void logFiles(Context context) {
1415
File directory = context.getCacheDir();
1516
logFiles(directory, "");
@@ -27,5 +28,5 @@ private static void logFiles(File directory, String indent) {
2728
}
2829
}
2930
}
30-
}
31+
}*/
3132
}

0 commit comments

Comments
 (0)