Crash at org.mozilla.geckoview.SessionAccessibility$Settings.<clinit>
Categories
(GeckoView :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: contact, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36
Steps to reproduce:
Using one activity using GeckoView for Andorid along with some other activities.
Actual results:
Application sometimes crashes when moving between activities. The error I get:
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object android.content.Context.getSystemService(java.lang.String)' on a null object reference at org.mozilla.geckoview.SessionAccessibility$Settings.<clinit>(SessionAccessibility.java:676)
i.e. this line:
AccessibilityManager var1 = (AccessibilityManager)var0.getSystemService("accessibility");
Expected results:
Should not crash
Can you provide the full stack trace?
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit auto_nag documentation.
Comment 3•3 years ago
|
||
No crashes with an org.mozilla.geckoview.SessionAccessibility$Settings signature in the last 12 months.
Description
•