Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
565 views
in Technique[技术] by (71.8m points)

android - Getting Warning Didn't find class "com.qualcomm.qti.Performance"

My app is working fine but I am getting this warning every time when I test my app in my physical device. I am not using any such third party library which can cause this type of issue. My LogCat view.

E/BoostFramework: BoostFramework() : Exception_1 = java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qti.Performance" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]]

Is this issue will cause some serious issue in future or not. Thanks in Advance :)

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This is nothing you can do about it. It is the system level log of your device's firmware, which was not removed by the device manufacturers.

It won't hurt, and it is shown to you by the accident. Just don't pay any attention to it. It doesn't have to be resolved.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...