sm8250-common: Update LOG_TAG's in {fod,livedisplay,powershare,touch} services
Change-Id: I98a2091aa4e47c1fc09edf7cfc1ab1a8316c1d9e
This commit is contained in:
parent
2a71acaa19
commit
0eb7ac4671
4 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.biometrics.fingerprint.inscreen@1.0-service.oneplus_kona"
|
||||
#define LOG_TAG "vendor.lineage.biometrics.fingerprint.inscreen@1.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.livedisplay@2.0-service.oneplus_kona"
|
||||
#define LOG_TAG "vendor.lineage.livedisplay@2.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.powershare@1.0-service.oneplus_kona"
|
||||
#define LOG_TAG "vendor.lineage.powershare@1.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <hidl/HidlTransportSupport.h>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.touch@1.0-service.oneplus_kona"
|
||||
#define LOG_TAG "vendor.lineage.touch@1.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
|
Loading…
Reference in a new issue