Closed
Bug 1504447
Opened 7 years ago
Closed 7 years ago
Android 7.0 geckoview-junit perma-fail: No crash directory (/sdcard/tests/junit-profile/minidumps) found on remote device
Categories
(Firefox for Android Graveyard :: Testing, defect)
Firefox for Android Graveyard
Testing
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
|
750 bytes,
patch
|
bc
:
review+
|
Details | Diff | Splinter Review |
Beginning with bug 1504154, Android 7.0 x86/opt geckoview-junit began crashing on startup.
| Assignee | ||
Comment 1•7 years ago
|
||
That bug removed -g from mozdevice install_app and hooked pm_grant_permissions() in to launch_application. But geckoview-junit uses shell() -- not a launch_ function -- to start 'am instrument', so it bypasses all permission grants.
| Assignee | ||
Comment 2•7 years ago
|
||
Attachment #9022385 -
Flags: review?(bob)
Comment 3•7 years ago
|
||
Comment on attachment 9022385 [details] [diff] [review]
grant_runtime_permissions in geckoview-junit harness
Review of attachment 9022385 [details] [diff] [review]:
-----------------------------------------------------------------
r+. thanks.
Attachment #9022385 -
Flags: review?(bob) → review+
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/86ab0cd2855c
Grant runtime permissions to test app before running geckoview-junit; r=bc
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•