diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-23 12:30:24 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-23 12:33:58 -0400 |
commit | 5c9b4a00608b89892fc48a1a76e5d4b52a237b55 (patch) | |
tree | ce3864224baed98e3bdc6f9acec3a37a8753d25d /doc | |
parent | 10e40ca1de34d0e0611d510f913ff4f181e04c10 (diff) | |
download | tor-5c9b4a00608b89892fc48a1a76e5d4b52a237b55.tar.gz tor-5c9b4a00608b89892fc48a1a76e5d4b52a237b55.zip |
Remove support for old android "logcat" API
This is apparently obsolete; syslog is modern instead. If users
have an android log configured, given them a syslog if we can.
Closes #32181.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/tor.1.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/man/tor.1.txt b/doc/man/tor.1.txt index 4b37548b07..eb682cb4b6 100644 --- a/doc/man/tor.1.txt +++ b/doc/man/tor.1.txt @@ -276,11 +276,6 @@ forward slash (/) in the configuration file and on the command line. AlternateBridgeAuthority replaces the default bridge authority, but leaves the directory authorities alone. -[[AndroidIdentityTag]] **AndroidIdentityTag** __tag__:: - When logging to Android's logging subsystem, adds a tag to the log identity - such that log entries are marked with "Tor-__tag__". Can not be changed while - tor is running. (Default: none) - [[AvoidDiskWrites]] **AvoidDiskWrites** **0**|**1**:: If non-zero, try to write to disk less frequently than we would otherwise. This is useful when running on flash memory or other media that support @@ -688,7 +683,7 @@ forward slash (/) in the configuration file and on the command line. Signal-safe logs are always sent to stderr or stdout. They are also sent to a limited number of log files that are configured to log messages at error severity from the bug or general domains. They are never sent as syslogs, - android logs, control port log events, or to any API-based log + control port log events, or to any API-based log destinations. [[Log2]] **Log** __minSeverity__[-__maxSeverity__] **file** __FILENAME__:: |