Closed
Bug 822754
Opened 13 years ago
Closed 13 years ago
B2G AutoMounter doesn't deal with out-of-order events
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:-, firefox20 fixed, b2g18+ fixed, b2g18-v1.0.0 wontfix, b2g18-v1.0.1 wontfix)
People
(Reporter: dhylands, Assigned: dhylands)
Details
Attachments
(1 file)
1.30 KB,
patch
|
philikon
:
review+
|
Details | Diff | Splinter Review |
In particular, the AutoMounter currently assumes that disk removal/insertion events will be followed by state change events.
It appears that they can occur in the order: state change, disk-insertion (see bug 822465)
Assignee | ||
Comment 1•13 years ago
|
||
This should address the problem seen in bug 822465. Since I can't reproduce, could I get you to try it?
Flags: needinfo?(dwilson)
Assignee | ||
Comment 2•13 years ago
|
||
Updated flags to match bug 822465
blocking-basecamp: --- → -
tracking-b2g18:
--- → +
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dhylands
Assignee | ||
Updated•13 years ago
|
Attachment #693552 -
Flags: review?(kyle)
Updated•13 years ago
|
Attachment #693552 -
Flags: review?(kyle) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•12 years ago
|
||
FYI This seems to work only if I do get root access through |adb root|
Flags: needinfo?(dwilson)
Assignee | ||
Comment 6•12 years ago
|
||
Sorry, I don't understand. What seems to work?
Or are you saying that the original bug 822465 only manifests when the adb shell is non-root?
Comment 7•12 years ago
|
||
(In reply to Dave Hylands [:dhylands] from comment #6)
> Sorry, I don't understand. What seems to work?
>
> Or are you saying that the original bug 822465 only manifests when the adb
> shell is non-root?
Yes, I had to do an |adb root| on my -userdebug build for the SD card to mount. Although now I'm not sure my build picked up the attached patch. I'll try again tomorrow
Comment 8•12 years ago
|
||
status-b2g18:
--- → fixed
status-b2g18-v1.0.0:
--- → wontfix
status-b2g18-v1.0.1:
--- → wontfix
status-firefox20:
--- → fixed
Target Milestone: --- → B2G C4 (2jan on)
You need to log in
before you can comment on or make changes to this bug.
Description
•