Guest User

Untitled

a guest
Mar 19th, 2015
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. I/BootReceiver( 3076): CPU restore disabled by user preference.
  2. I/BootReceiver( 3076): IOSched restore disabled by user preference.
  3. W/Binder_6( 2715): type=1400 audit(0.0:157): avc: denied { read } for name="pwm_value" dev=sysfs ino=11698 scontext=u:r:system_server:s0 tcontext=u:object_r:vibe_device:s0 tclass=file
  4. E/FileUtils( 2202): Could not read from file /sys/class/timed_output/vibrator/pwm_value
  5. E/FileUtils( 2202): java.io.FileNotFoundException: /sys/class/timed_output/vibrator/pwm_value: open failed: EACCES (Permission denied)
  6. E/FileUtils( 2202): at libcore.io.IoBridge.open(IoBridge.java:456)
  7. E/FileUtils( 2202): at java.io.FileInputStream.<init>(FileInputStream.java:76)
  8. E/FileUtils( 2202): at java.io.FileInputStream.<init>(FileInputStream.java:103)
  9. E/FileUtils( 2202): at java.io.FileReader.<init>(FileReader.java:66)
  10. E/FileUtils( 2202): at org.cyanogenmod.hardware.util.FileUtils.readOneLine(FileUtils.java:41)
  11. E/FileUtils( 2202): at org.cyanogenmod.hardware.VibratorHW.getCurIntensity(VibratorHW.java:70)
  12. E/FileUtils( 2202): at com.android.server.CmHardwareService$LegacyCmHardware.getVibratorIntensity(CmHardwareService.java:227)
  13. E/FileUtils( 2202): at com.android.server.CmHardwareService.getVibratorIntensity(CmHardwareService.java:370)
  14. E/FileUtils( 2202): at android.hardware.ICmHardwareService$Stub.onTransact(ICmHardwareService.java:127)
  15. E/FileUtils( 2202): at android.os.Binder.execTransact(Binder.java:446)
  16. E/FileUtils( 2202): Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)
  17. E/FileUtils( 2202): at libcore.io.Posix.open(Native Method)
  18. E/FileUtils( 2202): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
  19. E/FileUtils( 2202): at libcore.io.IoBridge.open(IoBridge.java:442)
  20. E/FileUtils( 2202): ... 9 more
  21. D/AndroidRuntime( 3076): Shutting down VM
  22. --------- beginning of crash
  23. E/AndroidRuntime( 3076): FATAL EXCEPTION: main
  24. E/AndroidRuntime( 3076): Process: com.android.settings, PID: 3076
  25. E/AndroidRuntime( 3076): java.lang.RuntimeException: Unable to start receiver com.android.settings.cyanogenmod.BootReceiver: java.lang.IllegalArgumentException: Invalid int: "null"
  26. E/AndroidRuntime( 3076): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2617)
  27. E/AndroidRuntime( 3076): at android.app.ActivityThread.access$1800(ActivityThread.java:147)
  28. E/AndroidRuntime( 3076): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1373)
  29. E/AndroidRuntime( 3076): at android.os.Handler.dispatchMessage(Handler.java:102)
  30. E/AndroidRuntime( 3076): at android.os.Looper.loop(Looper.java:135)
  31. E/AndroidRuntime( 3076): at android.app.ActivityThread.main(ActivityThread.java:5256)
  32. E/AndroidRuntime( 3076): at java.lang.reflect.Method.invoke(Native Method)
  33. E/AndroidRuntime( 3076): at java.lang.reflect.Method.invoke(Method.java:372)
  34. E/AndroidRuntime( 3076): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:898)
  35. E/AndroidRuntime( 3076): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:693)
  36. E/AndroidRuntime( 3076): Caused by: java.lang.IllegalArgumentException: Invalid int: "null"
  37. E/AndroidRuntime( 3076): at android.os.Parcel.readException(Parcel.java:1544)
  38. E/AndroidRuntime( 3076): at android.os.Parcel.readException(Parcel.java:1493)
  39. E/AndroidRuntime( 3076): at android.hardware.ICmHardwareService$Stub$Proxy.getVibratorIntensity(ICmHardwareService.java:351)
  40. E/AndroidRuntime( 3076): at android.hardware.CmHardwareManager.getVibratorIntensityArray(CmHardwareManager.java:232)
  41. E/AndroidRuntime( 3076): at android.hardware.CmHardwareManager.getVibratorIntensity(CmHardwareManager.java:242)
  42. E/AndroidRuntime( 3076): at com.android.settings.hardware.VibratorIntensity.restore(VibratorIntensity.java:158)
  43. E/AndroidRuntime( 3076): at com.android.settings.cyanogenmod.BootReceiver.onReceive(BootReceiver.java:74)
  44. E/AndroidRuntime( 3076): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2610)
  45. E/AndroidRuntime( 3076): ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment