obj-c 实现java System.currentTimeMillis()

本文介绍如何使用Swift编程语言将日期时间从UNIX时间戳转换为人类可读的格式,并通过实例演示了时间转换的过程及输出方法。

NSTimeInterval time = [[NSDate date] timeIntervalSince1970];
time *=1000.0;
long long dTime = [[NSNumber numberWithDouble:time] longLongValue]; // 将double转为long long型
NSString *curTime = [NSString stringWithFormat:@"%llu",dTime]; // 输出long long型
NSLog(@"---------time:%@",curTime);

导出的数据是空的,但实际上已经查到数据了 2025-10-10 16:23:48.273 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] New http connection, requesting read 2025-10-10 16:23:48.273 [reactor-http-nio-2] DEBUG reactor.netty.transport.TransportConfig - [7aa6b257, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Initialized pipeline DefaultChannelPipeline{(reactor.left.httpCodec = io.netty.handler.codec.http.HttpServerCodec), (reactor.left.httpTrafficHandler = reactor.netty.http.server.HttpTrafficHandler), (reactor.right.reactiveBridge = reactor.netty.channel.ChannelOperationsHandler)} 2025-10-10 16:23:48.323 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Increasing pending responses, now 1 2025-10-10 16:23:48.400 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServer - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@707ef05f 2025-10-10 16:23:48.519 [reactor-http-nio-2] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [7aa6b257-1] HTTP POST "/master/inventory/export/excel" 2025-10-10 16:23:48.574 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestMappingHandlerMapping - [7aa6b257-1] Mapped to com.hvlink.controller.InventoryController#exportInventory(InventoryParam, ServerHttpResponse) 2025-10-10 16:23:48.623 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [7aa6b257-1] Content-Type:application/json 2025-10-10 16:23:48.639 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [7aa6b257-1] 0..1 [com.hvlink.entity.param.master.InventoryParam] 2025-10-10 16:23:48.718 [reactor-http-nio-2] DEBUG reactor.netty.channel.FluxReceive - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] [terminated=false, cancelled=false, pending=0, error=null]: subscribing inbound receiver 2025-10-10 16:23:48.811 [reactor-http-nio-2] DEBUG o.s.http.codec.json.Jackson2JsonDecoder - [7aa6b257-1] Decoded [InventoryParam(id=null, companyCode=null, supplierCode=null, supplierName=null, factoryCode=null, fa (truncated)...] 2025-10-10 16:23:48.851 [reactor-http-nio-2] DEBUG com.hvlink.aspect.DataSourceAspect - 切换数据源:SALVE 2025-10-10 16:23:48.989 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:23:49.038 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ec7e32] was not registered for synchronization because synchronization is not active 2025-10-10 16:23:49.234 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:23:49.234 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:23:49.251 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - ==> Preparing: SELECT id,company_code,supplier_code,factory_code,warehouse_code,part_code,part_desc,supplier_part_code,unit,special_flag,batch_no,no_limit_quantity,quality_quantity,freeze_quantity,is_deleted,create_by,create_time,update_by,update_time FROM tb_inventory WHERE (id IN (?,?,?,?,?) AND is_deleted = ?) 2025-10-10 16:23:49.439 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - ==> Parameters: 2093(Integer), 2094(Integer), 2095(Integer), 2096(Integer), 2097(Integer), 0(Integer) 2025-10-10 16:23:49.606 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - <== Total: 5 2025-10-10 16:23:49.606 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44ec7e32] 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a7d4d53] was not registered for synchronization because synchronization is not active 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - ==> Preparing: SELECT id,company_code,supplier_code,supplier_name,supplier_tel,remark,is_deleted,create_by,create_time,update_by,update_time FROM tm_supplier WHERE (supplier_code IN (?,?)) 2025-10-10 16:23:49.611 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - ==> Parameters: 0012000049(String), 0012000048(String) 2025-10-10 16:23:49.634 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - <== Total: 18 2025-10-10 16:23:49.634 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4a7d4d53] 2025-10-10 16:23:49.634 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:23:49.634 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a66747d] was not registered for synchronization because synchronization is not active 2025-10-10 16:23:49.637 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:23:49.637 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:23:49.637 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - ==> Preparing: SELECT id,company_code,factory_code,factory_name,status,is_deleted,create_by,create_time,update_by,update_time FROM tm_factory WHERE (factory_code IN (?)) 2025-10-10 16:23:49.637 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - ==> Parameters: 1400(String) 2025-10-10 16:23:49.648 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - <== Total: 0 2025-10-10 16:23:49.648 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3a66747d] 2025-10-10 16:23:49.650 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:23:49.651 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a1edc43] was not registered for synchronization because synchronization is not active 2025-10-10 16:23:49.653 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:23:49.653 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:23:49.653 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - ==> Preparing: SELECT id,company_code,factory_code,part_code,unit,standard_package,box_quantity,package_quantity,drag_quantity,max_inventory_level,safety_inventory,is_deleted,create_by,create_time,update_by,update_time FROM tm_package WHERE (factory_code IN (?) AND part_code IN (?,?,?,?,?)) 2025-10-10 16:23:49.653 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - ==> Parameters: 1400(String), S00020153101(String), S00020145101(String), S00020155101(String), S00020151101(String), S00020094101(String) 2025-10-10 16:23:49.705 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - <== Total: 5 2025-10-10 16:23:49.705 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@a1edc43] 2025-10-10 16:23:53.080 [reactor-http-nio-2] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [7aa6b257-1] Completed 200 OK 2025-10-10 16:23:53.115 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Last HTTP response frame 2025-10-10 16:23:53.115 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] No sendHeaders() called before complete, sending zero-length header 2025-10-10 16:23:53.121 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Decreasing pending responses, now 0 2025-10-10 16:23:53.121 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Last HTTP packet was sent, terminating the channel 2025-10-10 16:23:53.121 [reactor-http-nio-2] DEBUG reactor.netty.channel.ChannelOperations - [7aa6b257-1, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] [HttpServer] Channel inbound receiver cancelled (subscription disposed). 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Increasing pending responses, now 1 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServer - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Handler is being applied: org.springframework.http.server.reactive.ReactorHttpHandlerAdapter@707ef05f 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [7aa6b257-2] HTTP POST "/master/inventory/export/excel" 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestMappingHandlerMapping - [7aa6b257-2] Mapped to com.hvlink.controller.InventoryController#exportInventory(InventoryParam, ServerHttpResponse) 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [7aa6b257-2] Content-Type:application/json 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG o.s.w.r.r.m.a.RequestBodyMethodArgumentResolver - [7aa6b257-2] 0..1 [com.hvlink.entity.param.master.InventoryParam] 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG reactor.netty.channel.FluxReceive - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] [terminated=false, cancelled=false, pending=0, error=null]: subscribing inbound receiver 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG o.s.http.codec.json.Jackson2JsonDecoder - [7aa6b257-2] Decoded [InventoryParam(id=null, companyCode=null, supplierCode=null, supplierName=null, factoryCode=null, fa (truncated)...] 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG com.hvlink.aspect.DataSourceAspect - 切换数据源:SALVE 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:24:02.887 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35a2dbe5] was not registered for synchronization because synchronization is not active 2025-10-10 16:24:02.893 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:24:02.893 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:24:02.893 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - ==> Preparing: SELECT id,company_code,supplier_code,factory_code,warehouse_code,part_code,part_desc,supplier_part_code,unit,special_flag,batch_no,no_limit_quantity,quality_quantity,freeze_quantity,is_deleted,create_by,create_time,update_by,update_time FROM tb_inventory WHERE (id IN (?,?,?,?,?) AND is_deleted = ?) 2025-10-10 16:24:02.893 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - ==> Parameters: 2093(Integer), 2094(Integer), 2095(Integer), 2096(Integer), 2097(Integer), 0(Integer) 2025-10-10 16:24:02.903 [reactor-http-nio-2] DEBUG c.hvlink.mapper.master.InventoryMapper.selectList - <== Total: 5 2025-10-10 16:24:02.903 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@35a2dbe5] 2025-10-10 16:24:02.903 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:24:02.903 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b7f3c15] was not registered for synchronization because synchronization is not active 2025-10-10 16:24:02.909 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:24:02.909 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:24:02.909 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - ==> Preparing: SELECT id,company_code,supplier_code,supplier_name,supplier_tel,remark,is_deleted,create_by,create_time,update_by,update_time FROM tm_supplier WHERE (supplier_code IN (?,?)) 2025-10-10 16:24:02.909 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - ==> Parameters: 0012000049(String), 0012000048(String) 2025-10-10 16:24:02.926 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.SupplierMapper.selectList - <== Total: 18 2025-10-10 16:24:02.926 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@b7f3c15] 2025-10-10 16:24:02.926 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:24:02.927 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17572d02] was not registered for synchronization because synchronization is not active 2025-10-10 16:24:02.931 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:24:02.931 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:24:02.931 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - ==> Preparing: SELECT id,company_code,factory_code,factory_name,status,is_deleted,create_by,create_time,update_by,update_time FROM tm_factory WHERE (factory_code IN (?)) 2025-10-10 16:24:02.931 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - ==> Parameters: 1400(String) 2025-10-10 16:24:02.944 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.FactoryMapper.selectList - <== Total: 0 2025-10-10 16:24:02.944 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17572d02] 2025-10-10 16:24:02.944 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Creating a new SqlSession 2025-10-10 16:24:02.944 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68ce4b4e] was not registered for synchronization because synchronization is not active 2025-10-10 16:24:02.946 [reactor-http-nio-2] DEBUG o.springframework.jdbc.datasource.DataSourceUtils - Fetching JDBC Connection from DataSource 2025-10-10 16:24:02.946 [reactor-http-nio-2] DEBUG o.m.spring.transaction.SpringManagedTransaction - JDBC Connection [ConnectionID:1 ClientConnectionId: 592081aa-c2b5-4801-aaf5-a770a35e87cc] will not be managed by Spring 2025-10-10 16:24:02.946 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - ==> Preparing: SELECT id,company_code,factory_code,part_code,unit,standard_package,box_quantity,package_quantity,drag_quantity,max_inventory_level,safety_inventory,is_deleted,create_by,create_time,update_by,update_time FROM tm_package WHERE (factory_code IN (?) AND part_code IN (?,?,?,?,?)) 2025-10-10 16:24:02.946 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - ==> Parameters: 1400(String), S00020153101(String), S00020145101(String), S00020155101(String), S00020151101(String), S00020094101(String) 2025-10-10 16:24:03.001 [reactor-http-nio-2] DEBUG com.hvlink.mapper.master.PackageMapper.selectList - <== Total: 5 2025-10-10 16:24:03.003 [reactor-http-nio-2] DEBUG org.mybatis.spring.SqlSessionUtils - Closing non transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@68ce4b4e] 2025-10-10 16:24:03.068 [reactor-http-nio-2] DEBUG o.s.web.server.adapter.HttpWebHandlerAdapter - [7aa6b257-2] Completed 200 OK 2025-10-10 16:24:03.070 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Last HTTP response frame 2025-10-10 16:24:03.070 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] No sendHeaders() called before complete, sending zero-length header 2025-10-10 16:24:03.070 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Decreasing pending responses, now 0 2025-10-10 16:24:03.070 [reactor-http-nio-2] DEBUG reactor.netty.http.server.HttpServerOperations - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] Last HTTP packet was sent, terminating the channel 2025-10-10 16:24:03.070 [reactor-http-nio-2] DEBUG reactor.netty.channel.ChannelOperations - [7aa6b257-2, L:/192.168.10.130:9000 - R:/192.168.10.130:57143] [HttpServer] Channel inbound receiver cancelled (subscription disposed).
最新发布
10-11
2025-09-06 02:51:39.535 11752-12832 ADB_SERVICES adbd I post waitpid (pid=12831) status=0000 2025-09-06 02:51:39.837 1095-2189 NtpTrustedTime system_server D currentTimeMillis() cache hit 2025-09-06 02:51:39.862 1095-2189 NetworkStatsRecorder system_server W unknown interfaces [wlan0, lo], ignoring those stats 2025-09-06 02:51:39.868 1095-2189 NtpTrustedTime system_server D currentTimeMillis() cache hit 2025-09-06 02:51:39.874 2487-3343 TrafficManageService com.miui.securitycenter.remote I mina mTrafficStatsReceiver onReceive 2025-09-06 02:51:39.875 1439-1832 PhoneInterfaceManager com.android.phone E [PhoneIntfMgr] checkCarrierPrivilegesForPackage: No UICC 2025-09-06 02:51:39.882 1439-1832 PhoneInterfaceManager com.android.phone E [PhoneIntfMgr] checkCarrierPrivilegesForPackage: No UICC 2025-09-06 02:51:39.883 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21469): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:39.892 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:40.393 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:40.383 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21470): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:40.679 1095-1191 PowerWrap system_server I PowerHal_TouchBoost 2025-09-06 02:51:40.699 1095-1191 PowerWrap system_server I PowerHal_TouchBoost 2025-09-06 02:51:40.883 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21471): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:40.894 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:41.089 1095-1191 PowerWrap system_server I PowerHal_TouchBoost 2025-09-06 02:51:41.145 459-459 SurfaceFlinger surfaceflinger I [Built-in Screen (type:0)] fps:2.591705,dur:4244.31,max:3658.59,min:9.15 2025-09-06 02:51:41.182 1095-1191 PowerWrap system_server I PowerHal_TouchBoost 2025-09-06 02:51:41.218 12754-12754 AndroidRuntime person.tools.treasurebox D Shutting down VM 2025-09-06 02:51:41.227 12754-12754 AndroidRuntime person.tools.treasurebox E FATAL EXCEPTION: main Process: person.tools.treasurebox, PID: 12754 java.lang.NullPointerException: null cannot be cast to non-null type java.util.Calendar at person.tools.treasurebox.customview.widget.TrafficConsumptionLineChartMarker.refreshContent(TrafficConsumptionLineChartMarker.kt:55) at com.github.mikephil.charting.charts.Chart.drawMarkers(Chart.java:745) at com.github.mikephil.charting.charts.BarLineChartBase.onDraw(BarLineChartBase.java:271) at android.view.View.draw(View.java:20355) at android.view.View.updateDisplayListIfDirty(View.java:19195) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ViewGroup.recreateChildDisplayList(ViewGroup.java:4381) at android.view.ViewGroup.dispatchGetDisplayList(ViewGroup.java:4354) at android.view.View.updateDisplayListIfDirty(View.java:19145) at android.view.ThreadedRenderer.updateViewTreeDisplayList(ThreadedRenderer.java:686) at android.view.ThreadedRenderer.updateRootDisplayList(ThreadedRenderer.java:692) at android.view.ThreadedRenderer.draw(ThreadedRenderer.java:801) at android.view.ViewRootImpl.draw(ViewRootImpl.java:3542) at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:3322) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2676) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1594) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7661) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1047) at android.view.Choreographer.doCallbacks(Choreographer.java:843) at android.view.Choreographer.doFrame(Choreographer.java:771) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:1033) at android.os.Handler.handleCallback(Handler.java:873) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:201) at android.app.ActivityThread.main(ActivityThread.java:6820) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:922) 2025-09-06 02:51:41.250 440-473 vendor.med...r@2.1-impl ven...ek.hardware.power@2.1-service I notifyAppState_2_1 pack:person.tools.treasurebox, act:person.tools.treasurebox, pid:12754, uid:10135, state:3 2025-09-06 02:51:41.251 2030-2053 octvm_klo mcd I klo lock 2025-09-06 02:51:39.863 1095-2189 chatty system_server I uid=1000(system) Binder:1095_B identical 2 lines 2025-09-06 02:51:39.864 1095-2189 NetworkStatsRecorder system_server W unknown interfaces [wlan0, lo], ignoring those stats 2025-09-06 02:51:41.252 1095-2189 ActivityManager system_server W Force finishing activity person.tools.treasurebox/.customview.view.LineChartMarkerActivity 2025-09-06 02:51:41.254 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.255 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.256 440-472 libPowerHal ven...ek.hardware.power@2.1-service I 17: cpu_ctrl set freq: 2001000 -1 1500000 -1 2025-09-06 02:51:41.263 1095-12833 AES system_server W Exception Log handling... 2025-09-06 02:51:41.263 1095-12833 AES system_server W Skipped - do not care third party apk 2025-09-06 02:51:41.264 12754-12754 Process person.tools.treasurebox I Sending signal. PID: 12754 SIG: 9 2025-09-06 02:51:41.265 1095-2189 ActivityManager system_server D report kill process: killerPid is:12754, killedPid is:12754 2025-09-06 02:51:41.269 2030-2053 octvm_klo mcd I get wanted event[mask:128, name:data_app_crash@1757098301263.txt] from the watchset ---------------------------- PROCESS ENDED (12754) for package person.tools.treasurebox ---------------------------- 2025-09-06 02:51:41.269 2030-2053 octvm_klo mcd I start gathering logcat log... 2025-09-06 02:51:41.283 1095-1190 InputDispatcher system_server W channel 'e2f25e9 person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 2025-09-06 02:51:41.283 1095-1190 InputDispatcher system_server E channel 'e2f25e9 person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 2025-09-06 02:51:41.283 1095-1190 InputDispatcher system_server W channel '10e1762 person.tools.treasurebox/person.tools.treasurebox.customview.view.CustomViewTestActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 2025-09-06 02:51:41.284 1095-1190 InputDispatcher system_server E channel '10e1762 person.tools.treasurebox/person.tools.treasurebox.customview.view.CustomViewTestActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 2025-09-06 02:51:41.284 2030-2053 octvm_klo mcd I gathering logcat log done 2025-09-06 02:51:41.284 2030-2053 octvm_klo mcd I klo unlock 2025-09-06 02:51:41.284 11752-11752 ADB_SERVICES adbd I for fd 18, revents = 2011 2025-09-06 02:51:41.284 1095-8460 WindowManager system_server I WIN DEATH: Window{e2f25e9 u0 person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity} 2025-09-06 02:51:41.284 11752-11752 ADB_SERVICES adbd I for fd 18, revents = 2011 2025-09-06 02:51:41.284 1095-8460 InputDispatcher system_server W Attempted to unregister already unregistered input channel 'e2f25e9 person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity (server)' 2025-09-06 02:51:41.284 1095-2189 ActivityManager system_server I Process person.tools.treasurebox (pid 12754) has died: fore TOP 2025-09-06 02:51:41.284 1095-1114 libprocessgroup system_server W kill(-12754, 9) failed: No such process 2025-09-06 02:51:41.286 440-473 vendor.med...r@2.1-impl ven...ek.hardware.power@2.1-service I notifyAppState_2_1 pack:person.tools.treasurebox, act:person.tools.treasurebox, pid:12754, uid:10135, state:3 2025-09-06 02:51:41.288 1095-2818 WindowManager system_server I WIN DEATH: Window{10e1762 u0 person.tools.treasurebox/person.tools.treasurebox.customview.view.CustomViewTestActivity} 2025-09-06 02:51:41.288 1095-2818 InputDispatcher system_server W Attempted to unregister already unregistered input channel '10e1762 person.tools.treasurebox/person.tools.treasurebox.customview.view.CustomViewTestActivity (server)' 2025-09-06 02:51:41.290 1095-1114 libprocessgroup system_server W kill(-12754, 9) failed: No such process 2025-09-06 02:51:41.290 1095-1114 libprocessgroup system_server I Successfully killed process cgroup uid 10135 pid 12754 in 5ms 2025-09-06 02:51:41.297 459-1187 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity#0 2025-09-06 02:51:41.297 459-1187 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: person.tools.treasurebox/person.tools.treasurebox.customview.view.LineChartMarkerActivity#0 2025-09-06 02:51:41.299 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.299 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.300 1285-1285 EventBus com.android.systemui D [1285, u0] send(AppTransitionFinishedEvent) 2025-09-06 02:51:41.300 1285-1285 EventBus com.android.systemui D [1285, u0] -> ForcedResizableInfoActivityController [0x976a029, P1] onBusEvent(AppTransitionFinishedEvent) 2025-09-06 02:51:41.300 1285-1285 EventBus com.android.systemui D [1285, u0] onBusEvent(AppTransitionFinishedEvent) duration: 27 microseconds, avg: 862 2025-09-06 02:51:41.302 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.302 1095-2189 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:41.305 459-1187 SurfaceFlinger surfaceflinger I [SF client] Remove(0xaea97ee0) for (1095:system_server) 2025-09-06 02:51:41.309 454-2151 APM_AudioPolicyManager audioserver D AudioPolicyManager:setRecordSilenced(uid:10135, silenced:1) 2025-09-06 02:51:41.309 454-2151 AudioFlinger audioserver D AudioFlinger::setRecordSilenced(uid:10135, silenced:1) 2025-09-06 02:51:41.309 1095-1119 ActivityManager system_server W setHasOverlayUi called on unknown pid: 12754 2025-09-06 02:51:41.313 1095-1170 ViewRootIm...easurebox] system_server D hardware acceleration = false , fakeHwAccelerated = true, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2025-09-06 02:51:41.325 1095-1113 Boost system_server D hostingType=activity, hostingName=person.tools.treasurebox/.customview.view.CustomViewTestActivity, callerPackage=person.tools.treasurebox, isSystem=false, isBoostNeeded=false. 2025-09-06 02:51:41.326 607-634 thermal_repeater thermal I inotify_add_watch error! 2025-09-06 02:51:41.326 607-634 thermal_repeater thermal I Error 2: No such file or directory 2025-09-06 02:51:41.327 1095-1113 ActivityManager system_server I Start proc 12836:person.tools.treasurebox/u0a135 for activity person.tools.treasurebox/.customview.view.CustomViewTestActivity caller=person.tools.treasurebox 2025-09-06 02:51:41.335 12836-12836 ols.treasurebo pid-12836 I Late-enabling -Xcheck:jni 2025-09-06 02:51:41.341 612-638 ApmSession mtk_agpsd D Connect 2025-09-06 02:51:41.342 386-386 hwservicemanager hwservicemanager W getTransport: Cannot find entry vendor.mediatek.hardware.apmonitor@1.0::IAPMonitorService/default in either framework or device manifest. 2025-09-06 02:51:41.342 612-638 ApmSession mtk_agpsd D Connect: false 2025-09-06 02:51:41.342 612-638 ApmNative mtk_agpsd D apmIsKpiEnabled2: type = 54, ret = 0 2025-09-06 02:51:41.360 1095-1170 Surface system_server D lockCanvas 2025-09-06 02:51:41.360 1095-1170 Surface system_server D Surface::connect(this=0x90e39000,api=2) 2025-09-06 02:51:41.394 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:41.383 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21472): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:41.396 11752-11752 ADB_SERVICES adbd I local_socket_flush_incoming write_data=1250735 2025-09-06 02:51:41.400 11752-11752 ADB_SERVICES adbd I service_to_fd shell:stat -c %u /proc/12836 | xargs -n 1 cmd package list packages --uid 2025-09-06 02:51:41.403 12836-12836 re-initialized> pid-12836 W type=1400 audit(0.0:21473): avc: denied { read } for name="u:object_r:mtk_amslog_prop:s0" dev="tmpfs" ino=9762 scontext=u:r:untrusted_app:s0:c135,c256,c512,c768 tcontext=u:object_r:mtk_amslog_prop:s0 tclass=file permissive=0 2025-09-06 02:51:41.410 12836-12836 libc pid-12836 E Access denied finding property "persist.vendor.sys.activitylog" 2025-09-06 02:51:41.423 440-473 vendor.med...r@2.1-impl ven...ek.hardware.power@2.1-service I notifyAppState_2_1 pack:person.tools.treasurebox, act:person.tools.treasurebox.customview.view.CustomViewTestActivity, pid:12836, uid:10135, state:1 2025-09-06 02:51:41.424 1285-1285 EventBus com.android.systemui D [1285, u0] send(AppTransitionFinishedEvent) 2025-09-06 02:51:41.425 1095-1170 Timeline system_server I Timeline: App_transition_ready time:9127560 2025-09-06 02:51:41.425 1285-1285 EventBus com.android.systemui D [1285, u0] -> ForcedResizableInfoActivityController [0x976a029, P1] onBusEvent(AppTransitionFinishedEvent) 2025-09-06 02:51:41.425 1285-1285 EventBus com.android.systemui D [1285, u0] onBusEvent(AppTransitionFinishedEvent) duration: 20 microseconds, avg: 860 2025-09-06 02:51:41.425 1095-1170 Timeline system_server I Timeline: App_transition_stopped time:9127560 2025-09-06 02:51:41.427 1285-1285 EventBus com.android.systemui D [1285, u0] send(AppTransitionFinishedEvent) 2025-09-06 02:51:41.428 1285-1285 EventBus com.android.systemui D [1285, u0] -> ForcedResizableInfoActivityController [0x976a029, P1] onBusEvent(AppTransitionFinishedEvent) 2025-09-06 02:51:41.428 1285-1285 EventBus com.android.systemui D [1285, u0] onBusEvent(AppTransitionFinishedEvent) duration: 30 microseconds, avg: 857 2025-09-06 02:51:41.428 454-8468 APM_AudioPolicyManager audioserver D AudioPolicyManager:setRecordSilenced(uid:10135, silenced:0) ---------------------------- PROCESS STARTED (12836) for package person.tools.treasurebox ---------------------------- 2025-09-06 02:51:41.428 454-8468 AudioFlinger audioserver D AudioFlinger::setRecordSilenced(uid:10135, silenced:0) 2025-09-06 02:51:41.533 11752-11752 ADB_SERVICES adbd I for fd 29, revents = 10 2025-09-06 02:51:41.534 11752-12850 ADB_SERVICES adbd I post waitpid (pid=12848) status=0000 2025-09-06 02:51:41.671 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden field Landroid/os/Trace;->TRACE_TAG_APP:J (light greylist, reflection) 2025-09-06 02:51:41.672 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/os/Trace;->isTagEnabled(J)Z (light greylist, reflection) 2025-09-06 02:51:41.722 12836-12836 AppCompatDelegate person.tools.treasurebox D Checking for metadata for AppLocalesMetadataHolderService : Service not found 2025-09-06 02:51:41.783 12836-12836 Binder:intercep person.tools.treasurebox W type=1400 audit(0.0:21474): avc: denied { getattr } for path="/data/data/com.miui.contentcatcher" dev="dm-2" ino=3088579 scontext=u:r:untrusted_app:s0:c135,c256,c512,c768 tcontext=u:object_r:system_app_data_file:s0 tclass=dir permissive=0 2025-09-06 02:51:41.794 12836-12861 ViewContentFactory person.tools.treasurebox D initViewContentFetcherClass 2025-09-06 02:51:41.794 12836-12861 ViewContentFactory person.tools.treasurebox D getInterceptorPackageInfo 2025-09-06 02:51:41.794 12836-12861 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/app/AppGlobals;->getInitialApplication()Landroid/app/Application; (light greylist, linking) 2025-09-06 02:51:41.795 12836-12861 ViewContentFactory person.tools.treasurebox D getInitialApplication took 2ms 2025-09-06 02:51:41.796 12836-12861 ViewContentFactory person.tools.treasurebox D packageInfo.packageName: com.miui.catcherpatch 2025-09-06 02:51:41.803 12836-12836 Binder:intercep person.tools.treasurebox W type=1400 audit(0.0:21475): avc: denied { getattr } for path="/data/data/com.miui.catcherpatch" dev="dm-2" ino=3114656 scontext=u:r:untrusted_app:s0:c135,c256,c512,c768 tcontext=u:object_r:system_app_data_file:s0 tclass=dir permissive=0 2025-09-06 02:51:41.814 12836-12861 ViewContentFactory person.tools.treasurebox D initViewContentFetcherClass took 21ms 2025-09-06 02:51:41.815 12836-12861 ContentCatcher person.tools.treasurebox I ViewContentFetcher : ViewContentFetcher 2025-09-06 02:51:41.815 12836-12861 ViewContentFactory person.tools.treasurebox D createInterceptor took 21ms 2025-09-06 02:51:41.822 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/view/View;->computeFitSystemWindows(Landroid/graphics/Rect;Landroid/graphics/Rect;)Z (light greylist, reflection) 2025-09-06 02:51:41.895 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:41.893 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21476): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:41.898 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/FontFamily;-><init>()V (light greylist, reflection) 2025-09-06 02:51:41.898 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/FontFamily;->addFontFromAssetManager(Landroid/content/res/AssetManager;Ljava/lang/String;IZIII[Landroid/graphics/fonts/FontVariationAxis;)Z (light greylist, reflection) 2025-09-06 02:51:41.898 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/FontFamily;->addFontFromBuffer(Ljava/nio/ByteBuffer;I[Landroid/graphics/fonts/FontVariationAxis;II)Z (light greylist, reflection) 2025-09-06 02:51:41.898 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/FontFamily;->freeze()Z (light greylist, reflection) 2025-09-06 02:51:41.898 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/FontFamily;->abortCreation()V (light greylist, reflection) 2025-09-06 02:51:41.899 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/graphics/Typeface;->createFromFamiliesWithDefault([Landroid/graphics/FontFamily;Ljava/lang/String;II)Landroid/graphics/Typeface; (light greylist, reflection) 2025-09-06 02:51:41.994 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/view/ViewGroup;->makeOptionalFitsSystemWindows()V (light greylist, reflection) 2025-09-06 02:51:42.053 12836-12836 SurfaceFactory person.tools.treasurebox I [static] sSurfaceFactory = com.mediatek.view.impl.SurfaceFactoryImpl@35df084 2025-09-06 02:51:42.069 12836-12836 ViewRootIm...tActivity] person.tools.treasurebox D hardware acceleration = true , fakeHwAccelerated = false, sRendererDisabled = false, forceHwAccelerated = false, sSystemRendererDisabled = false 2025-09-06 02:51:42.072 459-1187 SurfaceFlinger surfaceflinger I [SF client] NEW(0xab9552d0) for (1095:system_server) 2025-09-06 02:51:42.077 12836-12836 PhoneWindow person.tools.treasurebox V DecorView setVisiblity: visibility = 0, Parent = android.view.ViewRootImpl@5842533, this = DecorView@50b90f0[CustomViewTestActivity] 2025-09-06 02:51:42.079 1095-1196 UiModeManager system_server V switch night mode to 1 2025-09-06 02:51:42.085 607-607 thermal_repeater thermal I [recvMdThermalInfo] ret=30, strLen=127, 3, 39, -127, 0, 32767, -28377 2025-09-06 02:51:42.136 1095-1267 WindowManager system_server I Relayout Window{479f0cd u0 person.tools.treasurebox/person.tools.treasurebox.customview.view.CustomViewTestActivity}: oldVis=4 newVis=0 focusMayChange = true 2025-09-06 02:51:42.150 12836-12836 Surface person.tools.treasurebox D Surface::allocateBuffers(this=0xa47ad000) 2025-09-06 02:51:42.159 459-459 SurfaceFlinger surfaceflinger I [Built-in Screen (type:0)] fps:12.829244,dur:1013.31,max:649.58,min:13.13 2025-09-06 02:51:42.159 12836-12862 ConfigStore person.tools.treasurebox I android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0 2025-09-06 02:51:42.159 12836-12862 ConfigStore person.tools.treasurebox I android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0 2025-09-06 02:51:42.159 12836-12862 OpenGLRenderer person.tools.treasurebox I Initialized EGL, version 1.4 2025-09-06 02:51:42.159 12836-12862 OpenGLRenderer person.tools.treasurebox D Swap behavior 2 2025-09-06 02:51:42.168 12836-12836 Looper person.tools.treasurebox W Slow Looper main: doFrame is 390ms late because of 3 msg, msg 1 took 391ms (late=59ms h=android.app.ActivityThread$H w=159) 2025-09-06 02:51:42.180 12836-12862 Surface person.tools.treasurebox D Surface::connect(this=0xa47ad000,api=1) 2025-09-06 02:51:42.183 12836-12862 libEGL person.tools.treasurebox I [MTK Game SDK] low_latency_mode(0) pid(-1) property(-1) 2025-09-06 02:51:42.248 12836-12862 ion person.tools.treasurebox E ioctl c0044901 failed with code -1: Invalid argument 2025-09-06 02:51:42.292 1095-1170 View system_server D [Warning] assignParent to null: this = DecorView@752c93[treasurebox] 2025-09-06 02:51:42.292 1095-1119 ActivityManager system_server I Displayed person.tools.treasurebox/.customview.view.CustomViewTestActivity: +986ms 2025-09-06 02:51:42.293 1095-1119 Timeline system_server I Timeline: Activity_windows_visible id: ActivityRecord{d4d52dd u0 person.tools.treasurebox/.customview.view.CustomViewTestActivity t55} time:9128428 2025-09-06 02:51:42.310 1095-1170 Surface system_server D Surface::disconnect(this=0x90e39000,api=2) 2025-09-06 02:51:42.311 459-495 SurfaceFlinger surfaceflinger W Attempting to set client state on removed layer: Splash Screen person.tools.treasurebox#0 2025-09-06 02:51:42.311 459-495 SurfaceFlinger surfaceflinger W Attempting to destroy on removed layer: Splash Screen person.tools.treasurebox#0 2025-09-06 02:51:42.315 1095-1267 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:42.315 1095-1267 PowerWrap system_server I PowerHal_Wrap_querySysInfo 2025-09-06 02:51:42.317 1095-1267 PowerHalWrapper system_server E <amsBoostStop> duration: 6000ms 2025-09-06 02:51:42.317 1095-1267 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:42.317 1095-1267 PowerWrap system_server I PowerHal_Wrap_mtkPowerHint 2025-09-06 02:51:42.395 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:42.393 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21477): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 2025-09-06 02:51:42.547 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/os/Trace;->asyncTraceBegin(JLjava/lang/String;I)V (light greylist, reflection) 2025-09-06 02:51:42.547 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/os/Trace;->asyncTraceEnd(JLjava/lang/String;I)V (light greylist, reflection) 2025-09-06 02:51:42.548 12836-12836 ols.treasurebo person.tools.treasurebox W Accessing hidden method Landroid/os/Trace;->traceCounter(JLjava/lang/String;I)V (light greylist, reflection) 2025-09-06 02:51:42.895 626-712 factoryInterface_common int....factoryInterface@1.0-service E ERROR: factoryInterface,serial_config.cpp,265,open_usb(): Open /dev/ttyGS0 fail 2025-09-06 02:51:42.893 626-626 ata_acm int....factoryInterface@1.0-service W type=1400 audit(0.0:21478): avc: denied { dac_override } for capability=1 scontext=u:r:factory_services:s0 tcontext=u:r:factory_services:s0 tclass=capability permissive=0 崩溃分析
09-07
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值