Closed
Bug 709520
Opened 14 years ago
Closed 14 years ago
NullPointerException in GeckoApp.getProfileDir
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 706984
People
(Reporter: rnewman, Unassigned)
Details
Current m-c. Watching logcat. First launch.
27.605 W/WindowManager( 1504): Failure taking screenshot for (180x300) to layer 21020
27.675 I/GeckoApp( 2129): pause
27.865 D/GeckoAwesomeBar( 2129): creating awesomebar
28.035 D/GeckoAwesomeBarTabs( 2129): Creating AwesomeBarTabs
28.264 D/GeckoAwesomeBarTabs( 2129): Creating All Pages tab
28.454 D/GeckoAwesomeBarTabs( 2129): Creating Bookmarks tab
28.505 D/GeckoAwesomeBarTabs( 2129): Creating History tab
29.344 I/GeckoAddons( 2129): error reading json file
29.344 I/GeckoAddons( 2129): java.lang.NullPointerException
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.GeckoApp.getProfileDir(GeckoApp.java:739)
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.GeckoApp.getProfileDir(GeckoApp.java:728)
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.AboutHomeContent.getProfileRecommendedAddonsStream(AboutHomeContent.java:156)
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.AboutHomeContent.getRecommendedAddonsStream(AboutHomeContent.java:170)
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.AboutHomeContent$4.run(AboutHomeContent.java:184)
29.344 I/GeckoAddons( 2129): at android.os.Handler.handleCallback(Handler.java:605)
29.344 I/GeckoAddons( 2129): at android.os.Handler.dispatchMessage(Handler.java:92)
29.344 I/GeckoAddons( 2129): at android.os.Looper.loop(Looper.java:137)
29.344 I/GeckoAddons( 2129): at org.mozilla.gecko.GeckoAppShell$LooperThread.run(GeckoAppShell.java:153)
29.855 I/ActivityManager( 1504): Displayed org.mozilla.fennec_rnewman/org.mozilla.gecko.AwesomeBar: +2s165ms
Probably related to/the root cause of Bug 708651.
Comment 1•14 years ago
|
||
Probably a dup of bug 706984
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
| 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
•