You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
android: require confirmation before disabling remote client logging
Reword the subtitle and add a confirmation dialog when toggling
remote client logging off, since disabling breaks Network Flow
Logs (if required by the tailnet admin) and blocks Tailscale
Support from debugging problems on the device. Turning logging
back on remains a single tap.
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Copy file name to clipboardExpand all lines: android/src/main/res/values/strings.xml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -355,8 +355,11 @@
355
355
<stringname="use_tailscale_subnets_subtitle">Route traffic according to your network\'s rules. Some networks require this to access IP addresses that don\'t start with 100.x.y.z.</string>
<stringname="client_remote_logging_enabled_subtitle">Whether debug logs are uploaded to Tailscale support. When disabled no support or network flow logs.\nChanges require restarting the app to take effect.</string>
358
+
<stringname="client_remote_logging_enabled_subtitle">Whether debug & opt-in flow logs are uploaded. Changes require restarting the app to take effect.</string>
359
359
<stringname="client_remote_logging_enabled_subtitle_mdm">Client logging is always enabled for devices under remote management.</string>
<stringname="client_remote_logging_disable_confirm_message">Disabling remote client logging will break Network Flow Logs if enabled and required by your tailnet admin, and will prevent Tailscale Support from being able to help debug problems with this device.\n\nChanges require restarting the app to take effect.</string>
<stringname="specifies_a_device_name_to_be_used_instead_of_the_automatic_default">Specifies a device name to be used instead of the automatic default.</string>
361
364
<stringname="hostname">Hostname</string>
362
365
<stringname="failed_to_save">Failed to save</string>
0 commit comments