aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-09-23 12:30:24 -0400
committerNick Mathewson <nickm@torproject.org>2020-09-23 12:33:58 -0400
commit5c9b4a00608b89892fc48a1a76e5d4b52a237b55 (patch)
treece3864224baed98e3bdc6f9acec3a37a8753d25d /changes
parent10e40ca1de34d0e0611d510f913ff4f181e04c10 (diff)
downloadtor-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 'changes')
-rw-r--r--changes/ticket321814
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket32181 b/changes/ticket32181
new file mode 100644
index 0000000000..c0bf3d50e1
--- /dev/null
+++ b/changes/ticket32181
@@ -0,0 +1,4 @@
+ o Removed features:
+ - We no longer ship support for the Android logging API. Modern
+ versions of Android can use the syslog API instead.
+ Closes ticket 32181.