From 08d470bf08ce94f9e9860a7ba8ce2903502f093a Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 13 Aug 2018 14:22:56 -0700 Subject: Replace (unsigned) short with (u)int16_t. Bug: 112478838 Test: build with WITH_TIDY=1 Change-Id: I4b81e6287e72bce2d3cb67cacd6220d064818852 --- logd/LogBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'logd/LogBuffer.h') diff --git a/logd/LogBuffer.h b/logd/LogBuffer.h index 094298799..774d4ab0b 100644 --- a/logd/LogBuffer.h +++ b/logd/LogBuffer.h @@ -115,7 +115,7 @@ class LogBuffer : public LogBufferInterface { } int log(log_id_t log_id, log_time realtime, uid_t uid, pid_t pid, pid_t tid, - const char* msg, unsigned short len) override; + const char* msg, uint16_t len) override; // lastTid is an optional context to help detect if the last previous // valid message was from the same source so we can differentiate chatty // filter types (identical or expired) -- cgit v1.2.3