Open
Bug 1465939
Opened 6 years ago
Updated 2 years ago
Put version, buildid and other useful information into GeckoRuntime
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(firefox61 wontfix, firefox62 affected)
NEW
People
(Reporter: snorp, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [geckoview:klar:p3])
We have BuildConfig, but it has a ton of Geckoisms like MOZ_APP_BASENAME and some Fennec stuff. I think it would be better to expose a subset of these in GeckoRuntime. Something like:
GeckoRuntime.VERSION = BuildConfig.MOZ_APP_VERSION_DISPLAY
GeckoRuntime.BUILDID = BuildConfig.MOZ_APP_BUILDID
GeckoRuntime.CPU_ARCH = BuildConfig.ANDROID_CPU_ARCH
Comment 1•6 years ago
|
||
This version info will be useful for Klar to expose in its about page:
https://github.com/mozilla-mobile/focus-android/issues/2114
status-firefox61:
--- → wontfix
status-firefox62:
--- → affected
Priority: -- → P2
Whiteboard: [geckoview:klar:p1]
Updated•6 years ago
|
Priority: P2 → P3
Whiteboard: [geckoview:klar:p1] → [geckoview:klar:p3]
Updated•6 years ago
|
Blocks: geckoview_stable_api
Updated•6 years ago
|
Product: Firefox for Android → GeckoView
Updated•6 years ago
|
Version: Firefox 59 → 59 Branch
Updated•5 years ago
|
Blocks: internal-gv-ergonomics
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•