QML cache always being deleted on app stop
Bug #1500372 reported by
Gerry Boland
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
kevin gunn | ||
qtmir (Ubuntu) |
Fix Released
|
Critical
|
Gerry Boland |
Bug Description
Current phone image
adb shell into the device and enter this directory: ~/.cache/QML/Apps
1. On the UI, open any app
2. do "ls" to see the contents of ~/.cache/QML/Apps. You should see a new directory corresponding to that app
3. use the UI to close the app
4. do "ls" to see the contents of ~/.cache/QML/Apps again.
Expected result:
App cache file should remain
Actual result:
App cache deleted
This makes the cache useless!
Related branches
lp://qastaging/~gerboland/qtmir/dont-delete-qml-cache-on-good-stop
- Michał Sawicz: Approve
- Nick Dedekind (community): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 325 lines (+202/-6)4 files modifiedsrc/modules/Unity/Application/application.cpp (+64/-6)
src/modules/Unity/Application/application.h (+3/-0)
src/modules/Unity/Application/application_manager.cpp (+1/-0)
tests/modules/ApplicationManager/application_manager_test.cpp (+134/-0)
Changed in qtmir: | |
importance: | Undecided → Critical |
Changed in qtmir: | |
status: | New → In Progress |
assignee: | nobody → Gerry Boland (gerboland) |
Changed in canonical-devices-system-image: | |
assignee: | nobody → Pat McGowan (pat-mcgowan) |
importance: | Undecided → Critical |
milestone: | none → ww40-2015 |
status: | New → In Progress |
Changed in canonical-devices-system-image: | |
assignee: | Pat McGowan (pat-mcgowan) → kevin gunn (kgunn72) |
tags: | added: regression-release |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in qtmir: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
Changed in qtmir: | |
status: | Fix Committed → Fix Released |
affects: | qtmir → qtmir (Ubuntu) |
To post a comment you must log in.