Open
Bug 1570847
Opened 5 years ago
Updated 2 years ago
[api] Hide crash reporter Intent fields keys
Categories
(GeckoView :: IME, task, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: agi, Unassigned)
References
(Blocks 1 open bug)
Details
These fields don't look like they should be public:
field public static final String ACTION_CRASHED = "org.mozilla.gecko.ACTION_CRASHED";
field public static final String EXTRA_CRASH_FATAL = "fatal";
field public static final String EXTRA_EXTRAS_PATH = "extrasPath";
field public static final String EXTRA_MINIDUMP_PATH = "minidumpPath";
field public static final String EXTRA_MINIDUMP_SUCCESS = "minidumpSuccess";
Reporter | ||
Updated•5 years ago
|
Priority: -- → P3
Comment 1•2 years ago
|
||
Moving some cursor and key event bugs to the new GeckoView::IME component.
Component: General → IME
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•