Closed
Bug 779398
Opened 13 years ago
Closed 5 years ago
StrictMode violation in Blur settings handler
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P4)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rnewman, Unassigned)
Details
(Whiteboard: [needs verification][closeme-sync.next][sync:settings])
08-01 05:04:53.476 I/ActivityManager( 526): Starting: Intent { cmp=com.motorola.blur.setup/com.motorola.blur.settings.AccountsAndServicesPreferenceActivity } from pid 4915
08-01 05:04:53.492 I/FxSync ( 4915): fennec_rnewman :: SyncAccounts :: Vendor package com.motorola.blur.setup and class com.motorola.blur.settings.AccountsAndServicesPreferenceActivity found, and activity launched.
08-01 05:04:53.500 I/gralloc ( 526): Allocated 0x660072 size 6488161
08-01 05:04:53.539 I/gralloc ( 526): Allocated 0x75617020 size 1029989747
08-01 05:04:53.562 I/ActivityManager( 526): Start proc com.motorola.blur.setup for activity com.motorola.blur.setup/com.motorola.blur.settings.AccountsAndServicesPreferenceActivity: pid=5319 uid=10031 gids={3003}
08-01 05:04:53.570 D/StrictMode( 4915): StrictMode policy violation; ~duration=350 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=23 violation=2
08-01 05:04:53.570 D/StrictMode( 4915): at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:750)
08-01 05:04:53.570 D/StrictMode( 4915): at dalvik.system.BlockGuard$WrappedFileSystem.open(BlockGuard.java:228)
08-01 05:04:53.570 D/StrictMode( 4915): at java.io.RandomAccessFile.<init>(RandomAccessFile.java:132)
08-01 05:04:53.570 D/StrictMode( 4915): at java.io.RandomAccessFile.<init>(RandomAccessFile.java:173)
08-01 05:04:53.570 D/StrictMode( 4915): at java.util.zip.ZipFile.<init>(ZipFile.java:133)
08-01 05:04:53.570 D/StrictMode( 4915): at java.util.zip.ZipFile.<init>(ZipFile.java:99)
08-01 05:04:53.570 D/StrictMode( 4915): at dalvik.system.PathClassLoader.<init>(PathClassLoader.java:131)
08-01 05:04:53.570 D/StrictMode( 4915): at android.app.ApplicationLoaders.getClassLoader(ApplicationLoaders.java:57)
08-01 05:04:53.570 D/StrictMode( 4915): at android.app.LoadedApk.getClassLoader(LoadedApk.java:288)
08-01 05:04:53.570 D/StrictMode( 4915): at android.app.ContextImpl.getClassLoader(ContextImpl.java:387)
08-01 05:04:53.570 D/StrictMode( 4915): at org.mozilla.gecko.sync.setup.SyncAccounts.openVendorSyncSettings(SyncAccounts.java:389)
08-01 05:04:53.570 D/StrictMode( 4915): at org.mozilla.gecko.sync.setup.SyncAccounts.openSyncSettings(SyncAccounts.java:424)
08-01 05:04:53.570 D/StrictMode( 4915): at org.mozilla.gecko.sync.setup.activities.SetupSuccessActivity.settingsClickHandler(SetupSuccessActivity.java:46)
| Reporter | ||
Updated•13 years ago
|
Priority: -- → P4
Whiteboard: [needs verification][closeme-sync.next][sync:settings]
| Assignee | ||
Updated•13 years ago
|
Product: Mozilla Services → Android Background Services
Updated•8 years ago
|
Product: Android Background Services → Firefox for Android
Comment 1•5 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
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
•