commit | 4e475cf0946deff0e5a773c8768e3de54bf89ce3 | [log] [tgz] |
---|---|---|
author | Fabien Sanglard <sanglardf@google.com> | Wed Oct 26 15:34:54 2016 -0700 |
committer | Fabien Sanglard <sanglardf@google.com> | Wed Oct 26 16:00:37 2016 -0700 |
tree | 1f459935b38e1a49c47d7e5f3b12e51907237ab1 | |
parent | 8e7b508b53271fbc69f26119e55d8174dfb743d5 [diff] [blame] |
Surfaceflinger: Document DdmConnection usage Change-Id: Iebb1448ea8421b6bc8e5aedff64dddc50dbb012a
diff --git a/services/surfaceflinger/DdmConnection.h b/services/surfaceflinger/DdmConnection.h index b6b088b..938d14b 100644 --- a/services/surfaceflinger/DdmConnection.h +++ b/services/surfaceflinger/DdmConnection.h
@@ -24,6 +24,9 @@ class DdmConnection { public: + // Creates a JVM and registers all handlers to DDMS. + // This allows tools relying on DDMS to find surfaceflinger + // (e.g: Memory Leak finder, heap analyzer, ...) static void start(const char* name); };