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 693b08f commit b2b87efCopy full SHA for b2b87ef
1 file changed
android-refimpl-app/app/src/main/java/com/zoffcc/applications/trifa/MainActivity.java
@@ -344,7 +344,6 @@ public class MainActivity extends AppCompatActivity
344
final static boolean CTOXCORE_NATIVE_LOGGING = false; // set "false" for release builds
345
final static boolean NDK_STDOUT_LOGGING = false; // set "false" for release builds
346
final static boolean DEBUG_BATTERY_OPTIMIZATION_LOGGING = false; // set "false" for release builds
347
- final static boolean ORMA_TRACE = false; // set "false" for release builds
348
final static boolean INSANE_TRACE_LOGGING = false; // set "false" for release builds
349
final static int ORMA_CURRENT_DB_SCHEMA_VERSION = 10241; // increase for database schema changes
350
final static boolean DB_ENCRYPT = true; // set "true" always!
0 commit comments