summaryrefslogtreecommitdiff
path: root/runtime/compat_framework.h
Commit message (Collapse)AuthorAgeFilesLines
* Make CompatFramework::ReportChange thread safeAndrei Onea2020-12-091-2/+8
| | | | | | | | | | | Guard accesses to reported_compat_changes_ with reported_compat_changes_lock_. Guarding disabled_compat_changes_ should not be necessary, as it's initialized synchronously early after zygote fork, never to be changed afterwards. Bug: 174843201 Test: manual Change-Id: I73b5dadf0576c2bc163602f566486172c35dd78d
* Migrate comment to new proto_logging directoryJeffrey Huang2020-12-041-1/+1
| | | | | | Bug: 167962588 Test: TH Change-Id: I38998075d8ff09385eb3e77fe26364a85258b3bc
* Add compat framework logging to ARTAndrei Onea2020-11-231-0/+73
Log first call for every change id in ART to logcat. Test: manual Bug: 153061480 Change-Id: I37ff5b88572478ae6c24b0b7dec2020da03b2172