[SOLVED] View logs downloaded with mavproxy from ArduCopter

How do I view the log files on Linux?

I tried MAVExplorer.py but I get this error:

Traceback (most recent call last):
  File "/home/kk/src/ardupilot/venv/bin/MAVExplorer.py", line 640, in <module>
    loadfile(args.files)
  File "/home/kk/src/ardupilot/venv/bin/MAVExplorer.py", line 508, in loadfile
    progress_callback=progress_bar)
  File "/home/kk/src/ardupilot/venv/lib/python2.7/site-packages/pymavlink/mavutil.py", line 1627, in mavlink_connection
    return mavmmaplog(device, progress_callback=progress_callback)
  File "/home/kk/src/ardupilot/venv/lib/python2.7/site-packages/pymavlink/mavutil.py", line 1380, in __init__
    self.init_arrays(progress_callback)
  File "/home/kk/src/ardupilot/venv/lib/python2.7/site-packages/pymavlink/mavutil.py", line 1432, in init_arrays
    if not mtype in self.offsets:
UnboundLocalError: local variable 'mtype' referenced before assignment

Until you figure it out, try APMplanner2, it is about the best log analysis tool there is.

How can I load the logs with APMplanner2?

ok, I just found it under the ‘Graphs’ tab. There is a button to download logs once the controller is plugged in and connected. Thanks sir.