mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Log if test version
This commit is contained in:
@@ -2078,8 +2078,8 @@ public class Log {
|
||||
}
|
||||
}
|
||||
|
||||
sb.append(String.format("Log main: %b protocol: %b debug: %b build: %b\r\n",
|
||||
main_log, protocol, Log.isDebugLogLevel(), BuildConfig.DEBUG));
|
||||
sb.append(String.format("Log main: %b protocol: %b debug: %b build: %b test: %b\r\n",
|
||||
main_log, protocol, Log.isDebugLogLevel(), BuildConfig.DEBUG, BuildConfig.TEST_RELEASE));
|
||||
|
||||
int[] contacts = ContactInfo.getStats();
|
||||
sb.append(String.format("Contact lookup: %d cached: %d\r\n",
|
||||
|
||||
Reference in New Issue
Block a user