Closed
Bug 1262811
Opened 8 years ago
Closed 8 years ago
Switchboard startup crash with no connection
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox47 wontfix, firefox48 fixed, fennec48+)
RESOLVED
FIXED
Firefox 48
People
(Reporter: sebastian, Assigned: Margaret)
References
Details
Crash Data
Attachments
(2 files)
58 bytes,
text/x-review-board-request
|
sebastian
:
review+
ritu
:
approval-mozilla-beta-
|
Details |
58 bytes,
text/x-review-board-request
|
sebastian
:
review+
ritu
:
approval-mozilla-beta-
|
Details |
I'm in Airplane mode and my Nightly is crashing on startup every time:
> E java.lang.NullPointerException: println needs a message
> E at android.util.Log.println_native(Native Method)
> E at android.util.Log.d(Log.java:139)
> E at com.keepsafe.switchboard.SwitchBoard.loadConfig(SwitchBoard.java:102)
> E at com.keepsafe.switchboard.AsyncConfigLoader.doInBackground(AsyncConfigLoader.java:32)
> E at android.os.AsyncTask$2.call(AsyncTask.java:295)
> E at java.util.concurrent.FutureTask.run(FutureTask.java:237)
> E at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:234)
> E at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
> E at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
> E at java.lang.Thread.run(Thread.java:818)
Reporter | ||
Updated•8 years ago
|
Crash Signature: java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method)
Reporter | ||
Updated•8 years ago
|
Crash Signature: java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method) → [@ java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method)]
Assignee | ||
Comment 1•8 years ago
|
||
I'm hoping this is just a regression from bug 1207719.
tracking-fennec: --- → ?
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → margaret.leibovic
Assignee | ||
Comment 2•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/45025/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/45025/
Attachment #8739050 -
Flags: review?(s.kaspari)
Attachment #8739051 -
Flags: review?(s.kaspari)
Assignee | ||
Comment 3•8 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/45027/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/45027/
Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8739050 [details] MozReview Request: Bug 1262811 - Don't accidentally log a null message. r=sebastian https://reviewboard.mozilla.org/r/45025/#review41537
Attachment #8739050 -
Flags: review?(s.kaspari) → review+
Reporter | ||
Comment 5•8 years ago
|
||
Comment on attachment 8739051 [details] MozReview Request: Bug 1262811 - Remove unnecessary Switchboard logging. r=sebastian https://reviewboard.mozilla.org/r/45027/#review41539
Attachment #8739051 -
Flags: review?(s.kaspari) → review+
Assignee | ||
Comment 6•8 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/3175145264a4e673ac80f04efab24aee9c69043b Bug 1262811 - Don't accidentally log a null message. r=sebastian https://hg.mozilla.org/integration/fx-team/rev/c72c4adf49121c74257da7e91e4deb9a90363427 Bug 1262811 - Remove unnecessary Switchboard logging. r=sebastian
Comment 7•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3175145264a4 https://hg.mozilla.org/mozilla-central/rev/c72c4adf4912
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Assignee | ||
Updated•8 years ago
|
Crash Signature: [@ java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method)] → [@ java.lang.NullPointerException: println needs a message at android.util.Log.println_native(Native Method)]
[@ java.lang.NullPointerException: println needs a message at android.util.Log.println_native_inner(Native Method)]
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8739050 [details] MozReview Request: Bug 1262811 - Don't accidentally log a null message. r=sebastian Required for bug 1270929. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1270929#c9
Attachment #8739050 -
Flags: approval-mozilla-beta?
Assignee | ||
Comment 9•8 years ago
|
||
Comment on attachment 8739051 [details] MozReview Request: Bug 1262811 - Remove unnecessary Switchboard logging. r=sebastian Required for bug 1270929. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1270929#c9
Attachment #8739051 -
Flags: approval-mozilla-beta?
Comment on attachment 8739050 [details] MozReview Request: Bug 1262811 - Don't accidentally log a null message. r=sebastian We decided to not uplift bug 1270929 to Beta, we'll let this one also ride the Aurora48 to Beta48 train.
Attachment #8739050 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
status-firefox47:
--- → wontfix
Attachment #8739051 -
Flags: approval-mozilla-beta? → approval-mozilla-beta-
Updated•3 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
•