summaryrefslogtreecommitdiffstats
path: root/QLogging
Commit message (Collapse)AuthorAgeFilesLines
* BTLogKit: setLowPriority for BTStateReceiver intentFilter.Ashwini Munigala2015-11-021-1/+1
| | | | | | | | | | | | | Set low priority for BTStateReceiver component while handling bluetooth state changed event to control the order in which broadcast receivers receive BT state changed message. Low priority value is required so that BroadCast receivers in "com.android.bluetooth" package receive this message before the BTLogKit stateReceiver. CRs-Fixed: 879916 Change-Id: I7877d4cd53fa0068fda3d9d1da58ca66ac214b08
* BTLogKit: Application for BT Dynamic loggingMatadeen Mishra2015-10-081-44/+50
| | | | | | | | | Handling File Exception, Added check for file exist or not, If file present then load the states, otherwise print log message. Change-Id: I54c573054c293139926e103f1d34417678decf24 CRs-Fixed: 918344
* Bluetooth: Handling SOC logging based on SOC typevenkata Jagadeesh2015-09-112-8/+43
| | | | | | | | Handling SOC logging based on SOC type from logkit Application based on system property. Change-Id: I43ae91de47fd77f1897e67bb52340df831719619 CRs-Fixed: 906567
* BTLogKit: Added functionality to control BTLogSaveSai Aitharaju2015-08-3110-300/+249
| | | | | | | | | | | | | | | | | | -- This patch enabled the BTLogKit app to start the BTLogSave application which runs in the background to capture logs. Issue: When BT is turned Off, BTLogKit application stops as both BT and BTLogKit use the same process id. Fix: With another background process BTLogSave, controlled by BTLogKit, log capturing continues independent of BT turn On/Off. CRs-Fixed: 885022 Change-Id: I0fd01ec0d2cdbd4017df2683d8d01cc5ccbd6c0d
* BTLogKit: Removed Toast messageMatadeen Mishra2015-08-251-4/+1
| | | | | | | Removed Toast message. CRs-Fixed: 889165 Change-Id: Ic0e977bc250243f69c27613d63d7c68825fa3322
* BTLogKit: Application for BT Dynamic loggingSai Aitharaju2015-08-2528-0/+2946
This Application is used to control the logging levels dynamically for all the Stack Layers of Bluedroid and all the SOC layers. -- This Application is enabled in userdebug builds only. -- We can set the Log Trace Levels of BT dynamically. CRs-Fixed: 872836 Change-Id: Id878bfebae10bed2546c6b73553401acf4820971