Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e475cf0 authored by Fabien Sanglard's avatar Fabien Sanglard
Browse files

Surfaceflinger: Document DdmConnection usage

Change-Id: Iebb1448ea8421b6bc8e5aedff64dddc50dbb012a
parent 8e7b508b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@ extern "C" void DdmConnection_start(const char* name);

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);
};