index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
native
/
dalvik_system_VMDebug.cc
Age
Commit message (
Expand
)
Author
2025-01-27
Update a method's name so it's more clear
Mythri Alle
2025-01-21
Add support for collecting long running methods
Mythri Alle
2024-11-21
Log an error for an invalid fd in dumpLowOverheadTraceImpl
Mythri Alle
2024-10-23
Revert^2 "Add VMDebug_getExecutableMethodFileOffsetsNative"
Jiakai Zhang
2024-10-22
Revert "Add VMDebug_getExecutableMethodFileOffsetsNative"
Jiakai Zhang
2024-10-22
Use ScopedObjectAccess instead of ScopedFastNativeObjectAccess
Mythri Alle
2024-10-22
Add VMDebug_getExecutableMethodFileOffsetsNative
Matt Gilbride
2024-09-11
Adds an interface to collect on demand art traces
Mythri Alle
2024-05-30
Appinfo: Make adb the app debug source of truth
Fabien Sanglard
2024-01-15
Add visibility attributes in runtime/native
Dmitrii Ishcheikin
2024-01-10
Revert "Add visibility attributes in runtime/entrypoints and runtime/native"
Daniel Chapin
2024-01-05
Add visibility attributes in runtime/entrypoints and runtime/native
Dmitrii Ishcheikin
2023-07-26
Refactor trace writing into a different class
Mythri Alle
2023-05-22
Use C++17's [[maybe_unused]] attribute in ART
Stefano Cianciulli
2022-12-21
Remove 1.3s "Waiting for Debugger" delay
Fabien Sanglard
2022-12-02
Remove class root duplicates from well known classes.
Vladimir Marko
2022-11-30
Change well known method `String.charAt()` to `ArtMethod*`.
Vladimir Marko
2022-10-11
Reland^2 "Update instrumentation support for non-java debuggable runtimes"
Mythri Alle
2022-09-14
Revert "Reland "Update instrumentation support for non-java debuggable runtim...
Mythri Alle
2022-09-07
Reland "Update instrumentation support for non-java debuggable runtimes"
Mythri Alle
2022-08-12
Revert "Update instrumentation support for non-java debuggable runtimes"
Mythri Alle
2022-08-10
Update instrumentation support for non-java debuggable runtimes
Mythri Alle
2021-09-13
[art] Add GetPreOomeGcCount API
Sekyeong Heo
2021-05-13
[art] Add GetObjectsAllocated and TotalTimeWaitingForGc APIs
Sekyeong Heo
2020-10-09
Remove unused code from dalvik.system.VMDebug.
Nicolas Geoffray
2020-08-05
Increase region space statistics about allocSize of Heap
zhang chuang
2020-07-02
Remove unused / unimplemented CorePlatformAPI methods.
Nicolas Geoffray
2020-01-29
Remove old JDWP implementation from ART
Alex Light
2019-07-23
ART: Fix Runtime::GetStat
Andreas Gampe
2019-04-01
Remove ART dependence on property debug.allocTracker.stackDepth
Mathieu Chartier
2018-10-25
ART: Add array-alloc-inl.h
Andreas Gampe
2018-10-23
ART: Refactor for bugprone-argument-comment
Andreas Gampe
2018-10-19
ART: Fix android-cloexec warnings
Andreas Gampe
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-08-02
Modernize codebase by replacing NULL with nullptr
Yi Kong
2018-05-10
Implement VMDebug API to mark a class "platform"
David Brazdil
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-03-15
ART: Clean up Trace
Andreas Gampe
2018-02-22
native: Cleanup jni usage code
Igor Murashkin
2018-01-05
ART: Take classloader into account for AttachAgent
Andreas Gampe
2017-12-19
Add support for selecting alternate JDWP implementations
Alex Light
2017-12-01
Add VMDebug.getInstancesOfClasses API.
Richard Uhler
2017-10-25
ART: Depend on libnativehelper headers only
Andreas Gampe
2017-10-06
ART: Remove FileDescriptor knowledge
Andreas Gampe
2017-07-18
art: use proper nativehelper headers
Steven Moreland
2017-06-01
ART: Move RegisterNatives helper
Andreas Gampe
2017-05-30
ART: More header cleanup - jni_internal.h
Andreas Gampe
2017-04-21
ART: Add object-readbarrier-inl.h
Andreas Gampe
2017-02-21
jni: Switch to @FastNative for all JNI functions. Deprecate !bang JNI.
Igor Murashkin
2017-01-25
[ART] Prepare profile streaming for framework to use.
Shukang Zhou
[next]