Merge "Make "dumpsys tethering" print the number of registered callbacks."

This commit is contained in:
Treehugger Robot
2021-06-28 09:50:04 +00:00
committed by Gerrit Code Review

View File

@@ -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;