Merge "Make "dumpsys tethering" print the number of registered callbacks." am: 1e50b3ea24
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1749480 Change-Id: Ib348a653fe8e66634aba2fab38949b8595624474
This commit is contained in:
@@ -2330,6 +2330,9 @@ public class Tethering {
|
||||
pw.println("Tethering:");
|
||||
pw.increaseIndent();
|
||||
|
||||
pw.println("Callbacks registered: "
|
||||
+ mTetheringEventCallbacks.getRegisteredCallbackCount());
|
||||
|
||||
pw.println("Configuration:");
|
||||
pw.increaseIndent();
|
||||
final TetheringConfiguration cfg = mConfig;
|
||||
|
||||
Reference in New Issue
Block a user