-1
我發現了設備模擬器的異常。它來自com.google.android.gms
。來自com.google.android.gms的錯誤
1116-31507/com.google.android.gms E/CursorLeakDetecter﹕ PossibleCursorLeak:content://com.google.android.gms.common.stats.net.contentprovider/networkrawreport,QueryCounter:5
android.database.sqlite.DatabaseObjectNotClosedException: Application did not close the cursor or database object that was opened here
at android.content.ContentResolver.query(ContentResolver.java:399)
at android.content.ContentResolver.query(ContentResolver.java:316)
at com.google.android.gms.common.stats.net.NetworkReportService.a(SourceFile:141)
at com.google.android.gms.gcm.am.run(SourceFile:129)
發佈您的代碼... –
發佈您的代碼,以解決您的問題... – johnrao07
它不是來自GCM它是從您的數據庫光標,你忘了關 –