summaryrefslogtreecommitdiff
path: root/core/java/android/os/Debug.java
AgeCommit message (Expand)Author
2021-07-14Add API to get GPU private memoryKalesh Singh
2021-05-11Merge "Inline two constants from CorePlatform" am: dbf1544b68 am: e3eefd6d2e ...Anton Hansson
2021-05-10Inline two constants from CorePlatformAnton Hansson
2021-04-20Merge "Update Kotlin sample code for CountDownTimer and Parcelable" am: 59867...Jing Ji
2021-04-14Update Kotlin sample code for CountDownTimer and ParcelableJing Ji
2021-02-12dumpsys: Print total DMA-BUFs exported from the DMA-BUF heaps frameworkHridya Valsaraju
2021-02-12Provide an interface to query dmabuf GPU allocationsKalesh Singh
2021-02-12dumpsys: Print total DMA-BUFs exported from the DMA-BUF heaps frameworkHridya Valsaraju
2021-02-12Merge changes I631488d9,Ie72f46c8 into sc-devKalesh Singh
2021-02-12Merge "Extend getPssPid to report itemized memtrack values" am: ca115f206a am...Suren Baghdasaryan
2021-02-12Provide an interface to query dmabuf GPU allocationsKalesh Singh
2021-02-12Extend getPssPid to report itemized memtrack valuesSuren Baghdasaryan
2021-02-10Add total DMA-BUF heap pool size information to dumpsys meminfoHridya Valsaraju
2021-02-10Add total size of DMA-BUFs exported to 'dumpsys meminfo'Hridya Valsaraju
2021-02-10Rename getIonMappedSizeKb to getDmabufMappedSizeKbHridya Valsaraju
2021-02-09Add total DMA-BUF heap pool size information to dumpsys meminfoHridya Valsaraju
2021-02-09Add total size of DMA-BUFs exported to 'dumpsys meminfo'Hridya Valsaraju
2021-02-09Rename getIonMappedSizeKb to getDmabufMappedSizeKbHridya Valsaraju
2020-12-30Add total GPU usage report into dumpsys meminfo outputSuren Baghdasaryan
2020-12-18Add total GPU usage report into dumpsys meminfo outputSuren Baghdasaryan
2020-12-03Add SystemMemory pulled atom in statsdIoannis Ilkos
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-09-23Report ION usage event when ION heap size is 0Suren Baghdasaryan
2020-07-02Merge "Remove unused / unimplemented CorePlatformAPI methods." am: ebe415b310...Nicolas Geoffray
2020-06-30Remove unused / unimplemented CorePlatformAPI methods.Nicolas Geoffray
2020-01-13Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-06Merge "Skip meminfo item for the gone processes"Jing Ji
2020-01-03Merge "Prevent double-counting of kernel stack size in dumpsys reports" am: 9...Automerger Merge Worker
2020-01-02Prevent double-counting of kernel stack size in dumpsys reportsSuren Baghdasaryan
2019-12-23Skip meminfo item for the gone processesJing Ji
2019-12-19Add JNI API to query sizes of ION heaps, pools and mapped part of the heapsSuren Baghdasaryan
2019-12-19Merge "Add JNI API to query sizes of ION heaps, pools and mapped part of the ...Suren Baghdasaryan
2019-12-19Merge "Use new UnsupportedAppUsage annotation."Artur Satayev
2019-12-19Add JNI API to query sizes of ION heaps, pools and mapped part of the heapsSuren Baghdasaryan
2019-12-19Merge "Include KReclaimable meminfo field into getMemInfo results" am: f61d23...Automerger Merge Worker
2019-12-18Include KReclaimable meminfo field into getMemInfo resultsSuren Baghdasaryan
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-06Merge "Add disclaimer to Debug.getRuntimeStat()" am: 52218ffa3b am: c83c344516Hans Boehm
2019-10-08Add disclaimer to Debug.getRuntimeStat()Hans Boehm
2019-10-03Adjust and update dumpsys meminfo output.Nicolas Geoffray
2019-10-03Adjust and update dumpsys meminfo output.Nicolas Geoffray
2019-08-09Add RSS to dumpsys meminfoJing Ji
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-02-11Update AppCompacted WW atom to include device ZRAM usage.Ben Murdoch
2018-08-26Throttle requests to ActivityManager.getProcessMemoryInfo().Dianne Hackborn