Skip to content

Commit 1708fd9

Browse files
committed
Clean up useless files
1 parent 5a78ab9 commit 1708fd9

2 files changed

Lines changed: 1 addition & 63 deletions

File tree

app/src/main/java/com/sevtinge/hyperceiler/CrashRecord.kt

Lines changed: 0 additions & 62 deletions
This file was deleted.

app/src/main/java/com/sevtinge/hyperceiler/utils/KillApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static boolean killApps(String... pkgs) {
4444
}
4545
for (String pkg : pkgs) {
4646
if (pkg == null) continue;
47-
if ("".equals(pkg)) continue;
47+
if (pkg.isEmpty()) continue;
4848
result =
4949
ShellInit.getShell().add("pid=$(pgrep -f \"" + pkg + "\" | grep -v $$)")
5050
.add("if [[ $pid == \"\" ]]; then")

0 commit comments

Comments
 (0)