summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/data/LocalDataList.java
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Camera: Mem-leak"Vijay kumar Tumati2014-06-191-10/+0
| | | | | | | | | | This reverts commit 46b761ab50e36daa2ff79527553014905e784895. We see some regressions with this change so we are reverting it for now. We will fix the issues soon. Change-Id: I59da92087006cef0da16c8a11fe7c31f32aa0312
* Camera: Mem-leakSuman Mukherjee2014-06-091-0/+10
| | | | | | | | | | | Hprof identified memleak in localdatalist from list and hashmap Reason: removedata was not getting invoked. Fix Made: Invoke removedata from ondestroy and onresume of camera activity Cleanup bitmaps before reallocation on same variable. CRs-Fixed: 655256 Change-Id: I42d99beb7e493eea2394462ee02cbe956e86c502
* Avoid expensive O(n) main-thread operation when adding Photo Sphere.Sascha Haeberling2013-09-161-0/+101
Bug: 10747001 Change-Id: I8dcc3c5e7dd12879a927aa82e71bea0c6370ccda