Closed
Bug 758875
Opened 13 years ago
Closed 7 years ago
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox16 affected, firefox17 affected, firefox19 affected, firefox20 affected, firefox21 affected, firefox22 affected, firefox23 affected)
People
(Reporter: scoobidiver, Unassigned)
Details
(Keywords: crash, Whiteboard: [native-crash])
Crash Data
There are two crashes in 14.0b2 and one in 14.0b3: bp-ecd9a3b1-b52a-48fc-8164-540292120526.
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1409)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1379)
at android.app.Activity.startActivityForResult(Activity.java:2833)
at android.app.Activity.startActivity(Activity.java:2959)
at org.mozilla.gecko.SyncPreference.onClick(SyncPreference.java:71)
at android.preference.Preference.performClick(Preference.java:810)
at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:190)
at android.widget.AdapterView.performItemClick(AdapterView.java:284)
at android.widget.ListView.performItemClick(ListView.java:3740)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:1998)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:130)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:907)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
at dalvik.system.NativeStart.main(Native Method)
More reports at:
https://crash-stats.mozilla.com/report/list?signature=android.content.ActivityNotFoundException%3A+No+Activity+found+to+handle+Intent+{+act%3Dandroid.settings.SYNC_SETTINGS+}+at+android.app.Instrumentation.checkStartActivityResult%28Instrumentation.java%29
Reporter | ||
Comment 1•13 years ago
|
||
It also happens in the trunk.
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Comment 2•12 years ago
|
||
The Java stack trace now looks like:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS }
at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1512)
at android.app.Instrumentation.execStartActivity(Instrumentation.java:1384)
at android.app.Activity.startActivityForResult(Activity.java:3190)
at android.app.Activity.startActivity(Activity.java:3297)
at org.mozilla.gecko.sync.setup.SyncAccounts.openSyncSettings(SyncAccounts.java:457)
at org.mozilla.gecko.SyncPreference.onClick(SyncPreference.java:28)
at android.preference.Preference.performClick(Preference.java:939)
at android.preference.PreferenceScreen.onItemClick(PreferenceScreen.java:202)
at android.widget.AdapterView.performItemClick(AdapterView.java:292)
at android.widget.AbsListView.performItemClick(AbsListView.java:1058)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:2514)
at android.widget.AbsListView$1.run(AbsListView.java:3168)
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 android.app.ActivityThread.main(ActivityThread.java:4424)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:511)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:784)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:551)
at dalvik.system.NativeStart.main(Native Method)
status-firefox19:
--- → affected
status-firefox20:
--- → affected
status-firefox21:
--- → affected
status-firefox22:
--- → affected
Version: Firefox 16 → Trunk
Left over settings from Sync?
Reporter | ||
Updated•12 years ago
|
status-firefox23:
--- → affected
Updated•10 years ago
|
Crash Signature: [@ android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)] → [@ android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.settings.SYNC_SETTINGS } at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java)]
[@ android.content.ActivityNotFoundException: No Activi…
Comment 4•7 years ago
|
||
Closing because no crash reported since 12 weeks.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•4 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
•