We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679ef82 commit 810956cCopy full SHA for 810956c
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
@@ -349,7 +349,7 @@ public class MainActivity extends AppCompatActivity
349
final static boolean VFS_ENCRYPT = true; // set "true" always!
350
final static boolean AEC_DEBUG_DUMP = false; // set "false" for release builds
351
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
+ final static boolean DEBUG_USE_LOGFRIEND = false; // set "false" for release builds
353
public final static boolean DEBUG_BSN_ON_PROFILE = false; // set "false" for release builds
354
// --------- global config ---------
355
0 commit comments