Advertisement
gimmeitorilltell

Untitled

Jan 22nd, 2017
956
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 01-23 00:55:00.180 12644 12644 E AndroidRuntime: FATAL EXCEPTION: main
  2. 01-23 00:55:00.180 12644 12644 E AndroidRuntime: Process: com.android.phone, PID: 12644
  3. 01-23 00:55:00.180 12644 12644 E AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/codeaurora/internal/IExtTelephony$Stub;
  4. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.phone.NotificationMgr.<init>(NotificationMgr.java:116)
  5. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.phone.NotificationMgr.init(NotificationMgr.java:175)
  6. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.phone.PhoneGlobals.onCreate(PhoneGlobals.java:295)
  7. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.phone.PhoneApp.onCreate(PhoneApp.java:41)
  8. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1025)
  9. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.app.ActivityThread.handleBindApplication(ActivityThread.java:5453)
  10. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.app.ActivityThread.-wrap2(ActivityThread.java)
  11. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1556)
  12. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:102)
  13. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:153)
  14. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:6169)
  15. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
  16. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:888)
  17. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:778)
  18. 01-23 00:55:00.180 12644 12644 E AndroidRuntime: Caused by: java.lang.ClassNotFoundException: Didn't find class "org.codeaurora.internal.IExtTelephony$Stub" on path: DexPathList[[zip file "/system/priv-app/TeleService/TeleService.apk"],nativeLibraryDirectories=[/system/priv-app/TeleService/lib/arm, /system/lib, /vendor/lib, /system/lib, /vendor/lib]]
  19. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
  20. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at java.lang.ClassLoader.loadClass(ClassLoader.java:380)
  21. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
  22. 01-23 00:55:00.180 12644 12644 E AndroidRuntime:    ... 14 more
  23. 01-23 00:55:00.182   664  3153 W ActivityManager: Process com.android.phone has crashed too many times: killing!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement