summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewDebug.java
Commit message (Expand)AuthorAgeFilesLines
* Turn off debugging logspam for releaseChristopher Tate2011-01-121-1/+1
* Adding android.os.Debug.countInstancesOfClassBrian Carlstrom2010-10-051-3/+2
* Refinements to drag/dropChristopher Tate2010-10-041-0/+6
* Use static final debug fields.Romain Guy2010-09-071-6/+3
* Bring back instances counts to dumpsys meminfo.Romain Guy2010-09-031-2/+3
* Preventing the hierarchy viewer from getting stuck, once when trying to load ...Konstantin Lopyrev2010-08-251-15/+17
* Making sure the draw time is measured.Konstantin Lopyrev2010-08-181-1/+2
* Making sure that the prefix is handled properly.Konstantin Lopyrev2010-08-101-14/+14
* Categorizing exported view properties.Konstantin Lopyrev2010-08-101-12/+27
* Make sure profiling is done only for views that are actually measured, laid o...Konstantin Lopyrev2010-08-061-52/+66
* Improving profiling of views.Konstantin Lopyrev2010-08-021-60/+77
* Improve export to bitmap layers for HierarchyViewer.Romain Guy2010-03-221-4/+6
* Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-191-0/+3
* Add new CAPTURE_LAYERS command to HiearchyViewer protocol.Romain Guy2010-03-021-20/+97
* Bring back buttons in dialogs.Romain Guy2010-01-221-1/+164
* Write HierarchyViewer's data in UTF-8.Romain Guy2009-12-171-1/+1
* Fixes crash in HierarchyViewer when windows hash code exceed int capacity.Romain Guy2009-12-141-1/+1
* Improve exception message thrown when a View's state is of the wrong type.Romain Guy2009-12-081-1/+1
* Remove warning in non-eng builds.Romain Guy2009-07-281-1/+4
* Fix int to string mapping of exported properties. The value generated by theRomain Guy2009-06-041-43/+44
* Fixes #1846038. The dirty region can sometimes be modified by SurfaceFlinger....Romain Guy2009-05-141-2/+3
* New feature to track down #1846038. Adds the ability to export flags encoded ...Romain Guy2009-05-141-2/+89
* Fixes #1836075. Adds consistency checks for the View hierarchy. To enable the...Romain Guy2009-05-131-0/+64
* AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler2009-04-101-6/+2
* AI 143899: am: CL 143896 Fix issue #1748954 and #1737952:Dianne Hackborn2009-03-311-21/+12
* auto import from //branches/cupcake_rel/...@140373The Android Open Source Project2009-03-181-30/+38
* auto import from //branches/cupcake_rel/...@138607The Android Open Source Project2009-03-131-1/+1
* auto import from //branches/cupcake/...@137873The Android Open Source Project2009-03-111-70/+306
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1128
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1128/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-24/+225
* Initial ContributionThe Android Open Source Project2008-10-211-0/+927