Advertisement
Guest User

Untitled

a guest
Nov 28th, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. 11-28 18:28:38.429 20010 20010 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo
  2. 11-28 18:28:38.430 20010 20010 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers
  3. 11-28 18:28:38.447 20010 20010 W System : ClassLoader referenced unknown path: /system/framework/qti-telephony-common.jar
  4. 11-28 18:28:38.449 20010 20010 W System.err: java.lang.ClassNotFoundException: com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory
  5. 11-28 18:28:38.449 20010 20010 W System.err: at java.lang.Class.classForName(Native Method)
  6. 11-28 18:28:38.449 20010 20010 W System.err: at java.lang.Class.forName(Class.java:400)
  7. 11-28 18:28:38.449 20010 20010 W System.err: at com.android.internal.telephony.TelephonyComponentFactory.getInstance(TelephonyComponentFactory.java:71)
  8. 11-28 18:28:38.449 20010 20010 W System.err: at com.android.internal.telephony.PhoneFactory.makeDefaultPhone(PhoneFactory.java:133)
  9. 11-28 18:28:38.449 20010 20010 W System.err: at com.android.internal.telephony.PhoneFactory.makeDefaultPhones(PhoneFactory.java:91)
  10. 11-28 18:28:38.449 20010 20010 W System.err: at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:281)
  11. 11-28 18:28:38.449 20010 20010 W System.err: at com.android.phone.PhoneApp.onCreate(PhoneApp.java:41)
  12. 11-28 18:28:38.449 20010 20010 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1025)
  13. 11-28 18:28:38.449 20010 20010 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5422)
  14. 11-28 18:28:38.449 20010 20010 W System.err: at android.app.ActivityThread.-wrap2(ActivityThread.java)
  15. 11-28 18:28:38.449 20010 20010 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1540)
  16. 11-28 18:28:38.449 20010 20010 W System.err: at android.os.Handler.dispatchMessage(Handler.java:102)
  17. 11-28 18:28:38.449 20010 20010 W System.err: at android.os.Looper.loop(Looper.java:154)
  18. 11-28 18:28:38.449 20010 20010 W System.err: at android.app.ActivityThread.main(ActivityThread.java:6138)
  19. 11-28 18:28:38.450 20010 20010 W System.err: at java.lang.reflect.Method.invoke(Native Method)
  20. 11-28 18:28:38.450 20010 20010 W System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888)
  21. 11-28 18:28:38.450 20010 20010 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:778)
  22. 11-28 18:28:38.450 20010 20010 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "com.qualcomm.qti.internal.telephony.QtiTelephonyComponentFactory" on path: DexPathList[[],nativeLibraryDirectories=[/system/lib64, /vendor/lib64]]
  23. 11-28 18:28:38.450 20010 20010 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  24. 11-28 18:28:38.450 20010 20010 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
  25. 11-28 18:28:38.450 20010 20010 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
  26. 11-28 18:28:38.450 20010 20010 W System.err: ... 17 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement