Fix nightly updates.

This commit is contained in:
Greyson Parrelli
2023-11-01 22:05:37 -04:00
parent e486a4baef
commit 2dd0899a3d
9 changed files with 111 additions and 8 deletions

View File

@@ -91,6 +91,9 @@ public class LogSectionSystemInfo implements LogSection {
builder.append("User-Agent : ").append(StandardUserAgentInterceptor.USER_AGENT).append("\n");
builder.append("SlowNotifications : ").append(SlowNotificationHeuristics.isHavingDelayedNotifications()).append("\n");
builder.append("PotentiallyBattery: ").append(SlowNotificationHeuristics.isPotentiallyCausedByBatteryOptimizations()).append("\n");
if (BuildConfig.MANAGES_APP_UPDATES) {
builder.append("ApkManifestUrl : ").append(BuildConfig.APK_UPDATE_MANIFEST_URL).append("\n");
}
builder.append("App : ");
try {