我发现logcat说“在1000ms内安排重启崩溃服务com.qcma.kuo / .keepalive.account.SyncServiceNew”。
但是app(com.qcma.kuo)已经卸载了。我只是想知道是什么原因发生的?我认为我的代码没有错误。所以有人知道是什么导致它,有没有办法防止这种情况发生?
db.geo.find({
features: {
$elemMatch: {
"properties.TYPE": "8003"
}
}
}, {
features: {
$elemMatch: {
"properties.TYPE": "8003"
}
}
})