Tiger
Results
1
issues of
Tiger
## 问题描述 在OPPO的机器上出现崩溃,而且只在**子进程**中出现,主要集中在Android 13、14、15的机器上。 ```code java.lang.NoSuchMethodError: No static method b()Ljava/lang/String; in class La4/b; or its super classes (declaration of 'a4.b' appears in base.apk) at com.example.business.stat.UtStatAgent$UtStatAgentImpl.getUtPublicArgs(UtStatAgent.java:460) at com.example.business.stat.UtStatAgent$UtStatAgentImpl.utStatCustom(UtStatAgent.java:401) at com.example.business.stat.UtStatAgent.lambda$utStatCustom$11(UtStatAgent.java:153) ```...