Optional protocol logging

This commit is contained in:
M66B
2020-10-03 22:00:26 +02:00
parent 1ad69b82a7
commit a9150f84b8
5 changed files with 65 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
private static final List<String> PREF_RELOAD = Collections.unmodifiableList(Arrays.asList(
"ssl_harden", // force reconnect
"badge", "unseen_ignored", // force update badge/widget
"debug" // force reconnect
"protocol", "debug" // force reconnect
));
static final int PI_ALARM = 1;