Merge "Make "dumpsys tethering" print the number of registered callbacks."
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