Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.26 KB | None | 0 0
  1. 11-12 20:13:36.239 12420-12740/com.qualcomm.ftcrobotcontroller V/Robocol: received command: CMD_SET_MATCH_NUMBER(10136) 0
  2. 11-12 20:13:36.240 12420-12740/com.qualcomm.ftcrobotcontroller V/Robocol: received command: CMD_INIT_OP_MODE(10137) Basic TeleOP
  3. 11-12 20:13:36.251 12420-12739/com.qualcomm.ftcrobotcontroller I/RobotCore: ******************** START - OPMODE Basic TeleOP ********************
  4. 11-12 20:13:36.253 12420-12755/com.qualcomm.ftcrobotcontroller I/RobotCore: Attempting to switch to op mode Basic TeleOP
  5. 11-12 20:13:36.254 12420-12755/com.qualcomm.ftcrobotcontroller V/ThreadPool: container(0x0c85bd0a: LinearOpMode) added id=2517 TID=0 count=1
  6. 11-12 20:13:36.257 12420-12785/com.qualcomm.ftcrobotcontroller V/RobotCore: thread: 'LinearOpMode main' starting...
  7. 11-12 20:13:36.258 12420-12785/com.qualcomm.ftcrobotcontroller V/RobotCore: thread: ...terminating 'LinearOpMode main'
  8. 11-12 20:13:36.262 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: Event loop threw an exception
  9. 11-12 20:13:36.268 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: java.lang.IllegalArgumentException: Unable to find a hardware device with name "front_right" and type DcMotor
  10. 11-12 20:13:36.271 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at com.qualcomm.robotcore.hardware.HardwareMap.get(HardwareMap.java:174)
  11. 11-12 20:13:36.271 12420-12766/com.qualcomm.ftcrobotcontroller V/Robocol: sending CMD_NOTIFY_INIT_OP_MODE(188), attempt: 0
  12. 11-12 20:13:36.275 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at org.firstinspires.ftc.teamcode.ParadigmBreakHardware.BasicHardware.hardwareInit(BasicHardware.java:112)
  13. 11-12 20:13:36.279 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at org.firstinspires.ftc.teamcode.ParadigmBreakHardware.BasicHardware.teleOpInit(BasicHardware.java:87)
  14. 11-12 20:13:36.282 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at org.firstinspires.ftc.teamcode.ParadigmBreakTeleOp.TeleOpBasic.runOpMode(TeleOpBasic.java:23)
  15. 11-12 20:13:36.286 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at com.qualcomm.robotcore.eventloop.opmode.LinearOpMode$LinearOpModeHelper$1.run(LinearOpMode.java:305)
  16. 11-12 20:13:36.288 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at com.qualcomm.robotcore.util.ThreadPool.logThreadLifeCycle(ThreadPool.java:737)
  17. 11-12 20:13:36.291 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at com.qualcomm.robotcore.eventloop.opmode.LinearOpMode$LinearOpModeHelper.run(LinearOpMode.java:300)
  18. 11-12 20:13:36.293 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
  19. 11-12 20:13:36.295 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
  20. 11-12 20:13:36.296 12420-12755/com.qualcomm.ftcrobotcontroller E/EventLoopManager: at com.qualcomm.robotcore.util.ThreadPool$ThreadFactoryImpl$1.run(ThreadPool.java:793)
  21. at java.lang.Thread.run(Thread.java:761)
  22. 11-12 20:13:36.297 12420-12755/com.qualcomm.ftcrobotcontroller V/RobotCore: RobotCoreException in EventLoopManager: EventLoop Exception in loop(): IllegalArgumentException - Unable to find a hardware device with name "front_right" and type DcMotor
  23. EventLoopManager state is EMERGENCY_STOP
  24. 11-12 20:13:36.298 12420-12755/com.qualcomm.ftcrobotcontroller V/RobotCore: Robot Status: EMERGENCY STOP
  25. 11-12 20:13:36.298 12420-12755/com.qualcomm.ftcrobotcontroller D/RobotCore: system telemetry: key=$System$Error$ msg="User code threw an uncaught exception: IllegalArgumentException - Unable to find a hardware device with name "front_right" and type DcMotor"
  26. 11-12 20:13:36.299 12420-12755/com.qualcomm.ftcrobotcontroller I/FtcEventLoop: ======= TEARDOWN =======
  27. 11-12 20:13:36.299 12420-12755/com.qualcomm.ftcrobotcontroller V/ThreadPool: waiting for service user linear op mode
  28. 11-12 20:13:36.300 12420-12755/com.qualcomm.ftcrobotcontroller V/ThreadPool: service user linear op mode terminated in awaitTermination()
  29. 11-12 20:13:36.300 12420-12785/com.qualcomm.ftcrobotcontroller V/ThreadPool: container(0x0c85bd0a: LinearOpMode) removed id=2517 TID=12785 count=1
  30. 11-12 20:13:36.300 12420-12755/com.qualcomm.ftcrobotcontroller V/ThreadPool: executive service user linear op mode(0x0c85bd0a) is terminated
  31. 11-12 20:13:36.302 12420-12755/com.qualcomm.ftcrobotcontroller I/RobotCore: ******************** STOP - OPMODE /storage/emulated/0/FIRST/matchlogs/Match-0-Basic_TeleOP.txt ********************
  32. 11-12 20:13:36.303 12420-12755/com.qualcomm.ftcrobotcontroller I/RobotCore: Pruning old logs deleting Match-0-Basic_TeleOP.txt
  33. 11-12 20:13:36.309 12420-12786/com.qualcomm.ftcrobotcontroller I/RobotCore: saving match logcat to /storage/emulated/0/FIRST/matchlogs/Match-0-Basic_TeleOP.txt
  34. logging command line: exec logcat -d -T '11-12 20:13:36.000' -f /storage/emulated/0/FIRST/matchlogs/Match-0-Basic_TeleOP.txt -n4 -v threadtime UsbRequestJNI:S UsbRequest:S art:W ThreadPool:W System:W ExtendedExtractor:W OMXClient:W MediaPlayer:W dalvikvm:W *:V
  35. 11-12 20:13:36.310 12420-12764/com.qualcomm.ftcrobotcontroller V/ThreadPool: container(0x0c8b47c7: OpModeStuckCodeMonitor) removed id=2512 TID=12764 count=1
  36. 11-12 20:13:36.310 12420-12755/com.qualcomm.ftcrobotcontroller I/FtcEventLoop: ======= TEARDOWN COMPLETE =======
  37. 11-12 20:13:36.310 12420-12755/com.qualcomm.ftcrobotcontroller V/RobotCore: thread: ...terminating 'opmode loop()'
  38. 11-12 20:13:36.310 12420-12755/com.qualcomm.ftcrobotcontroller V/EventLoopManager: switching to idleEventLoop
  39. 11-12 20:13:36.310 12420-12755/com.qualcomm.ftcrobotcontroller I/FtcEventLoopIdle: ------- idle init --------
  40. 11-12 20:13:36.310 12420-12766/com.qualcomm.ftcrobotcontroller V/Robocol: sending CMD_NOTIFY_ROBOT_STATE(190), attempt: 0
  41. 11-12 20:13:36.310 12420-12755/com.qualcomm.ftcrobotcontroller V/RobotCore: thread: 'opmode loop()' starting...
  42. 11-12 20:13:36.357 12420-12754/com.qualcomm.ftcrobotcontroller V/SoundInfo: construct(0x0e4a9fd6)
  43. 11-12 20:13:36.371 12420-12786/com.qualcomm.ftcrobotcontroller I/RobotCore: Done running exec logcat -d -T '11-12 20:13:36.000' -f /storage/emulated/0/FIRST/matchlogs/Match-0-Basic_TeleOP.txt -n4 -v threadtime UsbRequestJNI:S UsbRequest:S art:W ThreadPool:W System:W ExtendedExtractor:W OMXClient:W MediaPlayer:W dalvikvm:W *:V
  44. exiting match logcat for /storage/emulated/0/FIRST/matchlogs/Match-0-Basic_TeleOP.txt
  45. 11-12 20:13:36.402 12420-12753/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) init name(audio/raw) isType(1) encoder(0)
  46. 11-12 20:13:36.404 12420-12792/com.qualcomm.ftcrobotcontroller I/OMXClient: MuxOMX ctor
  47. 11-12 20:13:36.406 12420-12792/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) Component Allocated (OMX.google.raw.decoder)
  48. 11-12 20:13:36.407 12420-12753/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) configure surface(0x0) crypto(0x0) flags(0)
  49. 11-12 20:13:36.407 12420-12753/com.qualcomm.ftcrobotcontroller D/MediaCodec: (0x8f343640) configure format: AMessage(what = 0x00000000) = {
  50. string mime = "audio/raw"
  51. int64_t durationUs = 929183
  52. int32_t track-id = 1
  53. int32_t channel-count = 2
  54. int32_t sample-rate = 44100
  55. int32_t channel-mask = 0
  56. int32_t pcm-encoding = 2
  57. }
  58. 11-12 20:13:36.409 12420-12753/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) start
  59. 11-12 20:13:36.412 12420-12792/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) input buffers allocated
  60. (0x8f343640) numBuffers (4)
  61. 11-12 20:13:36.413 12420-12792/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) output buffers allocated
  62. (0x8f343640) numBuffers (4)
  63. 11-12 20:13:36.418 12420-12792/com.qualcomm.ftcrobotcontroller D/MediaCodec: (0x8f343640) [OMX.google.raw.decoder] output format changed to: AMessage(what = 0x00000000) = {
  64. string mime = "audio/raw"
  65. int32_t channel-count = 2
  66. int32_t sample-rate = 44100
  67. int32_t pcm-encoding = 2
  68. int32_t bit-width = 16
  69. int32_t channel-mask = 0
  70. }
  71. 11-12 20:13:36.433 12420-12753/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) stop
  72. 11-12 20:13:36.438 12420-12753/com.qualcomm.ftcrobotcontroller I/MediaCodec: (0x8f343640) release
  73. 11-12 20:13:36.442 12420-12441/com.qualcomm.ftcrobotcontroller D/SoundPlayer: onLoadComplete(samp=3|ms=929, samp=3)=0
  74. 11-12 20:13:36.443 12420-12754/com.qualcomm.ftcrobotcontroller W/AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 4, track 44100 Hz, output 48000 Hz
  75. 11-12 20:13:36.448 12420-12754/com.qualcomm.ftcrobotcontroller D/SoundPlayer: playing volume=1.000000 samp=3|ms=929
  76. 11-12 20:13:36.471 12420-12766/com.qualcomm.ftcrobotcontroller V/Robocol: sending CMD_PLAY_SOUND(195), attempt: 0
  77. 11-12 20:13:37.866 345-345/? D/SFPerfTracer: layers: (1:7) (StatusBar (0xaee0a400): 0:36360)* (NavigationBar (0xaee09000): 0:35776)* (com.android.systemui.ImageWallpaper (0xaee0b800): 0:35251)* (DimLayerController/Stack=0 (0xaee28800): 0:1145)* (Sprite (0xaee29c00): 0:6)* (animation background stackId=1 (0xaee27400): 0:2)* (com.qualcomm.ftcrobotcontroller/org.firstinspires.ftc.robotcontroller.internal.FtcRobotControllerActivity (0xaf95b400): 0:74)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement