Closed
Bug 1668391
Opened 5 years ago
Closed 5 years ago
DevTools accesses missing pref devtools.overflow.debugging.enabled on Android
Categories
(DevTools :: about:debugging, defect)
DevTools
about:debugging
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1662058
People
(Reporter: agi, Unassigned)
Details
Open a remote debugging session to GeckoView Example, this error appears in the console.
Error while calling actor 'preference's method 'getBoolPref' preference is not of the right type: devtools.overflow.debugging.enabled Actor.js:95:13
writeError resource://devtools/shared/protocol/Actor.js:95
handler resource://devtools/shared/protocol/Actor.js:217
It looks like devtools.overflow.debugging.enabled is not defined on mobile.
Comment 1•5 years ago
|
||
Sorry I missed this one! This should have been fixed via Bug 1662058, and at the moment this pref is only accessed from the client, no longer from the server.
Thanks for filing.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•