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

Commit a3d6565a authored by Fabien Sanglard's avatar Fabien Sanglard Committed by Android (Google) Code Review
Browse files

Merge "Surfaceflinger: Document DdmConnection usage"

parents 984f1279 4e475cf0
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);
};