index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
Debug.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am ac20b469: am 6c13f384: am 56b11064: am 9a5005a3: am f6730d26: Merge "Add s...
Jeff Hao
2014-01-15
1
-13
/
+41
|
\
|
*
Add sample profiling interface to startMethodTracing.
Jeff Hao
2014-01-15
1
-13
/
+41
*
|
Remove unused imports from frameworks/base.
John Spurlock
2013-11-20
1
-2
/
+0
|
/
*
Merge "Implement issue #11050739: Show swapped out RAM" into klp-dev
Dianne Hackborn
2013-10-03
1
-4
/
+32
|
\
|
*
Implement issue #11050739: Show swapped out RAM
Dianne Hackborn
2013-10-02
1
-4
/
+32
*
|
Fix issue #10378741: configupdater needs to be explicit when it calls startSe...
Dianne Hackborn
2013-10-03
1
-0
/
+16
|
/
*
Merge "Add Graphics alloc tracking via memtrack" into klp-dev
Adam Lesinski
2013-09-26
1
-7
/
+9
|
\
|
*
Add Graphics alloc tracking via memtrack
Adam Lesinski
2013-09-25
1
-7
/
+9
*
|
Fix issue #10903002: com.facebook.katana keeps itself in A Services
Dianne Hackborn
2013-09-25
1
-1
/
+7
|
/
*
Fix issue #10461477: KLP API Review: Debug.MemoryInfo
Dianne Hackborn
2013-09-13
1
-8
/
+8
*
Implement #10749688: Improve low memory reporting
Dianne Hackborn
2013-09-13
1
-0
/
+22
*
Implement issue #10550827: watching gpu memory for occam_svelte
Dianne Hackborn
2013-09-06
1
-6
/
+7
*
Change IsMethodTracingActive to GetMethodTracingMode for frameworks.
Jeff Hao
2013-08-30
1
-3
/
+5
*
Add frameworks support for sample profiling from traceview gui.
Jeff Hao
2013-08-28
1
-2
/
+3
*
Switch proc stats to use new process state constants.
Dianne Hackborn
2013-07-15
1
-2
/
+11
*
Use FastPrintWriter... everywhere.
Dianne Hackborn
2013-06-24
1
-2
/
+3
*
Some improvements to meminfo output.
Dianne Hackborn
2013-05-24
1
-24
/
+25
*
Add more memory usage stats
Anwar Ghuloum
2013-05-23
1
-7
/
+90
*
More stats for meminfo
Anwar Ghuloum
2013-05-23
1
-8
/
+34
*
break out boot.art
Anwar Ghuloum
2013-05-23
1
-2
/
+3
*
Break out Oat footprint for ram
Anwar Ghuloum
2013-05-23
1
-2
/
+3
*
Adding matching @deprecated.
Ian Rogers
2013-04-19
1
-0
/
+1
*
Track stack memory in MemoryInfo.
Ian Rogers
2013-02-27
1
-10
/
+11
*
Deprecate and document memory allocation counting.
Ian Rogers
2013-02-26
1
-112
/
+173
*
Work on issue #7343200: Fails to show wallpaper in the background...
Dianne Hackborn
2012-10-29
1
-0
/
+17
*
Include user identifier in external storage paths.
Jeff Sharkey
2012-09-11
1
-1
/
+1
*
Include important native processes in watchdog stacks.
Dianne Hackborn
2012-06-08
1
-0
/
+7
*
Add call-stack reporting methods into Debug
Craig Mautner
2012-04-17
1
-0
/
+38
*
Improved memory use reporting.
Dianne Hackborn
2011-08-05
1
-0
/
+12
*
Rework and fix "adb shell dumpsys meminfo"
Dianne Hackborn
2011-07-17
1
-0
/
+39
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-5
/
+4
*
Note the release in which functionality was deprecated.
Carl Shapiro
2011-01-12
1
-34
/
+43
*
Deprecate the allocation limit interfaces.
Carl Shapiro
2011-01-12
1
-35
/
+12
*
Remove functionality related to external allocation tracking.
Carl Shapiro
2011-01-04
1
-24
/
+124
*
Propagate the concept of "packed opcode" values.
Dan Bornstein
2010-12-06
1
-1
/
+2
*
Get rid of vm-internal constants.
Dan Bornstein
2010-11-30
1
-18
/
+10
*
Dalvik opcode-related fixes.
Dan Bornstein
2010-11-30
1
-1
/
+2
*
Tracking merge of dalvik-dev to master
Brian Carlstrom
2010-11-30
1
-1
/
+1
*
various fixes for animations and javadocs
Chet Haase
2010-11-23
1
-18
/
+26
*
Adding android.os.Debug.countInstancesOfClass
Brian Carlstrom
2010-10-05
1
-0
/
+9
*
resolved conflicts for merge of ca48433a to master
Jean-Baptiste Queru
2010-07-20
1
-8
/
+9
|
\
|
*
Replaced /sdcard with Environment.getExternalStorageDirectory()
Christian Mehlmauer
2010-07-19
1
-8
/
+9
*
|
Implement native dump for "am dumpheap -n".
Andy McFadden
2010-07-13
1
-0
/
+7
*
|
Allow "am" to initiate heap dumps.
Andy McFadden
2010-07-12
1
-3
/
+16
|
/
*
Add Debug.dumpService(), a public method for "dumpsys" functionality
Dan Egnor
2010-03-08
1
-1
/
+30
*
Add class init stats to alloc counters (API change).
Andy McFadden
2010-02-24
1
-0
/
+14
*
Added dumpHprofDataDdms() call.
Andy McFadden
2010-01-29
1
-0
/
+12
*
Add streaming method profiling support.
Andy McFadden
2010-01-27
1
-0
/
+11
*
Move VM feature strings (used by DDMS) into VM.
Andy McFadden
2010-01-22
1
-0
/
+11
*
Add a reference table dump call.
Andy McFadden
2009-10-22
1
-0
/
+10
[next]