Skip to content

Commit

Permalink
update file black list
Browse files Browse the repository at this point in the history
  • Loading branch information
ToDou committed Sep 5, 2016
1 parent b9018d3 commit 1376544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public BrushMap() {
}
}

public static final String[] FILE_BLACKLIST = new String[]{"hprof", "apk", "jar"};
public static final String[] FILE_BLACKLIST = new String[]{"hprof", "apk", "jar", "so"};

public static boolean isBlackFile(String name) {
if (name != null) return Arrays.asList(FILE_BLACKLIST).contains(name.toLowerCase());
Expand Down

0 comments on commit 1376544

Please sign in to comment.