From 7d12f0defa932468d3b74946efaf48d829e6ce85 Mon Sep 17 00:00:00 2001 From: jonerlin Date: Wed, 8 Dec 2021 22:55:33 +0800 Subject: [PATCH] bluetooth: correct btuart logger device node path * modify dev/logbuffer_tty16 to dev/logbuffer_tty18 Bug: 213759828 Test: 1. Enable Bluetooth in P22 devices and check uart log in android.hardware.bluetooth@1.1::IBluetoothHci.txt 2. Enable Bluetooth in P21 devices and check uart log in android.hardware.bluetooth@1.1::IBluetoothHci.txt 3. Fake bthal ssrdump and check the coredump log. Change-Id: I208fae8e5ddf60d7df52311c32249bf3ac401dbc --- conf/init.debug.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/init.debug.rc b/conf/init.debug.rc index bd212736..282acd40 100644 --- a/conf/init.debug.rc +++ b/conf/init.debug.rc @@ -30,4 +30,4 @@ on property:power.battery_input.suspended=false # Bluetooth on post-fs-data chown bluetooth system /dev/logbuffer_btlpm - chown bluetooth system /dev/logbuffer_tty16 + chown bluetooth system /dev/logbuffer_tty18