Advertisement
Guest User

Untitled

a guest
Aug 20th, 2011
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. E/AndroidRuntime( 143): *** FATAL EXCEPTION IN SYSTEM PROCESS: main
  2. E/AndroidRuntime( 143): java.lang.UnsatisfiedLinkError: Cannot load library: link_image[1966]: 94 could not load needed library 'libsystem_server.so' for 'libandroid_servers.so' (link_image[1966]: 94 could not load needed library 'libcameraservice.so' for 'libsystem_server.so' (link_image[1966]: 94 could not load needed library 'libcamera.so' for 'libcameraservice.so' (link_image[1966]: 94 could not load needed library 'libcam2.2.so' for 'libcamera.so' (reloc_library[1315]: 94 cannot locate '_ZN7android7Overlay7destroyEv'...
  3. E/AndroidRuntime( 143): ))))
  4. E/AndroidRuntime( 143): at java.lang.Runtime.loadLibrary(Runtime.java:451)
  5. E/AndroidRuntime( 143): at java.lang.System.loadLibrary(System.java:554)
  6. E/AndroidRuntime( 143): at com.android.server.SystemServer.main(SystemServer.java:642)
  7. E/AndroidRuntime( 143): at java.lang.reflect.Method.invokeNative(Native Method)
  8. E/AndroidRuntime( 143): at java.lang.reflect.Method.invoke(Method.java:491)
  9. E/AndroidRuntime( 143): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
  10. E/AndroidRuntime( 143): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
  11. E/AndroidRuntime( 143): at dalvik.system.NativeStart.main(Native Method)
  12. E/AndroidRuntime( 143): Error reporting crash
  13. E/AndroidRuntime( 143): java.lang.NullPointerException
  14. E/AndroidRuntime( 143): at com.android.internal.os.RuntimeInit$UncaughtHandler.uncaughtException(RuntimeInit.java:76)
  15. E/AndroidRuntime( 143): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:782)
  16. E/AndroidRuntime( 143): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:779)
  17. E/AndroidRuntime( 143): at dalvik.system.NativeStart.main(Native Method)
  18. I/Zygote ( 94): Exit zygote because system server (143) has terminated
  19. I/ServiceManager( 89): service 'SurfaceFlinger' died
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement