Skip to content

Commit 810956c

Browse files
committed
disable log friend
1 parent 679ef82 commit 810956c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ public class MainActivity extends AppCompatActivity
349349
final static boolean VFS_ENCRYPT = true; // set "true" always!
350350
final static boolean AEC_DEBUG_DUMP = false; // set "false" for release builds
351351
final static boolean VFS_CUSTOM_WRITE_CACHE = true; // set "true" for release builds
352-
final static boolean DEBUG_USE_LOGFRIEND = true; // set "false" for release builds
352+
final static boolean DEBUG_USE_LOGFRIEND = false; // set "false" for release builds
353353
public final static boolean DEBUG_BSN_ON_PROFILE = false; // set "false" for release builds
354354
// --------- global config ---------
355355
// --------- global config ---------

0 commit comments

Comments
 (0)