Closed
Bug 1056054
Opened 11 years ago
Closed 11 years ago
crash in java.lang.NullPointerException: at org.mozilla.gecko.ChromeCast$VideoPlayCallback.onMetadataUpdated(ChromeCast.java)
Categories
(Firefox for Android Graveyard :: Screencasting, defect)
Tracking
(firefox33 fixed, firefox34 fixed)
RESOLVED
FIXED
Firefox 34
People
(Reporter: aaronmt, Assigned: wesj)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
1.33 KB,
patch
|
mfinkle
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-17496903-f6f5-4623-a9ab-c81352140819.
=============================================================
ava.lang.NullPointerException
at org.mozilla.gecko.ChromeCast$VideoPlayCallback.onMetadataUpdated(ChromeCast.java:82)
at com.google.android.gms.cast.RemoteMediaPlayer.onMetadataUpdated(Unknown Source)
at com.google.android.gms.cast.RemoteMediaPlayer.b(Unknown Source)
at com.google.android.gms.cast.RemoteMediaPlayer$1.onMetadataUpdated(Unknown Source)
at com.google.android.gms.internal.gp.a(Unknown Source)
at com.google.android.gms.internal.gp.ai(Unknown Source)
at com.google.android.gms.cast.RemoteMediaPlayer.onMessageReceived(Unknown Source)
at com.google.android.gms.internal.gi$1$4.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:733)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5086)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
at dalvik.system.NativeStart.main(Native Method)
Assignee | ||
Comment 1•11 years ago
|
||
We don't actually do anything in onMetadataUpdated, so lets just not crash there either.
Updated•11 years ago
|
Attachment #8477569 -
Flags: review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8477569 [details] [diff] [review]
cc2
Noming these now because fx-team is closed, but I want to make sure they're ready for uplift ASAP.
Approval Request Comment
[Feature/regressing bug #]: Chromecast
[User impact if declined]: Might crash if this is called.
[Describe test coverage new/current, TBPL]: working on it
[Risks and why]: This is very low risk. Removing dead code.
[String/UUID change made/needed]: none
Attachment #8477569 -
Flags: approval-mozilla-aurora?
Updated•11 years ago
|
status-firefox33:
--- → affected
Updated•11 years ago
|
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 34
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #8477569 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•11 years ago
|
||
Updated•11 years ago
|
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
•