.PKLG File Extension
Bluetooth PacketLogger File
Developer | Apple |
Popularity |
2.0 | 1 Vote |
What is a PKLG file?
A PKLG file is a packet log created by Apple PacketLogger, a Bluetooth traffic analysis tool available for Apple Xcode. It contains a record of data sent between a macOS or iOS device and other devices via Bluetooth. Developers create PKLG files while debugging Bluetooth-enabled macOS and iOS applications.
More Information
Developers use Apple Xcode to develop, test, and publish macOS and iOS apps. Optionally, developers can install a package of add-on tools that Apple makes available for Xcode. One of these tools is Apple PacketLogger.
PacketLogger allows developers to log the Bluetooth traffic between an iOS or macOS device and other devices. (Before logging traffic, developers must install a logging profile on their iOS or macOS device.) Primarily, developers use PacketLogger to examine Bluetooth-enabled apps' Bluetooth activity and debug any problems they find. PacketLogger records a decoded version of each data packet sent, as well as metadata about each packet.
After recording information in PacketLogger, developers can save that log as a PKLG file. Doing so allows the developer to retain a copy of the traffic log they recorded, to share with others or review again at a later time.
Common PKLG Filenames
Bluetooth.pklg - The default name PacketLogger assigns to PKLG files.
How to open a PKLG file
You can open a PKLG file with Apple PacketLogger, which is included with Apple Xcode's Additional Tools. You can also open a PKLG file with Wireshark (multiplatform) to view the log it contains.