Strange stacktrace reported by Google Play Console

泄露秘密 提交于 2019-12-23 17:40:10

问题


I'm getting this kind of stacktraces in the crash reports provided by Google Play Console:

  at com.example.ClassA.createInstance (ClassA.java)
  or                     .op1(ClassA.java)
  or                     .op2(ClassA.java)
  or                     .op3 (ClassA.java)
  or                     .op4 (ClassA.java)

Does anybody knows why are "or"(s) in the stacktrace? I'm guessing is something about the code obfuscation.

Thanks.

来源:https://stackoverflow.com/questions/46608036/strange-stacktrace-reported-by-google-play-console

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!