Closed
Bug 736422
Opened 13 years ago
Closed 13 years ago
java.lang.NullPointerException: at android.view.ViewGroup.findViewTraversal(ViewGroup.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(blocking-fennec1.0 -)
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking-fennec1.0 | --- | - |
People
(Reporter: scoobidiver, Unassigned)
References
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
There's only one crash in 14.0a1/20120315: bp-ed6e11fc-b57f-4573-8742-8bd082120316.
java.lang.NullPointerException
at android.view.ViewGroup.findViewTraversal(ViewGroup.java:3070)
at android.view.View.findViewById(View.java:12247)
at android.view.ViewGroup.findViewTraversal(ViewGroup.java:3071)
at android.view.View.findViewById(View.java:12247)
at android.view.ViewGroup.findViewTraversal(ViewGroup.java:3071)
at android.view.View.findViewById(View.java:12247)
at android.view.ViewGroup.findViewTraversal(ViewGroup.java:3071)
at android.view.View.findViewById(View.java:12247)
at org.mozilla.gecko.AboutHomeContent.setRemoteTabsVisibility(AboutHomeContent.java:287)
at org.mozilla.gecko.AboutHomeContent.loadRemoteTabs(AboutHomeContent.java:658)
at org.mozilla.gecko.AboutHomeContent.access$700(AboutHomeContent.java:96)
at org.mozilla.gecko.AboutHomeContent$9.run(AboutHomeContent.java:403)
at android.os.Handler.handleCallback(Handler.java:605)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at org.mozilla.gecko.GeckoBackgroundThread.run(GeckoBackgroundThread.java:31)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=java.lang.NullPointerException%3A+at+android.view.ViewGroup.findViewTraversal%28ViewGroup.java%29
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Comment 1•13 years ago
|
||
Bug 735741 changes this code. Let's see what happens.
blocking-fennec1.0: ? → -
Depends on: 735741
| Reporter | ||
Comment 2•13 years ago
|
||
There have been no crashes after 15.0 for the last four weeks.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•