Log if test version

This commit is contained in:
M66B
2023-08-22 16:46:27 +02:00
parent 488e32d362
commit ef307d1946

View File

@@ -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",