We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788bb1d commit 463c70dCopy full SHA for 463c70d
android/proguard-rules.pro
@@ -3,8 +3,11 @@
3
native <methods>;
4
}
5
6
-# Keep the classes with syspolicy MDM keys, some of which
7
-# get used only by the Go backend.
+# Keep Tailcale classes for debuggability, but especially
+# keep the classes with syspolicy MDM keys, some of which
8
+# get used only by the Go backend. (The second rule is redundant,
9
+# but explicit.)
10
+-keep class com.tailscale.ipn.** { *; }
11
-keep class com.tailscale.ipn.mdm.** { *; }
12
13
# Keep specific classes from Tink library
0 commit comments