Open
Bug 1119871
Opened 10 years ago
Updated 2 years ago
Implement Probe for use in Fennec
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: mhaigh, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
Let's integrate Probe [1] in to fennec!!
1: http://lucasr.org/?s=probe
Updated•10 years ago
|
OS: Mac OS X → Android
Hardware: x86 → All
Reporter | ||
Comment 1•10 years ago
|
||
I get the following error when building with this WIP patch:
/Users/martyn/Mozilla/git-src/objdir-android/mobile/android/gradle/app/build/generated/source/probe/debug/null/probe/ProbeProxy$android_view_View.java:1: error: <identifier> expected
package null.probe;
^
Reporter | ||
Comment 2•10 years ago
|
||
Adding an applicationId in the gradle setup seems to fix the null packagename but now we're seeing issues of incorrectly defined imports in the probe generated source code:
import android.widget.fragment;
import android.widget.requestFocus;
import android.widget.WebView;
etc
Reporter | ||
Updated•10 years ago
|
Attachment #8546738 -
Attachment is obsolete: true
Reporter | ||
Comment 3•10 years ago
|
||
Current error log: http://pastebin.mozilla.org/8174287
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•