1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
| 06-15 10:04:10.167 11417 11445 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
06-15 10:04:10.648 11488 11522 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #2
06-15 10:04:10.648 11488 11522 E AndroidRuntime: Process: com.whatsapp, PID: 11488
06-15 10:04:10.648 11488 11522 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at X.0Nd.A02(:99011)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at X.0bO.A02(:149526)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at X.09p.A01(:39765)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at java.lang.RunnableEBaseShape11S0100000_I1_5.run(Unknown Source:610)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:10.648 11488 11522 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #7
06-15 10:04:10.923 11564 11628 E AndroidRuntime: Process: com.whatsapp, PID: 11564
06-15 10:04:10.923 11564 11628 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at X.0Nd.A02(:99011)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at X.0bO.A02(:149526)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at X.09p.A01(:39765)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at java.lang.RunnableEBaseShape11S0100000_I1_5.run(Unknown Source:610)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:10.923 11564 11628 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #4
06-15 10:04:10.923 11564 11619 E AndroidRuntime: Process: com.whatsapp, PID: 11564
06-15 10:04:10.923 11564 11619 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:399)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at X.0BQ.A02(:44841)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at com.whatsapp.contact.ContactProvider.query(:43804)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1224)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1317)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:271)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:195)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:177)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:167)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at X.27U.APr(:289753)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at X.04S.A0A(:21494)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at X.0G4.A05(Unknown Source:865)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at X.0VW.doInBackground(:126159)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:378)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-15 10:04:10.923 11564 11619 E AndroidRuntime: ... 4 more
06-15 10:04:11.816 3200 6072 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.coloros.performance.service.FrameCollectService.a:417 com.coloros.performance.service.FrameCollectService.a:509 com.coloros.performance.service.FrameCollectService.a:59
06-15 10:04:11.820 3200 5986 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.oppo.statistics.record.RecordHandler.startDcsService:210 com.oppo.statistics.record.RecordHandler.addTask:137 com.oppo.statistics.agent.CommonAgent.recordCommon:23
06-15 10:04:11.824 3200 6072 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.coloros.performance.service.FrameCollectService.a:417 com.coloros.performance.service.FrameCollectService.a:509 com.coloros.performance.service.FrameCollectService.a:59
06-15 10:04:11.827 3200 5986 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.oppo.statistics.record.RecordHandler.startDcsService:210 com.oppo.statistics.record.RecordHandler.addTask:137 com.oppo.statistics.agent.CommonAgent.recordCommon:23
06-15 10:04:12.481 11417 11445 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
06-15 10:04:12.538 11417 11445 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
06-15 10:04:13.343 11417 11445 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
06-15 10:04:13.684 11690 11720 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #1
06-15 10:04:13.684 11690 11720 E AndroidRuntime: Process: com.whatsapp, PID: 11690
06-15 10:04:13.684 11690 11720 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at X.0Nd.A02(:99011)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at X.0bO.A02(:149526)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at X.09p.A01(:39765)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at java.lang.RunnableEBaseShape11S0100000_I1_5.run(Unknown Source:610)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:13.684 11690 11720 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #4
06-15 10:04:13.685 11690 11741 E AndroidRuntime: Process: com.whatsapp, PID: 11690
06-15 10:04:13.685 11690 11741 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:399)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at X.0BQ.A02(:44841)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at com.whatsapp.contact.ContactProvider.query(:43804)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1224)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1317)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:271)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:195)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:177)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:167)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at X.27U.APr(:289753)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at X.04S.A0A(:21494)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at X.0G4.A05(Unknown Source:865)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at X.0VW.doInBackground(:126159)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:378)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-15 10:04:13.685 11690 11741 E AndroidRuntime: ... 4 more
06-15 10:04:13.970 11755 11785 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #2
06-15 10:04:13.970 11755 11785 E AndroidRuntime: Process: com.whatsapp, PID: 11755
06-15 10:04:13.970 11755 11785 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at X.0Nd.A02(:99011)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at X.0bO.A02(:149526)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at X.09p.A01(:39765)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at java.lang.RunnableEBaseShape11S0100000_I1_5.run(Unknown Source:610)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:13.970 11755 11785 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #4
06-15 10:04:13.974 11755 11804 E AndroidRuntime: Process: com.whatsapp, PID: 11755
06-15 10:04:13.974 11755 11804 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:399)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at X.0BQ.A02(:44841)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at com.whatsapp.contact.ContactProvider.query(:43804)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1224)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1317)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:271)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:195)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:177)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:167)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at X.27U.APr(:289753)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at X.04S.A0A(:21494)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at X.0G4.A05(Unknown Source:865)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at X.0VW.doInBackground(:126159)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:378)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-15 10:04:13.974 11755 11804 E AndroidRuntime: ... 4 more
06-15 10:04:13.985 3200 6072 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.coloros.performance.service.FrameCollectService.a:417 com.coloros.performance.service.FrameCollectService.a:509 com.coloros.performance.service.FrameCollectService.a:59
06-15 10:04:14.002 3200 5986 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 com.oppo.statistics.record.RecordHandler.startDcsService:210 com.oppo.statistics.record.RecordHandler.addTask:137 com.oppo.statistics.agent.CommonAgent.recordCommon:23
06-15 10:04:14.224 3200 12794 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 a.a.a.c.a.b:13 a.a.a.c.a.a:165 a.a.a.a.c.a:13
06-15 10:04:18.379 3837 6120 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
06-15 10:05:11.169 12049 12080 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #1
06-15 10:05:11.169 12049 12080 E AndroidRuntime: Process: com.whatsapp, PID: 12049
06-15 10:05:11.169 12049 12080 E AndroidRuntime: java.lang.RuntimeException: An error occurred while executing doInBackground()
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.os.AsyncTask$4.done(AsyncTask.java:399)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:271)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: Caused by: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at X.0BQ.A02(:44841)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at com.whatsapp.contact.ContactProvider.query(:43804)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1224)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProvider.query(ContentProvider.java:1317)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProvider$Transport.query(ContentProvider.java:271)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:195)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:177)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.content.ContentProviderClient.query(ContentProviderClient.java:167)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at X.27U.APr(:289753)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at X.04S.A0A(:21494)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at X.0G4.A05(Unknown Source:865)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at X.0VW.doInBackground(:126159)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at android.os.AsyncTask$3.call(AsyncTask.java:378)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
06-15 10:05:11.169 12049 12080 E AndroidRuntime: ... 4 more
06-15 10:05:11.171 12049 12130 E AndroidRuntime: FATAL EXCEPTION: WhatsApp Worker #7
06-15 10:05:11.171 12049 12130 E AndroidRuntime: Process: com.whatsapp, PID: 12049
06-15 10:05:11.171 12049 12130 E AndroidRuntime: android.database.sqlite.SQLiteCantOpenDatabaseException: unknown error (code 14 SQLITE_CANTOPEN): Could not open database
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.nativeOpen(Native Method)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:197)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:505)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:206)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:198)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:915)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:895)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:759)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:748)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:384)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at android.database.sqlite.SQLiteOpenHelper.getReadableDatabase(SQLiteOpenHelper.java:341)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at X.0Nd.A02(:99011)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at X.0bO.A02(:149526)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at X.09p.A01(:39765)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at java.lang.RunnableEBaseShape11S0100000_I1_5.run(Unknown Source:610)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at java.lang.RunnableEBaseShape4S0200000_I0_3.run(Unknown Source:1793)
06-15 10:05:11.171 12049 12130 E AndroidRuntime: at java.lang.Thread.run(Thread.java:919)
06-15 10:05:11.441 3837 6120 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1608 android.content.ContextWrapper.startService:680 oppo.util.OppoStatistics.startDcsService:400 oppo.util.OppoStatistics.access$100:41 oppo.util.OppoStatistics$1.run:152
--------- beginning of main
06-15 10:05:41.536 1427 9728 E ANDR-IOP: IIop:: Iop HAL Service is not available.
06-15 10:05:41.557 822 12220 E ResolverController: No valid NAT64 prefix (680, <unspecified>/0)
06-15 10:05:41.559 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 7809, target_uid = 10265, pkg_cmd = -1
06-15 10:05:41.567 3825 3898 E hypnusd : Start to Statistics pkg information
06-15 10:05:41.567 3825 3898 E hypnusd : Prev pkg ru.whatau.cpl
06-15 10:05:41.586 3831 3831 E oiface : packageSwitch package com.whatsapp, pkgStatus 7
06-15 10:05:41.586 3831 3831 E oiface : packageSwitch pkg com.whatsapp, enter
06-15 10:05:41.586 3831 3831 E oiface : current package is com.whatsapp
06-15 10:05:41.593 3831 3879 E oiface : client not found, skipped
06-15 10:05:41.604 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10214, pkg_cmd = -1
06-15 10:05:41.607 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10276, pkg_cmd = -1
06-15 10:05:41.611 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10263, pkg_cmd = -1
06-15 10:05:41.613 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10195, pkg_cmd = -1
06-15 10:05:41.615 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10273, pkg_cmd = -1
06-15 10:05:41.617 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10210, pkg_cmd = -1
06-15 10:05:41.620 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10254, pkg_cmd = -1
06-15 10:05:41.621 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10226, pkg_cmd = -1
06-15 10:05:41.624 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10188, pkg_cmd = -1
06-15 10:05:41.626 6399 6410 E IHansComunication: HANS printMessageBody: RCVed message body: type = 0, port = 86870, caller_pid = 1631, target_uid = 10272, pkg_cmd = -1 |