mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Include battery info debuglog.
This commit is contained in:
@@ -79,6 +79,7 @@ class LogSectionSystemInfo : LogSection {
|
||||
Telecom : $telecomSupported
|
||||
User-Agent : ${StandardUserAgentInterceptor.USER_AGENT}
|
||||
SlowNotifications : ${isHavingDelayedNotifications()}
|
||||
Battery Level : ${DeviceProperties.getBatteryLevel(context)}% (charging: ${DeviceProperties.isCharging(context)})
|
||||
IgnoringBatteryOpt: ${PowerManagerCompat.isIgnoringBatteryOptimizations(context)}
|
||||
BkgRestricted : ${if (Build.VERSION.SDK_INT >= 28) DeviceProperties.isBackgroundRestricted(context) else "N/A"}
|
||||
Data Saver : ${DeviceProperties.getDataSaverState(context)}
|
||||
|
||||
Reference in New Issue
Block a user