This ZIP file contains QTI-Logkit version 3.00.015

To install on firmware with Android OS O:

   adb root
   adb shell rm -rf /data/vendor/qti-logkit/shared-privileged/*
   adb push qti_logkit_config_O.xml /data/vendor/qti-logkit/shared-privileged/
   adb push qti_logkit_command.xml /data/vendor/qti-logkit/shared-privileged/
   adb install -r qti-logkit.apk

This release (3.0.0.15):

   - Fixed minidump corruption issue by removing crash check during packaging   

Prior release (3.0.0.14):  

  - Removed Stop button from Notification
  - Fixed null dir check issue
  - Call UpdateActiveLogs when ever mStreamingThreads got modified
  - Required minumum SDK 26(Android O)

Prior release (3.0.0.13):

   - Continue current logging session if event occurs
   - Add continuous logs to FWR events
   - Fix failure to package minidumps
   - Do not start session on launch when session was stopped two instances ago
   - Add support for dynamic change of qti_logit_command.xml. This is only
     supported for USERDEBUG builds.
     USER builds must put the qti_logkit_command.xml in /vendor/etc/qti-logkit/
     and rebuild.
   
Prior release (3.0.0.12):

   - Add support for continuous collection mode.
     This can be enabled/disabled via Settings. When enabled, session Start/Stop
     buttons are replaced with Flush button which will auto-package.
   - Numerous crashes, ANRs, and stability fixes
   - Add support for O and pre-O OS
   - Fix auto-launch on reboot
   - Fix recovery of crash collection during packaging
