RPC on android causes GC_EXPLICIT
问题 I need to synchronize my local sqlite database with a remote mysql database. I'm testing different XMLRPC and JSONRPC projects to do so. I send a packet containing all entries that arn't synced yet for each table. When these RPC projects are parsing the data logcat is filled with GC_EXPLICIT . GC_EXPLICIT means that the garbage collector has been explicitly asked to collect, instead of being triggered by high water marks in the heap. Happens all over the place, but most likely when a thread