New issue
Advanced search Search tips

Issue 699799 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

StrictMode violation when tapping on a download completed notification

Project Member Reported by shaktisahu@chromium.org, Mar 9 2017

Issue description

Steps: 

1- Save an image file from a web page through context menu
2- Tap on the download completed notification


03-09 10:29:33.869  5640  5640 D StrictMode: StrictMode policy violation; ~duration=14 ms: android.os.StrictMode$StrictModeDiskReadViolation: policy=22347807 violation=2
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1293)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteConnection.applyBlockGuardPolicy(SQLiteConnection.java:1041)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteConnection.executeForCursorWindow(SQLiteConnection.java:842)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteSession.executeForCursorWindow(SQLiteSession.java:836)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteQuery.fillWindow(SQLiteQuery.java:62)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteCursor.fillWindow(SQLiteCursor.java:143)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.sqlite.SQLiteCursor.getCount(SQLiteCursor.java:132)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.CursorToBulkCursorAdaptor.getBulkCursorDescriptor(CursorToBulkCursorAdaptor.java:145)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.content.ContentProviderNative.onTransact(ContentProviderNative.java:122)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.os.Binder.execTransact(Binder.java:565)
03-09 10:29:33.869  5640  5640 D StrictMode: # via Binder call with stack:
03-09 10:29:33.869  5640  5640 D StrictMode: android.os.StrictMode$LogStackTrace
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.os.StrictMode.readAndHandleBinderCallViolations(StrictMode.java:1960)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.os.Parcel.readExceptionCode(Parcel.java:1665)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:132)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.content.ContentProviderProxy.query(ContentProviderNative.java:421)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.content.ContentResolver.query(ContentResolver.java:532)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.content.ContentResolver.query(ContentResolver.java:474)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.app.DownloadManager$Query.runQuery(DownloadManager.java:947)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.app.DownloadManager.query(DownloadManager.java:1055)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.app.DownloadManager.getUriForDownloadedFile(DownloadManager.java:1085)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at org.chromium.chrome.browser.download.DownloadManagerDelegate.getContentUriFromDownloadManager(DownloadManagerDelegate.java:248)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at org.chromium.chrome.browser.download.DownloadBroadcastReceiver.openDownload(DownloadBroadcastReceiver.java:55)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at org.chromium.chrome.browser.download.DownloadBroadcastReceiver.onReceive(DownloadBroadcastReceiver.java:28)
03-09 10:29:33.869  5640  5640 D StrictMode: 	at android.app.ActivityThread.handleReceiver(ActivityThread.java:3040)

 

Comment 1 by dah...@chromium.org, Mar 16 2017

Status: WontFix (was: Untriaged)

Sign in to add a comment