Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: Error in handleClick
  2. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: java.lang.IllegalArgumentException: setTorchMode:1390: Camera "0" does not have a flash unit
  3. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.hardware.camera2.CameraManager.throwAsPublicException(CameraManager.java:652)
  4. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.hardware.camera2.CameraManager$CameraManagerGlobal.setTorchMode(CameraManager.java:909)
  5. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at h.setTorchMode(CameraManager.java:521)
  6. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at com.android.systemui.statusbar.policy.FlashlightController.setFlashlight(FlashlightController.java:115)
  7. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at com.android.systemui.qs.tiles.FlashlightTile.handleClick(FlashlightTile.java:88)
  8. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at com.android.systemui.qs.QSTile$H.handleMessage(QSTile.java:375)
  9. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.os.Handler.dispatchMessage(Handler.java:102)
  10. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.os.Looper.loop(Looper.java:154)
  11. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.os.HandlerThread.run(HandlerThread.java:61)
  12. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: Caused by: android.os.ServiceSpecificException: setTorchMode:1390: Camera "0" does not have a flash unit
  13. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.os.Parcel.readException(Parcel.java:1698)
  14. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.os.Parcel.readException(Parcel.java:1637)
  15. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.hardware.ICameraService$Stub$Proxy.setTorchMode(ICameraService.java:497)
  16. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: at android.hardware.camera2.CameraManager$CameraManagerGlobal.setTorchMode(CameraManager.java:907)
  17. 10-28 16:42:37.522 3456 4059 W Tile.FlashlightTile: ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement