Advertisement
stevendeb25

framework edits

Nov 22nd, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. W/dalvikvm( 1532): Unable to resolve superclass of Lcom/android/server/ProfileManagerService; (43)
  2.  
  3. W/dalvikvm( 1532): Link of class 'Lcom/android/server/ProfileManagerService;' failed
  4.  
  5. E/dalvikvm( 1532): Could not find class 'com.android.server.ProfileManagerService', referenced from method com.android.server.ServerThread.run
  6.  
  7. W/dalvikvm( 1532): VFY: unable to resolve new-instance 730 (Lcom/android/server/ProfileManagerService;) in Lcom/android/server/ServerThread;
  8.  
  9. D/dalvikvm( 1532): VFY: replacing opcode 0x22 at 0x02a0
  10.  
  11. W/dalvikvm( 1532): Unable to resolve superclass of Landroid/server/BluetoothHidService; (461)
  12.  
  13. W/dalvikvm( 1532): Link of class 'Landroid/server/BluetoothHidService;' failed
  14.  
  15. E/dalvikvm( 1532): Could not find class 'android.server.BluetoothHidService', referenced from method com.android.server.ServerThread.run
  16.  
  17. W/dalvikvm( 1532): VFY: unable to resolve new-instance 323 (Landroid/server/BluetoothHidService;) in Lcom/android/server/ServerThread;
  18.  
  19. D/dalvikvm( 1532): VFY: replacing opcode 0x22 at 0x04fb
  20.  
  21. W/dalvikvm( 1532): Unable to resolve superclass of Lcom/android/server/AssetRedirectionManagerService; (413)
  22.  
  23. W/dalvikvm( 1532): Link of class 'Lcom/android/server/AssetRedirectionManagerService;' failed
  24.  
  25. E/dalvikvm( 1532): Could not find class 'com.android.server.AssetRedirectionManagerService', referenced from method com.android.server.ServerThread.run
  26.  
  27. W/dalvikvm( 1532): VFY: unable to resolve new-instance 509 (Lcom/android/server/AssetRedirectionManagerService;) in Lcom/android/server/ServerThread;
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement