summaryrefslogtreecommitdiff
path: root/memtrack-pixel
AgeCommit message (Collapse)Author
2021-08-10[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/common am: 9c31cfb9c0Bob Badour
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/google/graphics/common/+/15505500 Change-Id: I653f5b54a4213898c0de7b5a014a94476e718ba7
2021-08-09[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/commonBob Badour
Added SPDX-license-identifier-Apache-2.0 to: memtrack-pixel/core/Android.bp memtrack-pixel/service/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7dae1e3a43dc96477a3cebd93985e29c32601c45
2021-08-04Remove ndk_platform backend. Use the ndk backend.Jiyong Park
The ndk_platform backend will soon be deprecated because the ndk backend can serve the same purpose. This is to eliminate the confusion about having two variants (ndk and ndk_platform) for the same ndk backend. Bug: 161456198 Test: m Change-Id: Ieda80f41636130cac5d1ea80d685e17a15b42638
2021-07-24Implement memtrackAnkit Goyal
MemtrackType::GRAPHICS reports complete dmabuf allocations but memtrack requires HAL server to report PSS. Reporting PSS will require HAL server to read procfs and for that we would need to provide it with PTRACE_MODE_READ permissions. Bug: 191966412 Test: adb shell dumpsys meminfo Change-Id: I853ebff3ec2b1b3528416f9b9191b6459bb42a64