diff --git a/android/src/main/java/cn/reactnative/modules/update/SafeZipFile.java b/android/src/main/java/cn/reactnative/modules/update/SafeZipFile.java index bbcf6ab..319e2ce 100644 --- a/android/src/main/java/cn/reactnative/modules/update/SafeZipFile.java +++ b/android/src/main/java/cn/reactnative/modules/update/SafeZipFile.java @@ -66,9 +66,8 @@ public class SafeZipFile extends ZipFile { throw new SecurityException("Illegal name: " + name); } - if (UpdateContext.DEBUG) { - Log.d("RNUpdate", "Unzipping " + name); - } + + Log.d("react-native-update", "Unzipping " + name); if (ze.isDirectory()) { target.mkdirs();