Open Bug 1570847 Opened 5 years ago Updated 2 years ago

[api] Hide crash reporter Intent fields keys

Categories

(GeckoView :: IME, task, P3)

Unspecified
All
task

Tracking

(Not tracked)

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";

https://searchfox.org/mozilla-central/rev/b38e3beb658b80e1ed03e0fdf64d225bd4a40327/mobile/android/geckoview/api.txt#298-303

Priority: -- → P3

Moving some cursor and key event bugs to the new GeckoView::IME component.

Component: General → IME
Severity: normal → S3

Tasks should have severity N/A.

Severity: S3 → N/A
You need to log in before you can comment on or make changes to this bug.