Closed
Bug 1422324
Opened 8 years ago
Closed 8 years ago
Autophone - Do not issue shutdown intent if the app is not running
Categories
(Testing Graveyard :: Autophone, enhancement)
Testing Graveyard
Autophone
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1009 bytes,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
stop_application currently automatically issues a shutdown intent regardless of whether the app is running or not. If the app is running, then no harm no foul. However, if the app is *not* running, the intent will cause the app to be started. Since we have not specified a profile, the app will be started with the default profile created under /data/data/<app>/. This defeats our attempts of specifying the profile in order to control the behavior of the app.
| Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8933665 -
Flags: review?(gbrown)
| Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8933665 [details] [diff] [review]
bug-1422324-v1.patch
I made a last minute change to remove an intermediate value and left off the trailing :.
:-(
new patch in a moment.
Attachment #8933665 -
Attachment is obsolete: true
Attachment #8933665 -
Flags: review?(gbrown)
| Assignee | ||
Comment 3•8 years ago
|
||
That's what I get for making last minute change and not double checking.
Attachment #8933692 -
Flags: review?(gbrown)
| Assignee | ||
Updated•8 years ago
|
Attachment #8933692 -
Flags: review?(gbrown) → review?(jmaher)
Comment 4•8 years ago
|
||
Comment on attachment 8933692 [details] [diff] [review]
bug-1422324-v2.patch
Review of attachment 8933692 [details] [diff] [review]:
-----------------------------------------------------------------
I imagine this is flaky part of the code in different scenarios/configs, but we need to fix what our current problems are now.
Attachment #8933692 -
Flags: review?(jmaher) → review+
| Assignee | ||
Comment 5•8 years ago
|
||
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•