summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DdmConnection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable clang for libui/libgui/surfaceflingerDan Stoza2014-11-111-3/+5
| | | | | | | Enables clang and C++11 for libui/libgui/surfaceflinger, and eliminates all compile-time warnings. Change-Id: Ie237fdb5ae44f2bfcddaa884f9c65ec3f08ae50f
* Remove dependencies on runtime_libdvm and libdvm.so in generalBrian Carlstrom2014-05-281-6/+9
| | | | | Bug: 14298175 Change-Id: I74b4a3dabf89c6b53bfe688c45d6e1167880fd95
* fix SurfaceFlinger DDMS debuggingMathias Agopian2012-10-071-2/+2
| | | | | | | | | DdmHandleAppName.setAppName() signature changed which broke this debugging feature. Needed for debugging b\7267680 Change-Id: I4482bf5a441e91bef89d1ddea9a4152333be7f88
* add libsurfaceflinger_ddmconnection for PDK buildKeun young Park2012-08-311-0/+4
| | | | | | | | - the library is dlopened from libsurfaceflinger - the library built only when libnativehelper exists Bug: 7089510 Change-Id: Ib3ea1029d7e8f6e055f4b759d0bf68f5123fa8a1
* fix pdk buildGreg Hackmann2012-08-061-1/+1
| | | | | Change-Id: Ia4db8e1e8ee18ac112bf13a5ab2a75edb08fc70f Signed-off-by: Greg Hackmann <ghackmann@google.com>
* break SF dependencies on libdvm and libandroid_runtimeMathias Agopian2012-08-041-4/+37
| | | | | | | these libraries are only needed for debugging and are now linked at runtime if needed. Change-Id: I03f138523c6de166a1e2700d4454d4a854aee145
* as a debug option SrufaceFlinger can now connect to DDMSMathias Agopian2011-08-151-0/+75
this is disabled by default. To enable: setprop debug.sf.ddms 1 this debug option requires to restart SurfaceFlinger Change-Id: Ic2f8050b29911b55bcd21721648b6978700c277d