guan
guan
是否扩展 GlobalConfigModule,结合AppComponent 的dagger2的注入,以此实现 实现全局的对象。(不改动原有框架包)
 比Application 的 onCreate先执行,所以,执行如下install 时候,日志路径还没有生成,所以抛异常 class TCrashProvider : ContentProvider() { override fun onCreate(): Boolean { install(context) return false } ... }
### Error querying database. Cause: java.lang.IllegalStateException: Type handler was null on parameter mapping for property '__frch_listItem_3'. It was either not specified and/or could not be found for the javaType ([Ljava.lang.Integer;)...
Read the FAQ first: https://github.com/edenhill/librdkafka/wiki/FAQ Do NOT create issues for questions, use the discussion forum: https://github.com/edenhill/librdkafka/discussions Description =========== 0x000000016bb7ab60 RdKafka::log_cb_trampoline(rd_kafka_s const*, int, char const*, char const*) 0x00000001043f3354 rd_kafka_log0 0x00000001047a9a18 rd_kafka_broker_bufq_timeout_scan...