index
:
dalvik.git
kitkat
dalvik
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm
/
interp
/
Stack.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Print the locker thread when waiting on an object
Pal Szasz
2012-12-06
1
-0
/
+3
*
Log when the native trace is unavailable
Andy McFadden
2012-09-18
1
-0
/
+2
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-7
/
+7
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-6
/
+6
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-05
1
-5
/
+5
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-7
/
+7
*
Use libcorkscrew to format the stack trace.
Jeff Brown
2011-11-21
1
-10
/
+4
*
am 50e01501: Merge "Knock ::self() out of the ParseXml profile." into ics-mr1
Elliott Hughes
2011-11-05
1
-4
/
+2
|
\
|
*
Knock ::self() out of the ParseXml profile.
Elliott Hughes
2011-11-03
1
-4
/
+2
*
|
Slight change to unwinder API.
Jeff Brown
2011-11-03
1
-1
/
+1
*
|
Dump stacks for all native threads, not just those in JNI.
Jeff Brown
2011-10-27
1
-5
/
+2
*
|
Dump native stack of JNI methods when handling SIGQUIT.
Jeff Brown
2011-10-22
1
-0
/
+37
|
/
*
Don't wrap the actual type in parens if its null.
Jesse Wilson
2011-08-14
1
-6
/
+1
*
Don't use dvmIsValidObject outside the GC.
Elliott Hughes
2011-07-19
1
-3
/
+3
*
Improve -verbose:jni.
Elliott Hughes
2011-06-28
1
-5
/
+5
*
Add and use StringAppendF.
Elliott Hughes
2011-06-17
1
-2
/
+2
*
Improve reference table dumping.
Elliott Hughes
2011-06-16
1
-6
/
+3
*
Improve "waiting on"/"waiting to lock" SIGQUIT dump info.
Elliott Hughes
2011-06-07
1
-22
/
+25
*
Switch dvmHumanReadableDescriptor over to std::string.
Elliott Hughes
2011-06-07
1
-38
/
+29
*
More LOG newline cleanup.
Dan Bornstein
2011-05-26
1
-3
/
+3
*
Further conservation of newlines.
Dan Bornstein
2011-05-26
1
-29
/
+29
*
Establish a subclass relationship between DataObject and Object.
Carl Shapiro
2011-05-02
1
-1
/
+1
*
Get rid of uneeded extern, enum, typedef and struct qualifiers.
Carl Shapiro
2011-04-27
1
-2
/
+2
*
Consolidate curFrame fields in thread storage
buzbee
2011-04-22
1
-60
/
+74
*
am 90232632: Kill stale assert, fix for 4310384
buzbee
2011-04-21
1
-4
/
+0
*
Move the verifier and parts of the interpreter into C++.
Carl Shapiro
2011-04-15
1
-0
/
+1384