Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 725 Bytes

110.flight-record.md

File metadata and controls

13 lines (9 loc) · 725 Bytes

Sample Introduction

The flight record module is to provide users with a way to determine responsibility and locate problems. If the user's drone is lost and the flight control log of the drone cannot be obtained, the flight records saved on the App can be analyzed.

Interface Calling Process

The two interfaces used by the flight record module are:

  • Get the path to store flight logs: getFlightRecordPath()
  • Get the path of the flight controller compressed log: getFlyCLogPath() There is no obvious calling process relationship. For detailed usage, please check the API documentation of Mobile SDK.

Sample Acquisition

Press to get Sample Code.